Skip to main content

Get details of multiple collections

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 collection stats

POST 

/collections

Get details of multiple collections

Request

Body

required

Request body

    contractAddresses string[]

Responses

OK
Schema

    result

    object

    items

    object[]

  • Array [

  • contractAddress string
    name string
    symbol string
    standard string
    totalSupply string
    totalOwners integer
    totalTransfers integer
    metadata object
  • ]

Loading...