---
title: "Get account tokens"
method: POST
path: "/api/plugin/evm/account/tokens"
tags: ["EVM"]
---

# Get account tokens

`POST /api/plugin/evm/account/tokens`

## Request body

- PluginsEvmHttpAccountTokensParams
  - `address` string, required
  - `category` 'erc20' | 'erc721'

## Response `200`

OK

- object
  - `code` integer
  - `data` GithubComIteringSubscanPluginsEvmDaoAccountTokenJson[]
    - `balance` number
    - `category` string
    - `contract` string
    - `decimals` integer
    - `name` string
    - `symbol` string
  - `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)
