For the complete documentation index, see llms.txt. This page is also available as Markdown.

Get crypto withdrawal

[GET] /api/v2/merchant-balance/withdrawal

Fetches a single withdrawal order by id, for status polling.

Request query params type:

type QueryParams = {
  orderId: string;   // the withdrawal order id
}

Request URL example:

GET /api/v2/merchant-balance/withdrawal?orderId=69281f0aa263ba8d44fad3b2

Response type:

Response example:

Last updated