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
Example response
{
"transfers": [
{
"amount": "0.5600"
}
]
}