---
title: "GET /getAddressBalances"
method: GET
path: "/getAddressBalances"
tags: ["Account"]
---

# GET /getAddressBalances

`GET /getAddressBalances`

Returns a list of tokens balances that the address holds

## Query parameters

- `address` string, required
- `network` string
- `first` string
- `skip` string

## Response `200`

Success

- TokenBalance[] — An array of tokens balances that the address holds
  - `contract_address` string — Address of the token
  - `contract_name` string — Name of the token
  - `contract_ticker_symbol` string — Ticker symbol of the token
  - `contract_decimals` number — Number of decimals of the token
  - `native_token` string — Native token of the chain
  - `quote_rate` string — Quote rate of the token
  - `pretty_quote` string — Pretty quote of the token
  - `balance` string, required — Balance of the account

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Invalid API Key
- `502` — Bad Gateway
- `default` — Success

---

[API](https://skmtc.net/jiffyscan/apis/jiffyscan-apis.md) · [All operations](https://skmtc.net/jiffyscan/apis/jiffyscan-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/jiffyscan/jiffyscan-apis/revisions/6f6deddabdc5/schema)
