Skip to main content

Get details of multiple collections

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...