v1

latestOpenAPI 3.0.22026-07-26123510445.2 KB
Deposits

List Deposits

Query deposit records. Stablecoin Account API Publisher Disclaimer

get/v1/ramp/deposit

Query parameters

page_numinteger required

Page number, default 1

page_sizeinteger required

Items per page, default 20

assetstring

Filter by asset code

networkstring

Filter by network code

statusstring

Order status

start_timestring
Example:2024-03-01T00:00:00+08:00

Exclusive start time used to filter by create_time. ISO 8601 format.

end_timestring
Example:2024-03-02T00:00:00+08:00

Exclusive end time used to filter by create_time. ISO 8601 format.

Headers

x-on-behalf-ofstring

Specifies the sub-account on whose behalf the request is made. This should be set to the account_id, which can be retrieved via the List Connected Accounts API. If omitted or empty, the request is executed using the master account. More information at Connected Accounts.

Response

Successfully retrieved deposits

codeinteger required
messagestring required

Example response

{
  "code": 200,
  "message": "Success",
  "data": {
    "data": [
      {
        "order_status": "Success"
      }
    ]
  }
}