Skip to main content

Get NFT collection metadata

Get NFT collection metadata

Path Parameters
    address string required

    The address of contract

Responses

Successful


Schema
    address string required

    The address of the NFT contract

    type string required

    The type of NFT contract standard

    name string required

    The name of the NFT contract

    owner string

    The owner of the NFT contract

    base_uri string

    The base uri of the NFT contract

    total_supply string

    The total supply of the NFT contract

    description string

    The description of the NFT contrac

    external_link string

    The external link of the NFT contract

    image string

    The image url of the NFT contract

    last_synced_at number

    The last synced time of the NFT contract

Loading...