List Quotes
GET /v2/send/quotes
List quotes with pagination and optional status and userId filtering
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ”Page number (starts at 1)
Example
1Items per page
Example
10Total number of items
Example
100Total number of pages
Example
10Whether there is a next page
Example
trueWhether there is a previous page
Filter by quote status
Example
pendingFilter by external user ID
Example
e271bc5c-f870-44cd-8462-54280d0411f6Page number (starts at 1)
Example
1Items per page
Example
10Header Parameters
Section titled “Header Parameters ”API Key
API Secret
Responses
Section titled “ Responses ”Paginated list of quotes
object
List of quotes
object
Quote ID
Organisation ID
User ID
Quote status
Corridor ID
Source amount in base units (smallest unit). For USDC with 6 decimals: 1.00 USDC = 1000000
Number of decimal places for source amount (e.g., 6 for USDC)
6Destination amount in base units (smallest unit). For PKR with 2 decimals: 1.00 PKR = 100
Number of decimal places for destination amount (e.g., 2 for PKR)
2Recipient ID
Expiration date
Created date
Updated date
Pagination info
object
Page number (starts at 1)
1Items per page
10Total number of items
100Total number of pages
10Whether there is a next page
trueWhether there is a previous page
Bad Request
Unauthorized
Forbidden
Not Found
Internal Server Error