v1

latestOpenAPI 3.0.22026-07-26128245430.3 KB
Transfers

List transfers with pending USDT trades

Returns transfers that have a stuck USDT-to-USD trade awaiting execution. Results are sorted by creation time (newest first) and paginated.

Use POST /transfers/{transferID}/execute to force-execute a pending trade at the current market rate.

get/transfers/pending

Query parameters

limitinteger

The number of items to return (min 1, default 10, max 100)

starting_afterstring

This is a transfer id. If this is specified, the next page that starts with a transfer right AFTER the specified transfer id on the transfer timeline, which is always ordered from the newest to the oldest by creation time, will be returned. This also implies that transfers older than the specified transfer id will be returned (shouldn't be set if ending_before is set)

ending_beforestring

This is a transfer id. If this is specified, the previous page that ends with a transfer right BEFORE the specified transfer id on the transfer timeline, which is always ordered from the newest to the oldest by creation time, will be returned. This also implies that transfers newer than the specified transfer id will be returned (shouldn't be set if starting_after is set)

Response

List of transfers with pending trades (the returned list is empty if none found)

countinteger required

The number of transfers returned