Get withdrawal
Merchant Balance
Get withdrawal
Retrieve a single merchant balance withdrawal by ID
GET
Get withdrawal
Overview
Returns one merchant withdrawal record for the authenticated merchant. Use this endpoint when you already have a withdrawal ID and need its latest state, timestamps, or transaction references.The older
GET /v1/withdrawals/{id} route still exists. This merchant-prefixed route is an alias added for consistency with POST /v1/merchant/withdrawals.Authentication
Your merchant API key
Path Parameters
Withdrawal ID in UUID format.Example:
550e8400-e29b-41d4-a716-446655440000Request Examples
Response
Unique withdrawal identifier.
Withdrawal amount in USD.
Fee charged for the withdrawal, in USD.
Token sent on-chain.
Destination chain.
Recipient on-chain address.
Current withdrawal status.Common values:
PENDING, SUBMITTED, SETTLED, FAILEDProvider-side transfer identifier, when available.
On-chain transaction hash, when available.
Failure code for unsuccessful withdrawals.
Human-readable failure detail for unsuccessful withdrawals.
Time the withdrawal was created.
Time the withdrawal was submitted to the provider.
Time the withdrawal was settled.
Last update time for the withdrawal.
Success Response
Error Responses
This endpoint may return:400: Invalid withdrawal ID format401: Unauthorized404: Withdrawal not found500: Internal server error
Next Steps
List Withdrawals
Browse recent withdrawals and paginate through history
Create Withdrawal
Initiate another merchant balance withdrawal