Data API

Blockchain Data, Simplified

Access complex blockchain data in a simple, structured format. Query balances, transactions, and address history across all supported networks.

Unified Schema

Consistent data format across Bitcoin, Ethereum, Solana, and Tron.

Real-Time Updates

Balances and transactions updated within seconds of confirmation.

Historical Data

Query full transaction history for any address.

Everything you need to know

Wallet Balances

Native currency and token balances with USD valuations.

Transaction History

Complete transaction records with status and confirmations.

Token Metadata

Token names, symbols, decimals, and contract addresses.

Gas Estimates

Current network fees and optimal gas prices.

Clean, structured data

Query wallet balances, transaction history, and token data with simple REST endpoints. All responses are normalized across chains.

Explore the API
JSON
{
  "wallet_id": "wallet_abc123",
  "network": "ethereum",
  "balances": [
    {
      "currency": "ETH",
      "amount": "2.5",
      "usd_value": "4250.00"
    },
    {
      "currency": "USDC",
      "amount": "1000.00",
      "contract": "0xa0b8..."
    }
  ]
}

Ready to explore blockchain data?