Skip to main content
GET
/
v1
/
evm
/
collectibles
/
{address}
Get EVM Collectibles
curl --request GET \
  --url https://api.sim.dune.com/v1/evm/collectibles/{address} \
  --header 'X-Sim-Api-Key: <x-sim-api-key>'
{
  "address": "0xd8da6bf26964af9d7eed9e03e53415d37aa96045",
  "entries": [
    {
      "contract_address": "0x5d28dcf2fbbd3738c0ebe9de03eafcb4ec33015d",
      "token_standard": "ERC1155",
      "token_id": "1",
      "chain": "ethereum",
      "chain_id": 1,
      "name": "Beeplfg",
      "description": "Beeplfg",
      "symbol": "CRAP",
      "image_url": "https://api.sim.dune.com/v1/evm/collectible/image/1/0x5d28dcf2fbbd3738c0ebe9de03eafcb4ec33015d/1",
      "last_sale_price": "0",
      "metadata": {
        "uri": "ipfs://QmcnkkMnfL7fugsyrZPEZhPGciLMoo9kwWt1cg4QHLLx3w/0",
        "attributes": [
          {
            "key": "Color",
            "value": "255, 43, 163"
          },
          {
            "key": "Stance",
            "value": "Greased"
          }
        ]
      },
      "is_spam": false,
      "spam_score": 0,
      "explanations": [
        {
          "feature": "trade_volume",
          "value": 518,
          "feature_score": 0,
          "feature_weight": 0.25
        },
        {
          "feature": "unique_buyers",
          "value": 145,
          "feature_score": 0,
          "feature_weight": 0.25
        },
        {
          "feature": "unique_sellers",
          "value": 167,
          "feature_score": 0,
          "feature_weight": 0.25
        },
        {
          "feature": "externally_flagged",
          "value": false,
          "feature_score": 0,
          "feature_weight": 0.25
        }
      ],
      "balance": "8",
      "last_acquired": "2025-08-10T03:58:59Z"
    },
    {
      "contract_address": "0x344299dd2af8f81246dcb7b3368c6b9b5ddad4f6",
      "token_standard": "ERC1155",
      "token_id": "1",
      "chain": "bnb",
      "chain_id": 56,
      "name": "launchspx org",
      "balance": "1",
      "last_acquired": "2025-08-11T04:22:52Z"
    },
    {
      "contract_address": "0x3c020f2124b84bd079985c77f93d4a750512448c",
      "token_standard": "ERC721",
      "token_id": "5132",
      "chain": "ethereum",
      "chain_id": 1,
      "name": "Ethereum Puppet #5132",
      "description": "Ethereum Puppet #5132",
      "symbol": "PUPPET",
      "image_url": "https://api.sim.dune.com/v1/evm/collectible/image/1/0x3c020f2124b84bd079985c77f93d4a750512448c/5132",
      "last_sale_price": "0.00005",
      "metadata": {
        "uri": "https://www.ethereumpuppets.com/metadata/5132",
        "attributes": [
          {
            "key": "Background",
            "value": "Mustard"
          },
          {
            "key": "Shirt",
            "value": "Gambler"
          }
        ]
      },
      "balance": "1",
      "last_acquired": "2025-08-09T23:07:47Z"
    },
    {
      "contract_address": "0xa18cf489cf710759f13ac6c8596823dba85354e2",
      "token_standard": "ERC721",
      "token_id": "24",
      "chain": "optimism",
      "chain_id": 10,
      "balance": "1",
      "last_acquired": "2025-08-07T14:51:57Z"
    }
  ],
  "next_offset": "opaque-pagination-token",
  "request_time": "2025-08-13T09:40:53Z",
  "response_time": "2025-08-13T09:40:53Z"
}
Type=collectibles Web The Collectibles API provides information about NFTs (ERC721 and ERC1155 tokens) owned by a specific address on supported EVM blockchains, with built-in spam filtering.

Compute Unit Cost

The Collectibles endpoint’s CU cost equals the number of chains you include via the chain_ids query parameter. If you omit chain_ids, we use the endpoint’s chains tagged default (currently chains, subject to change). See the Supported Chains page to learn about chain tags. For example, ?chain_ids=1,8453,137 processes three chains and currently consumes three CUs. Omitting chain_ids uses the default set at request time and consumes CUs (equal to the size of that set).
See the Compute Units page for detailed information.

Spam Filtering

By default, spam filtering for collectibles is enabled. Use filter_spam=false to disable it. You can omit the parameter or set filter_spam=true to keep spam filtering enabled. We provide spam scores to explain how a collectible is classified as spam or not. Spam scores are off by default. Enable them with show_spam_scores=true. Scores are computed as a weighted average across signals. These include whether the collection has been flagged by external providers, trade volume since launch, and the number of unique buyers and sellers. See the table below for the full list.
FeatureDescription
trade_volumeThis is the total number of trades since collection launch. Very low activity can indicate spam. Collections launched in the last 7 days are excluded from this signal.
unique_buyersThis is the count of distinct buyers. Low buyer diversity can indicate inorganic activity.
unique_sellersThis is the count of distinct sellers. Low seller diversity can indicate inorganic activity.
externally_flaggedWhether the collection has been flagged as spam by third-party providers. true increases the spam likelihood.
ipfs_uri_presentThis indicates whether token metadata URIs use IPFS. Certain patterns can correlate with spam when combined with other signals.
suspicious_wordsWhether names, symbols, or URIs include suspicious terms commonly associated with scams.
url_shortener_in_uriThis indicates whether metadata URIs use link shorteners. For example, Bitly links can obscure destinations.
These spam score features are included in the response’s explanations field and may be omitted if signals are unavailable.

Headers

X-Sim-Api-Key
string
required

Used for authenticating requests. Provide an API key with a purpose of Sim API. See Authentication.

Path Parameters

address
string<address>
default:0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045
required

The wallet address to get collectibles for.

Query Parameters

chain_ids
string

Filter by chain(s). Accepts numeric chain IDs and/or tags. Provide a single value (e.g. ?chain_ids=1 or ?chain_ids=mainnet) or a comma-separated list (e.g. ?chain_ids=1,8543,testnet). Chain names are not accepted. If this query parameter is omitted, results include collectibles from chains with the default tag. See the Supported Chains Tags section.

offset
string

Pagination cursor. Use the next_offset value from the previous response to get the next page. Omit to fetch the first page.

limit
integer
default:250

Maximum entries per page for collectibles. Default is 250 when not provided. Values above 2500 are reduced to 2500. If fewer entries exist than the limit, only the available entries are returned.

Required range: 1 <= x <= 2500
filter_spam
boolean
default:true

When true, hide collectibles identified as spam. Set to false to return all collectibles, including potential spam. See the Spam Filtering section for more details.

show_spam_scores
boolean
default:false

When true, include spam scoring details including contributing signals to explain filtering decisions.

Response

A list of collectibles for the specified address.

address
string<address>
required

The wallet address for which collectibles are being reported.

entries
object[]
required

A list of collectible entries.

request_time
string<date-time>
required

Timestamp of when the request was received.

response_time
string<date-time>
required

Timestamp of when the response was generated.

next_offset
string

Use this value as the offset in your next request to continue pagination. Not included when there are no more entries.