---
title: "GET /addresses/{address}"
method: GET
path: "/addresses/{address}"
---

# GET /addresses/{address}

`GET /addresses/{address}`

## Path parameters

- `address` string, required

## Response `200`

Ok

- AddressResponse
  - `subaccounts` SubaccountResponseObject[], required
    - `address` string, required
    - `subaccountNumber` integer, required
    - `equity` string, required
    - `freeCollateral` string, required
    - `openPerpetualPositions` PerpetualPositionsMap, required
    - `assetPositions` AssetPositionsMap, required
    - `marginEnabled` boolean, required
    - `updatedAtHeight` string, required
    - `latestProcessedBlockHeight` string, required
  - `totalTradingRewards` string, required

## Changes

> 50 revisions in range; 1 could not be searched.

- **2024-06-14** `4e40c15fe6bd` — 1 info
  - added the required property `subaccounts/items/latestProcessedBlockHeight` to the response with the `200` status
- **2024-05-14** `90fd32395633` — 4 breaking
  - the `subaccounts/items/assetPositions/additionalProperties/subaccountNumber` response's property type/format changed from `integer`/`int32` to `number`/`double` for status `200`
  - the `subaccounts/items/openPerpetualPositions/additionalProperties/subaccountNumber` response's property type/format changed from `integer`/`int32` to `number`/`double` for status `200`
  - the `subaccounts/items/subaccountNumber` response's property type/format changed from `integer`/`int32` to `number`/`double` for status `200`
  - removed the required property `subaccounts/items/latestProcessedBlockHeight` from the response with the `200` status

[Change history](https://skmtc.dev/dydxprotocol/apis/indexer-api/changes/addresses/:address/get.md)

---

[API](https://skmtc.dev/dydxprotocol/apis/indexer-api.md) · [All operations](https://skmtc.dev/dydxprotocol/apis/indexer-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dydxprotocol/indexer-api/revisions/5005547cef75/schema)
