Get paginated transactions
Documentation Index
Fetch the complete documentation index at: https://docs.near-intents.org/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
JWT token for API authentication.
Query Parameters
Page number. Default: 1. Min: 1.
x >= 1Number of transactions per page. Default: 50. Max: 1000. Min: 1.
1 <= x <= 1000Search by deposit address, recipient, sender, or tx hash.
Filter by origin chain IDs. Repeat the parameter to pass multiple ids (matched as OR). Swap-specific: setting this excludes masking transactions.
near, eth, base, arb, btc, sol, ton, doge, xrp, zec, gnosis, bera, bsc, pol, tron, sui, op, avax, cardano, stellar, aptos, ltc, monad, xlayer, starknet, bch, adi, plasma, scroll, aleo, dash, abs Filter by origin token IDs. Repeat the parameter to pass multiple ids (matched as OR). Overrides fromChainId. Swap-specific: setting this excludes masking transactions.
Filter by destination chain IDs. Repeat the parameter to pass multiple ids (matched as OR). Swap-specific: setting this excludes masking transactions.
near, eth, base, arb, btc, sol, ton, doge, xrp, zec, gnosis, bera, bsc, pol, tron, sui, op, avax, cardano, stellar, aptos, ltc, monad, xlayer, starknet, bch, adi, plasma, scroll, aleo, dash, abs Filter by destination token IDs. Repeat the parameter to pass multiple ids (matched as OR). Overrides toChainId. Swap-specific: setting this excludes masking transactions.
Deposit memo to narrow search by deposit address.
Filter by referral. Swap-specific: setting this excludes masking transactions.
Filter by an affiliate stored in the fees. Swap-specific: setting this excludes masking transactions.
Filter by comma-separated statuses. Allowed values: FAILED, INCOMPLETE_DEPOSIT, PENDING_DEPOSIT, PROCESSING, REFUNDED, SUCCESS. Default: FAILED, PROCESSING, REFUNDED, SUCCESS.
Show transactions from test accounts and with test-related referrals.
Filter by minimum USD price for both input and output amounts. Swap-specific: setting this excludes masking transactions.
x >= 0Filter by maximum USD price for both input and output amounts. Swap-specific: setting this excludes masking transactions.
x >= 0Filter by end timestamp (non-inclusive). Use ISO 8601 format.
Filter by end timestamp (non-inclusive). Use Unix timestamp.
Filter by start timestamp (non-inclusive). Use ISO 8601 format.
Filter by start timestamp (non-inclusive). Use Unix timestamp.