IBEx.Fi Wallet Transactions Flow

1. Single Blockchain Transactions Flow (v1)
📋
Query Transactions
GET /v1.1/bcreader/transactions
Generic proxy → BCReader
address + date filters
🔍
Apply Filters
Date range, direction
Pagination
📊
Transactions Retrieved
Paginated results
Single blockchain
2. Multi-Blockchain Transactions Flow (v1.1)
🌐
Query Multi-Chain
GET /v1.1/bcreader/transactions
Generic proxy → BCReader v1.1
address (no X-Blockchain-Id)
📈
All Blockchains
Transactions for all chains
Multi-token breakdown
3. Detailed Transactions Flow (v1.1)
🔍
Query with Options
GET /v1.1/bcreader/transactions
includeTokenMeta + includePrices
📋
Token Metadata
Symbol, name, decimals
Token status
💵
Price Data
Real-time prices (USD/EUR)
Transaction values
4. Transaction Aggregation Flow (v1.1)
📊
Aggregate by Token
📈
Token Statistics
Count per token
Sum values

📋 Data to Store

  • total : Total transactions matching filters
  • page : Current page number
  • limit : Results per page
  • totalPages : Total number of pages
  • data : Array of transaction objects
  • aggregates : Token-level statistics

🔧 Endpoints

⚙️ Technical Details

  • Multi-blockchain support
  • Multi-token filtering
  • Real-time price data (USD/EUR)
  • Token metadata (symbol, name, decimals)
  • Transaction aggregation
  • Pagination support
  • Date range filtering
  • Direction filtering (IN/OUT)
← Back to Transactions Guide