Get a list of all orders for a specific account
API Key for accessing management endpoints
Page number (default: 1)
Page size (default: 30, max: 100)
Sort fields (prefix with - for desc): createdAt. Example: sort=createdAt
Multiple filters can be applied with field_operator=value format. Fields: state,type,id,direction,originCurrency,destinationCurrency,createdAt,amount. Operators: eq (equals), neq (not equals), gt (greater than), lt (less than), gte (greater or equal), lte (less or equal), like (contains), in (in list), nin (not in list). Examples: state_in=FAILED,SETTLED&type_nin=CARD_PAYIN,CRYPTO_PAYIN&direction_eq=IN&createdAt_gte=2024-01-01&amount_gte=1000
Search by id (UUID) or reference (text). Example: search=PAY-2025