Skip to main content
POST
Create USDT withdrawal

Authorizations

Authorization
string
header
required

Access token from POST /auth/v1/partner/token

Body

application/json
currency
enum<string>
required
Available options:
USDT
network
enum<string>
required
Available options:
TRON
amount
string
required
Pattern: ^-?\d+(\.\d+)?$
Example:

"12.50"

to_address
string
required
ext_id
string
required

Partner-side idempotency key (unique per partner)

Required string length: 1 - 128
Example:

"card-issue-20260710-003"

Response

Idempotent replay of the same ext_id + body

withdrawal_id
string
ext_id
string

Partner-side idempotency key (unique per partner)

Required string length: 1 - 128
Example:

"card-issue-20260710-003"

currency
string
network
string
amount
string
Pattern: ^-?\d+(\.\d+)?$
Example:

"12.50"

fee
string
Pattern: ^-?\d+(\.\d+)?$
Example:

"12.50"

fee_currency
string
to_address
string
status
enum<string>
Available options:
pending,
processing,
completed,
failed,
cancelled
created_at
string<date-time>
request_id
string<uuid>

Correlation id for support