---
title: "Gets a Ada account by address"
method: GET
path: "/v3/ada/account/{address}"
tags: ["Cardano - Tatum API"]
---

# Gets a Ada account by address

`GET /v3/ada/account/{address}`

/v3/ada/account/{address}

**You can work with Cardano by [connecting directly to a blockchain node provided by Tatum](https://apidoc.tatum.io/tag/Node-RPC#operation/NodeJsonPostRpcDriver).**

  

#### 2 credits per API call.

Gets a Ada account by address.

## Path parameters

- `address` string, required

## Response `200`

OK

- AdaAccountBalance[]
  - object[]
    - `currency` object
      - `symbol` string — Name of the asset.
      - `decimals` number — Number of decimal places.
    - `value` string — Quantity of the asset.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized. Not valid or inactive subscription key present in the HTTP Header.
- `403` — Forbidden. The request is authenticated, but it is not possible to perform the required operation due to a logical error or invalid permissions.
- `500` — Internal server error. There was an error on the server during the processing of the request.

---

[API](https://skmtc.net/tatum/apis/blockchain-data.md) · [All operations](https://skmtc.net/tatum/apis/blockchain-data/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tatum/blockchain-data/revisions/8622ee4b8fae/schema)
