---
title: "Evm Erc721 collectibles"
method: POST
path: "/api/plugin/evm/token/erc721/collectibles"
tags: ["EVM"]
---

# Evm Erc721 collectibles

`POST /api/plugin/evm/token/erc721/collectibles`

## Request body

- PluginsEvmHttpCollectiblesParams
  - `address` string
  - `after` string
  - `before` string
  - `contract` string
  - `row` integer

## Response `200`

OK

- object
  - `code` integer
  - `data` object
    - `list` GithubComIteringSubscanPluginsEvmDaoErc721Holders[]
      - `contract` string
      - `holder` string
      - `metadata` GithubComIteringSubscanPluginsEvmDaoMetadata
        - `animation_url` string
        - `attributes` object[]
        - `background_color` string
        - `description` string
        - `external_url` string
        - `image` string
        - `name` string
        - `youtube_url` string
      - `storage_url` string
      - `token_id` 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)
