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

Get crypto deposit

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

Fetches a single deposit order by id for status polling.

Request query params type:

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

Request URL example:

GET /api/v2/merchant-balance/deposit?orderId=69281d944a1db009177f0198

Response type:

Response example:

Last updated