List Executions
Retrieves full details of underlying executions with optional filters. Notes:
- This endpoint returns a maximum of 1000 items per page.
- Filtering options are
account_id,profile_idor neither (all executions).
Documentation Index
Fetch the complete documentation index at: https://paxos-0ac97319-settlement-times-embed.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Paxos APIs use OAuth 2 with the client credentials grant flow.
Token URLs:
- Production: https://oauth.paxos.com/oauth2/token
- Sandbox: https://oauth.sandbox.paxos.com/oauth2/token
Learn more in the API credentials guide →
Query Parameters
Filter executions by the Profile ID associated with the orders.
Filter executions by the Account ID associated with the orders.
Filter executions for a single order ID.
Excludes executions after the given ID.
Only return records after this timestamp, inclusive. RFC3339 format, like 2006-01-02T15:04:05Z.
Only return records before this timestamp, inclusive. RFC3339 format, like 2006-01-02T15:04:05Z.
Cursor token for fetching the next page.
Number of results to return.