Skip to main content

Get details of multiple contracts

API Deprecation Notice

This API endpoint will be deprecated by the end of Q1 2025 as part of Skynet sunsetting.

POST 

/contracts

Get details of multiple contracts

Request

Body

required

Request body

    contractAddresses string[]

Responses

OK
Schema

    result

    object

    items

    object[]

  • Array [

  • address string
    name string
    symbol string
    standard string
    creator string
    createdAtBlock integer
    verifiedName string
    verifiedSymbol string
    verifiedStandard string
  • ]

Loading...