Skip to main content

Get details of multiple NFTs

API Deprecation Notice

This API endpoint will be deprecated by the end of Q1 2025 as part of Skynet sunsetting. Please migrate to the Moralis alternative: Get Multiple NFTs

POST 

/collections/:contractAddress/tokens

Get details of multiple NFTs

Request

Path Parameters

    contractAddress stringrequired

    ContractAddress address. Example: 0x32950db2a7164ae833121501c797d79e7b79d74c

Body

required

Request body

    tokenIds string[]

Responses

OK
Schema

    result

    object

    items

    object[]

  • Array [

  • tokenId string
    contractAddress string
    name string
    symbol string
    standard string
    tokenUri string
    metadata object
  • ]

Loading...