POST
/
v0
/
token-metadata
curl --request POST \
  --url https://api.helius.xyz/v0/token-metadata \
  --header 'Content-Type: application/json' \
  --data '{
  "mintAccounts": [
    "<string>"
  ],
  "includeOffChain": false,
  "disableCache": false
}'
[
  {
    "account": "<string>",
    "onChainAccountInfo": {
      "accountInfo": {
        "key": "<string>",
        "isSigner": true,
        "isWritable": true,
        "lamports": 123,
        "data": {
          "parsed": {
            "info": {
              "decimals": 123,
              "freezeAuthority": "<string>",
              "isInitialized": true,
              "mintAuthority": "<string>",
              "supply": "<string>"
            },
            "type": "<string>"
          },
          "program": "<string>",
          "space": 123
        },
        "owner": "<string>",
        "executable": true,
        "rentEpoch": 123
      },
      "error": ""
    },
    "onChainMetadata": {
      "metadata": {
        "key": "<string>",
        "mint": "<string>",
        "updateAuthority": "<string>",
        "data": {
          "name": "<string>",
          "symbol": "<string>",
          "uri": "<string>",
          "sellerFeeBasisPoints": 123,
          "creators": [
            {
              "address": "<string>",
              "share": "<string>",
              "verified": true
            }
          ]
        },
        "tokenStandard": "<string>",
        "primarySaleHappened": true,
        "isMutable": true,
        "editionNonce": 123,
        "collection": {
          "key": "<string>",
          "verified": true
        },
        "collectionDetails": {
          "size": 123
        },
        "uses": {
          "useMethod": "<string>",
          "remaining": 123,
          "total": 123
        }
      },
      "error": ""
    },
    "offChainMetadata": {
      "metadata": {
        "name": "<string>",
        "symbol": "<string>",
        "attributes": [
          {
            "traitType": "<string>",
            "value": "<string>"
          }
        ],
        "sellerFeeBasisPoints": 123,
        "image": "<string>",
        "properties": {
          "category": "<string>",
          "files": [
            {
              "uri": "<string>",
              "type": "<string>"
            }
          ],
          "creators": [
            {
              "address": "<string>",
              "share": "<string>"
            }
          ]
        }
      },
      "uri": "<string>",
      "error": ""
    },
    "legacyMetadata": {
      "chainId": 123,
      "address": "<string>",
      "symbol": "<string>",
      "name": "<string>",
      "decimals": 123,
      "logoURI": "<string>",
      "tags": [
        "<string>"
      ],
      "extensions": {}
    }
  }
]

Authorizations

api-key
string
query
required

Your Helius API key. You can get one for free in the dashboard.

Body

application/json

Response

200
application/json
Query result.

The response is of type object[].