TONTONDocs
TON CenterV3Accounts

applications/api/toncenter/v3/accounts/metadata

GET
/api/v3/metadata

Query Parameters

address*array<string>

List of addresses in any form to get address metadata. Max: 1024.

Response Body

application/json

application/json

curl -X GET "https://example.com/api/v3/metadata?address=string"
{
  "property1": {
    "is_indexed": true,
    "token_info": [
      {
        "description": "string",
        "extra": {},
        "image": "string",
        "name": "string",
        "nft_index": "string",
        "symbol": "string",
        "type": "string",
        "valid": true
      }
    ]
  },
  "property2": {
    "is_indexed": true,
    "token_info": [
      {
        "description": "string",
        "extra": {},
        "image": "string",
        "name": "string",
        "nft_index": "string",
        "symbol": "string",
        "type": "string",
        "valid": true
      }
    ]
  }
}
{
  "code": 0,
  "error": "string"
}

Last updated on