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
Feature Support by Chain
The following table lists the features we support for each chain.
Feature | EVM | Solana | Bitcoin | Sui (alpha) |
---|---|---|---|---|
History | Since genesis | Since 2025-01-01 | Since genesis | 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 | Bitcoin | 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
Response
200
application/json
Successful Response
The response is of type object
.