Skip to main content
POST
cURL

Create Quotation

UPI is not currently supported for payouts.
Provide exactly one of sending_amount (crypto amount to send) or receiving_amount (fixed fiat amount the beneficiary should receive) — not both. For remittance payouts, use the dedicated Remittance Quotation endpoint instead.

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"

customer_id
string<uuid>
required

Customer's unique identifier

Example:

"def8b740-99f9-4cba-bc9e-99de57e927b4"

bank_id
string<uuid>
required

Customer's Bank's unique identifier in which the payout will be maid

Example:

"4e6f1b20-a73c-11ec-b909-0242ac120002"

risk_parameters
object
required
sending_amount
string

The crypto amount to be sent. Mutually exclusive with receiving_amount — provide exactly one.

Example:

"51"

receiving_amount
string

The fixed fiat amount the beneficiary should receive. Mutually exclusive with sending_amount — provide exactly one. Used for remittance payouts where the recipient amount is fixed.

Example:

"5100"

Response

Quotation created successfully

status
boolean
Example:

true

message
string
Example:

"Success"

data
object