Skip to main content

Returns the IRC27 metadata as JSON.

GET 

/api/irc-metadata/v1/nfts/:nftId

Load the IRC27 metadata of an NFT by its id.

Request

Path Parameters

    nftId stringrequired

    Unique identifier of the nft.

    Example: 0x19c82b32761fd8729a1a6c77f7c17597e4b9b01759794e52381f6a0050b0c11f

Responses

Successful operation.

Schema
    standard stringrequired

    Possible values: Value must match regular expression ^IRC27$

    identifier for the metadata standard used

    version stringrequired

    Possible values: Value must match regular expression ^v\d+.\d+$

    version of the metadata standard used

    name stringrequired

    A descriptive name of the token

    description string

    some information about the NFT project

    type stringrequired

    MIME type of the asset

    uri stringrequired

    URI pointing to the resource where the file with type MIME type is hosted

    collectionName string

    A human readable name for the NFT collection

    royalties object

    object containing the payout addresses mapped to their percentage share

    issuerName string

    name of the artist

    attributes array

    array containing any additional data as objects.

Loading...