Smart Categorization - Transactions are analyzed and categorized automatically based on method signatures, protocols, and transfer patterns
Transaction Type Enum
Transaction Categories
- Transfers
- DeFi Actions
- Special Actions
- Advanced
- Meta Types
TRANSFERIN
TRANSFERIN
Receiving tokens from another address
- Incoming token transfers
- Received payments
- Peer-to-peer receipts
TRANSFEROUT
TRANSFEROUT
Sending tokens to another address
- Outgoing token transfers
- Payments sent
- Peer-to-peer sends
SELFTRANSFER
SELFTRANSFER
Moving tokens between your own wallets
- Transfers between addresses you control
- Portfolio rebalancing
- Moving funds to cold storage
BRIDGEIN
BRIDGEIN
Receiving assets from another blockchain
- Cross-chain bridge receipts
- Assets arriving from L1 to L2
- Multi-chain transfers
BRIDGEOUT
BRIDGEOUT
Sending assets to another blockchain
- Cross-chain bridge sends
- Moving assets from L2 to L1
- Multi-chain transfers
Using Transaction Types
Common Patterns
- DeFi Activity
- Portfolio Changes
- Exclude Spam
Best Practices
Use Type Filters
Use Type Filters
Filter on the API side for better performance:
Handle MULTITYPE
Handle MULTITYPE
MULTITYPE transactions may need special handling:
Display User-Friendly Names
Display User-Friendly Names
Convert type enums to readable labels: