Skip to main content
POST
cURL

Remittance Quotation

Unlike a standard payout quotation (keyed on sending_amount, the crypto amount sent), a remittance quotation is keyed on receiving_amount — the exact fiat amount the beneficiary should receive. The response’s sending_amount tells you how much crypto is needed to fund it.
remitter_id is required — create the remitter first via Create Remitter.

Error Codes and Messages

Authorizations

X-API-KEY
string
header
required

API Key for authentication

X-TIMESTAMP
string
header
required

Current timestamp in seconds since epoch

X-SIGNATURE
string
header
required

HMAC SHA256 signature of the request encoded in Base64

Body

application/json
asset
string
required

The cryptocurrency asset code

Example:

"USDT"

fiat
string
required

The fiat currency code

Example:

"INR"

receiving_amount
string
required

The fixed fiat amount the beneficiary should receive

Example:

"5100"

customer_id
string<uuid>
required

The unique identifier of the receiving customer

Example:

"84737c7d-7b62-4204-80d6-80f6ecb3ceb4"

bank_id
string<uuid>
required

The unique identifier of the customer's bank account in which the payout will be made

Example:

"cab47575-bbcb-4294-81a3-30774104f3b6"

remitter_id
string<uuid>
required

The unique identifier of the remitter (sending party), obtained from POST /kyc/remitter/create

Example:

"e14fa86f-2a5e-437a-a031-949c68ade933"

risk_parameters
object
required

Pass an empty JSON object

Example:

Response

Remittance quotation created successfully

status
boolean
Example:

true

message
string
Example:

"Success"

data
object