Skip to content

NFT

NFT object

Signature

NFT

{   
    "id": "string",
    "is_confirmed": "bool",
    "transaction_hash": "string",
    "destination": "string",
    "metadata": {
        "name": "string",
        "description": "string"|null,
        "image": "http://example.com"|null,
        "image_preview": "http://example.com"|null,
        "image_thumbnail": "http://example.com"|null,
        "background_color": "#FFFFFF"|null,
        "animation_url": "http://example.com"|null,
        "youtube_url": "http://example.com"|null,
        "attributes": [
            {
                "trait_type": "string"|null,
                "value": "string"|null,
                "display_type": "string"|null
            }
        ]
    }
}
Method Required Type Description
id true enum integet random id
is_confirmed true bool The transaction status
destination true sting The acount address (on the blockchain)
metadata true NftMetadata The media type