v1
latestOpenAPI 3.1.02026-07-241653251.3 MBList movements
Retrieves the history of each itemized movement that has been applied to all account(s) that the requesting platform has access to. Results are limited to the last 2 months
Query parameters
Page number for pagination (starts at 1).
Number of items per page for pagination. Default and maximum is 100
Filters for movements that are tagged with a specific parent_link_id.
The type of movement
The type of the movement
Filters for movements with a specific transfer_type.
This parameter enables the filtering of movements based on the associated account_id.
Headers
HMAC-SHA256 signature of the request, base64-encoded. See the Authentication guide for the exact signing formula.
Current Unix timestamp in seconds. Must be within 60 seconds of server time or the request is rejected.
Response
Paginated list of movements for the accounts the requesting platform has access to. Results are limited to the last 2 months.
Example response
{
"message": [
{
"movement_timestamp": 1554395972174,
"account_id": "ce819fe8-b1d7-43bb-961c-e09ede0988d3",
"movement_id": "ab938734-0aa6-4378-baa1-2cc56aeee757",
"movement_type": "final_settlement",
"deposit_reference_id": "3ad29e08-8b4f-435b-89aa-17b7a298b350",
"withdrawal_request_id": "3ad29e08-8b4f-435b-89aa-17b7a298b350",
"transfer_id": "78",
"parent_link_id": "3ad29e08-8b4f-435b-89aa-17b7a298b350",
"trade_id": "3ad29e08-8b4f-435b-89aa-17b7a298b350",
"change": "10000",
"origin": "rest_api"
}
],
"page": 1,
"total_pages": 1
}