Retrieve a paginated list of transactions with optional filters for account, wallet, blockchain, type, status, and token.
Documentation Index
Fetch the complete documentation index at: https://docs.openxswitch.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Filter by account id
"0e472f6b-336b-4d4f-87d6-4f93e4e4e4e4"
Filter by wallet id
"0e472f6b-336b-4d4f-87d6-4f93e4e4e4e4"
Filter by transaction hash/signature
"0x1234567890123456789012345678901234567890"
Filter by blockchain
"ethereum"
Filter by transaction type (incoming_txn, outgoing_txn)
"incoming_txn"
Filter by status (pending, success, failed)
"pending"
Filter by token symbol (e.g., ETH, USDC)
"USDT"
The page number for pagination
The number of items per page for pagination