Skip to main content
POST

Authorizations

X-API-KEY
string
header
required

Body

application/json
amount
string
required

The amount to withdraw in USDT cents (2 decimal places). For example, 100 = 1 USDT, 500 = 5 USDT.

Example:

"500000"

network
enum<string>
required

The blockchain network to withdraw on. Use lowercase values in the request.

Available options:
trc20,
erc20,
plasma,
solana,
polygon
Example:

"trc20"

currency
enum<string>
required

The stablecoin to withdraw. Currently only USDT is supported.

Available options:
USDT
Example:

"USDT"

address
string
required

The destination wallet address on the selected network. Must be a valid address for that chain (e.g. a Tron address for trc20, an Ethereum address for erc20).

Example:

"TLt6fwdcdD18S36L9oiikn4Z8hebgwbzwS"

customerReference
string

Optional identifier you supply to correlate this withdrawal in webhooks (stablecoinTransactionMetadata.customerReference).

Example:

"customer-provided-reference"

Response

Withdraw response

status
string
Example:

"ok"

data
object