Withdrawal
Retrieves the details of a specific withdrawal using the withdrawal ID.
Path parameters
withdrawalIdstringRequiredExample:
The ID of the withdrawal to retrieve.
f2bcddd4-bd8d-4c88-bf8a-61be0d5b0600Header parameters
x-api-keystringRequiredExample:
API key for authentication.
your-api-keyResponses
200
Successfully retrieved the withdrawal details.
application/json
idstringOptionalExample:
f2bcddd4-bd8d-4c88-bf8a-61be0d5b0600accountIdstringOptionalExample:
user123protocolstringOptionalExample:
bitcointokenstringOptionalExample:
BTCamountnumberOptionalExample:
0.5addressstringOptionalExample:
bc1qh3rp2pns6nrr8mhx0rlzd5kktwm33wc4ax0h4ystatestringOptionalExample:
completedcreatedAtintegerOptionalExample:
1721745751531400
Bad request. Invalid input parameters.
application/json
404
Withdrawal not found.
application/json
500
Internal server error.
application/json
get
/user/withdrawal/{withdrawalId}