Transactions
Provides rich transaction activity data for a wallet(s).
POST
Each item in the response represents a transaction, and includes a list of activities, asset transfers and labels for the transaction.
Supported Chains
- EVM
- Abstract
abstract
- ApeChain
apechain
- Arbitrum
arbitrum
- Base
base
- BSC
bsc
- Ethereum
ethereum
- Polygon
polygon
- Monad testnet
monad_testnet
- SEI
sei
- Abstract
- Solana
solana
- SUI
sui
Feature Support by Chain
The following table lists the features we support for each chain.
Feature | EVM | Solana | Sui (alpha) |
---|---|---|---|
History | Since genesis | Since 2025-01-01 | Since 2025-01-01 |
Asset transfers | ✅ | ✅ | ❌ |
Activities | ✅ | ❌ | ✅ (partial support) |
Labels | ✅ | ❌ | ❌ |
Supported Activities by Chain
The following table lists the activity variants we support for each chain.
Activity | Type | EVM | Solana | SUI |
---|---|---|---|---|
Asset Approval | asset_approval | ✅ | ❌ | ❌ |
Asset Bridge | asset_bridge | ✅ | ❌ | ❌ |
DEX Trade | dex_trade | ✅ | 🔜 | ✅ (only Cetus DEX trades) |
Liquidity Pool Burn | dex_liquidity_pool_burn | ✅ | ❌ | ❌ |
Liquidity Pool Mint | dex_liquidity_pool_mint | ✅ | ❌ | ❌ |
NFT Trade | nft_trade | ✅ | 🔜 | ❌ |
Authorizations
Query Parameters
Window of days to fetch transactions for. Default is 31.
Required range:
x > 0
Max number of items returned. Default is 100.
Required range:
x > 0
Cursor to request the next page of results.
Body
application/json · object[]
List of chain+address pairs to get transactions for.
Response
200
application/json
Successful Response
The response is of type object
.