# Get token balance for an entity or address, for a specific chain/address Returns the aggregated token balance for either an entity or address, across all chains, but identified by the specific token contract. Endpoint: GET /token/balance/{chain}/{address} Version: 1.0.0 Security: ApiKeyAuth ## Path parameters: - `chain` (string, required) - `address` (string, required) ## Query parameters: - `entityID` (string) - `addressQuery` (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