v1
latestOpenAPI 3.1.02026-07-228956435.8 KBList movements
Returns a paginated list of the movements of an account, using the link's link_token to authenticate the request. By default the endpoint returns only confirmed movements; use confirmed_only=false to include every status.
Path parameters
The id of the account that holds the movements to list.
Query parameters
The link_token of the link that holds the account, obtained when you exchanged the link.
ISO 8601 date. If present, Fintoc returns only movements with post_date on or after since.
ISO 8601 date. If present, Fintoc returns only movements with post_date on or before until.
ISO 8601 date. If present, Fintoc returns only movements created or updated after updated_since.
Number of movements per page. Defaults to 30. The maximum is 300.
Page number to retrieve. Starts at 1.
Whether to return only confirmed movements. Defaults to true. When false, the endpoint also returns movements with status processing, reversed, and manually_reversed.
Response
Paginated list of movements. The Link and X-Total-Count headers carry the pagination information.
Example response
[
{
"id": "mov_2daFu0zqqDtZGJaSi2TGI2Mm1nN",
"account_id": "acc_2rN1bQ8xHvK3mWpYzLd7TfGcRsE",
"amount": 50000,
"balance": 1050000,
"currency": "MXN",
"direction": "inbound",
"mode": "test",
"resource_id": "tr_2sP9cR4yJwM6nXqZaNe8UgHdSt0",
"transaction_date": "2026-03-01T12:00:00.000Z",
"type": "transfer"
}
]