Get 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
The number of transactions to return. Default: 50. Max: 1000. Min: 1.
1 <= x <= 1000DEPRECATED: Use lastDepositAddress and lastDepositMemo instead. Combined deposit address and memo value for pagination.
Last known deposit address for pagination. Use the depositAddress from the last transaction of the previous page.
Last known deposit memo for pagination. Use the depositMemo from the last transaction of the previous page.
Direction of pagination. next - get older transactions, prev - get newer transactions. Default: next.
next, prev Search 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.
Response
Transactions
"nep141:eth-0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48.omft.near"
"nep141:17208628f84f5d6ad33f0da3bbbeb27ffcb398eac501a31bd6ad2011e36133a1"
The deposit address.
"GDJ4JZXZELZD737NVFORH4PSSQDWFDZTKW3AIDKHYQG23ZXBPDGGQBJK"
The deposit memo, if it exists.
"12345"
DEPRECATED: Use depositAddress and depositMemo instead. Combined deposit address and memo.
"GDJ4JZXZELZD737NVFORH4PSSQDWFDZTKW3AIDKHYQG23ZXBPDGGQBJK_12345"
"somebody.near"
SUCCESS, FAILED, INCOMPLETE_DEPOSIT, PENDING_DEPOSIT, PROCESSING, REFUNDED "SUCCESS"
"2025-12-31T12:00:00.000Z"
1767182400
"GnGk38hvi92tTWDYMMS8CWYnVT4fixmfBrnqSErCDMTu"
"some-referral"
"22.130108"
"22.113697"
[
{ "fee": 50, "recipient": "some.near" },
{ "fee": 5, "recipient": "somebody.near" }
][
"6XqqDwoaopgg39QsEiFGs9HfwP2Vum9tCCyqHDYXWBBH",
"EVcgKukwf38XsYcgvkEgiMPWR7qwLfLK5rsVtjgctPBn"
][
"0x9bcff372aee89b648c922b850573b22387c31d693079f5e37cd255814e2d615a"
][
"0x9bcff372aee89b648c922b850573b22387c31d693079f5e37cd255814e2d615a"
]"22130108"
"22.1272"
"22113697"
"22.1108"
"somebody.near"
[
"0x1234567890abcdef1234567890abcdef12345678"
]"0.001"
Known values: AMOUNT_LESS_THAN_MIN_AMOUNT_OUT, AMOUNT_MORE_THAN_BALANCE, INTENT_SUBMIT_FAILED, PARTIAL_DEPOSIT, CIRCUIT_BREAKER_BLOCKED, FEE_ESTIMATION_FAILED, NO_LIQUIDITY, AMOUNT_LESS_THAN_MIN_WITHDRAWABLE, INSUFFICIENT_BALANCE, REFUND_ADD_FAILED, UNKNOWN
"AMOUNT_MORE_THAN_BALANCE"
"1000"
ORIGIN_CHAIN, INTENTS, CONFIDENTIAL_INTENTS "ORIGIN_CHAIN"
DESTINATION_CHAIN, INTENTS, CONFIDENTIAL_INTENTS "DESTINATION_CHAIN"
ORIGIN_CHAIN, INTENTS, CONFIDENTIAL_INTENTS "ORIGIN_CHAIN"