# Get token balance (all chains) for an entity or address Returns the aggregated token balance for either an entity or address, across all chains. Endpoint: GET /token/balance/{id} Version: 1.0.0 Security: ApiKeyAuth ## Path parameters: - `id` (string, required) CoinGecko pricing ID (e.g. "bitcoin") ## Query parameters: - `entityID` (string) - `address` (string) ## Response 200 fields (application/json): - `pricingID` (string) Example: "ethereuem" - `name` (string) Example: "Ethereum" - `symbol` (string) Example: "ETH" - `balance` (number,null) Example: 4559842.890596902 - `price` (number,null) Example: 4268.59 - `usd` (number,null) Example: 19464099764.373035