---
title: "Evm accounts list"
method: POST
path: "/api/plugin/evm/accounts"
tags: ["EVM"]
---

# Evm accounts list

`POST /api/plugin/evm/accounts`

## Request body

- PluginsEvmHttpEvmAccountParams
  - `address` string
  - `after` string
  - `before` string
  - `row` integer

## Response `200`

OK

- object
  - `code` integer
  - `data` object
    - `lixst` GithubComIteringSubscanPluginsEvmDaoAccountsJson[]
      - `balance` number
      - `evm_account` string
    - `pagination` object
  - `message` string
  - `ttl` integer

---

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