---
title: "Specific account address"
method: GET
path: "/accounts/{stake_address}"
tags: ["Cardano » Accounts"]
---

# Specific account address

`GET /accounts/{stake_address}`

Obtain information about a specific stake account.

## Path parameters

- `stake_address` string, required

## Response `200`

Return the account content.

- AccountContent
  - `stake_address` string, required — Bech32 stake address
  - `active` boolean, required — Delegation state of the account. **Note:** For registration state, use the `registered` field instead.
  - `registered` boolean, required — Registration state of an account
  - `active_epoch` integer, nullable, required — Epoch of the most recent action - registration or deregistration
  - `controlled_amount` string, required — Balance of the account in Lovelaces
  - `rewards_sum` string, required — Sum of all rewards for the account in the Lovelaces
  - `withdrawals_sum` string, required — Sum of all the withdrawals for the account in Lovelaces
  - `reserves_sum` string, required — Sum of all funds from reserves for the account in the Lovelaces
  - `treasury_sum` string, required — Sum of all funds from treasury for the account in the Lovelaces
  - `withdrawable_amount` string, required — Sum of available rewards that haven't been withdrawn yet for the account in the Lovelaces
  - `pool_id` string, nullable, required — Bech32 pool ID to which this account is delegated
  - `drep_id` string, nullable, required — Bech32 drep ID to which this account is delegated

## Other responses

- `400` — Bad request
- `403` — Authentication secret is missing or invalid
- `404` — Component not found
- `418` — IP has been auto-banned for extensive sending of requests after usage limit has been reached
- `429` — Usage limit reached
- `500` — Internal Server Error

---

[API](https://skmtc.net/txpipe/apis/blockfrost-io-api-documentation.md) · [All operations](https://skmtc.net/txpipe/apis/blockfrost-io-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/txpipe/blockfrost-io-api-documentation/versions/4a2f67b16876/schema)
