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

# Evm token list

`POST /api/plugin/evm/tokens`

## Request body

- PluginsEvmHttpTokenListParams
  - `after` string
  - `before` string
  - `category` 'erc20' | 'erc721'
  - `contract` string
  - `row` integer

## Response `200`

OK

- object
  - `code` integer
  - `data` object
    - `list` GithubComIteringSubscanPluginsEvmDaoToken[]
      - `base_token_uri` string
      - `category` string
      - `contract` string
      - `decimals` integer
      - `holders` integer
      - `name` string
      - `symbol` string
      - `totalSupply` number
      - `transfer_count` integer
    - `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)
