Check Withdraw Status
Dive into the specifics of each API endpoint by checking out our complete documentation.
Retrive Withdraw by ID
Authorizations
AuthorizationstringRequired
Path parameters
withdrawIdstringRequired
ID of withdraw that needs to be fetched
Body
merchant_idstringRequired
Responses
200
successful operation
withdraw_idinteger · int64Required
transaction_idstring · int64Required
fiat_currencystringOptionalExample:
USDfiat_amountinteger · floatOptionalExample:
100addressstringRequired
tagstringOptional
descriptionstringOptional
coinstringOptionalExample:
BTCnetworkstringRequiredExample:
BSCamountinteger · floatOptional
statusstringOptionalExample:
COMPLETE400
Invalid ID supplied
404
Withdraw not found
post
/withdraw/{withdrawId}Last updated