latestOpenAPI 3.0.02026-08-22107190316.9 KB

6aec27d55fba

portfolio

Get Intra Account Transfers

Endpoint for fetching intra-exchange account transfer history.

get/portfolio/intra_exchange_instance_transfers

Query parameters

limitinteger

Number of results per page. Defaults to 100. Maximum value is 500.

cursorstring

Pagination cursor. Use the cursor value returned from the previous response to get the next page of results. Leave empty for the first page.

Response

Transfers retrieved successfully

cursorstring

Cursor for the next page of results. Omitted when there are no further pages.

Example response

{
  "transfers": [
    {
      "amount": "0.5600"
    }
  ]
}