Comprehensive Wallet Balance For

Fetch all your wallet data in one call. Display real-time token balances, asset valuations, and more with a seamless integration.

Wallet Balance Overview

Wallet Balance API

Fetch all asset balances and valuations in real-time with a single API call. Simplify your dApp's data integration.

curl -X GET "https://api.status.finance/wallet/ethereum/0x7a250d5630B4cF539739dF2C5dAcb4c659F2488D" -H "accept: */*"

Response Example:

{
  "address": "0x7a250d5630B4cF539739dF2C5dAcb4c659F2488D",
  "chain": "ethereum",
  "balances": [
    {
      "symbol": "ETH",
      "amount": 0.512,
      "value": 48154,
      "currency": "ETH",
      "icon": "https://api.status.finance/images/coins/eth.png"
    },
    {
      "chain": "ethereum",
      "name": "USD Coin",
      "symbol": "USDC",
      "amount": 6723,
      "value": 6723,
      "icon": "https://api.status.finance/images/coins/usdc.png"
    }
  ]
}

Live Wallet Dashboard

Display user's wallet balances and asset valuations in an intuitive dashboard.

BTC
BTC
Balance: 0.512
Value: 48154 USD
Chain: Bitcoin
ETH
ETH
Balance: 2.98
Value: 5874.92 USD
Chain: Ethereum
USDC
USDC
Balance: 6723
Value: 6723 USD
Chain: Ethereum (ERC20)
LINK
LINK
Balance: 95.31
Value: 757.7145 USD
Chain: Ethereum (ERC20)
UNI
UNI
Balance: 9.48
Value: 478.5504 USD
Chain: Ethereum (ERC20)
JUP
JUP
Balance: 256311
Value: 183749.3559 USD
Chain: Solana (SPL)

Why a Unified Wallet Overview?

  • Centralized data retrieval for all assets.
  • Real-time updates ensure accurate valuations.
  • Enhanced user experience with integrated icons and metadata.

With our wallet API, you no longer need multiple calls to fetch different tokens. Get a complete overview with a single request.

API Playground

Transform Your Wallet Experience

Integrate our comprehensive wallet overview API and streamline your dApp's asset management.

Contact Us