Covalent · Example Payload

Covalent Balances Example

BlockchainWeb3Multi-ChainData InfrastructureCryptoDeFiNFTHyperliquidGoldRushAI Agents

Covalent Balances Example is an example object payload from Covalent, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

requestresponse

Example Payload

Raw ↑
{
  "request": {
    "method": "GET",
    "url": "https://api.covalenthq.com/v1/eth-mainnet/address/0xfC43f5F9dd45258b3AFf31Bdbe6561D97e8B71de/balances_v2/",
    "headers": {
      "Authorization": "Bearer cqt_xxxxxxxxxxxxxxxxxxxx",
      "Accept": "application/json"
    }
  },
  "response": {
    "status": 200,
    "body": {
      "data": {
        "address": "0xfc43f5f9dd45258b3aff31bdbe6561d97e8b71de",
        "updated_at": "2026-05-25T14:00:00Z",
        "next_update_at": "2026-05-25T14:05:00Z",
        "quote_currency": "USD",
        "chain_id": 1,
        "chain_name": "eth-mainnet",
        "items": [
          {
            "contract_decimals": 18,
            "contract_name": "Ether",
            "contract_ticker_symbol": "ETH",
            "contract_address": "0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
            "supports_erc": ["erc20"],
            "logo_url": "https://logos.covalenthq.com/tokens/1/0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee.png",
            "last_transferred_at": "2026-05-20T09:14:22Z",
            "native_token": true,
            "type": "cryptocurrency",
            "balance": "2581423000000000000",
            "balance_24h": "2581423000000000000",
            "quote_rate": 3520.41,
            "quote_rate_24h": 3491.10,
            "quote": 9087.21,
            "quote_24h": 9011.97,
            "pretty_quote": "$9,087.21",
            "pretty_quote_24h": "$9,011.97"
          }
        ]
      },
      "error": false,
      "error_message": null,
      "error_code": null
    }
  }
}

Work with this as data

Every example here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/covalent-balances-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.