---
title: "Get accounts list"
method: POST
path: "/api/plugin/balance/accounts"
tags: ["accounts"]
---

# Get accounts list

`POST /api/plugin/balance/accounts`

## Request body

- PluginsBalanceHttpAccountsParams
  - `after` integer
  - `before` integer
  - `row` integer

## Response `200`

OK

- object
  - `code` integer
  - `data` object
    - `list` GithubComIteringSubscanPluginsBalanceModelAccount[]
      - `address` string
      - `balance` number
      - `locked` number
      - `nonce` integer
      - `reserved` number
    - `pagination` object
  - `message` string
  - `ttl` integer

---

[API](https://skmtc.dev/subscan-explorer/apis/untitled-api.md) · [All operations](https://skmtc.dev/subscan-explorer/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/subscan-explorer/untitled-api/revisions/5e9ebf864655/schema)
