Skip to main content
POST
Quote a card account deposit

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
amount
string
required

Whole USD deposit amount, minimum 10 USD or the issuer minimum, whichever is higher. Fee is deducted from the amount.

Pattern: ^\d+(\.\d{1,2})?$
Example:

"50.00"

Response

Success

depositAmount
string
Pattern: ^\d+(\.\d{1,2})?$
Example:

"100.00"

fee
string
Pattern: ^\d+(\.\d{1,2})?$
Example:

"1.50"

creditAmount
string
Pattern: ^\d+(\.\d{1,2})?$
Example:

"98.50"

rateBps
integer
Example:

150

currency
enum<string>
Available options:
USD
asset
enum<string>
Available options:
USDT
network
enum<string>
Available options:
TRON
feeMode
enum<string>
Available options:
deducted_from_deposit