get https://ag.eqhub.eqbr.com/api/v2/wallet-721/tokens//metadata
Returns metadata information about a token conforming to the ERC-721 standard of a specific blockchain with Token Id as an identification value. Token Id is a unique value that can identify an ERC-721 token.
Response
Name | Type | Required | Description |
---|---|---|---|
metadata_id | Number | True | A unique identifier of the metadata. |
token_721_id | Number | True | A unique identifier to identify tokens between multiple contracts in this server. Differs from the token_id managed in the block chain contracts. |
name | String | Optional | One of metadata property representing token’s name. May remain empty if data does not exist in metadata file or metadata form differs from the data above. |
description | String | Optional | One of metadata property representing token’s description. May remain empty if data does not exist in metadata file or metadata form differs from the data above. |
image | String | True | One of metadata property representing token’s image. May remain empty if data does not exist in metadata file or metadata form differs from the data above. |
image_data | String | Optional | One of metadata property representing token’s image data(SVG). May remain empty if data does not exist in metadata file or metadata form differs from the data above. |
background_color | String | Optional | One of metadata property representing token’s background color. May remain empty if data does not exist in metadata file or metadata form differs from the data above. |
external_url | String | Optional | One of metadata property representing token’s external_url. May remain empty if data does not exist in metadata file or metadata form differs from the data above. |
animation_url | String | Optional | One of metadata property representing token’s animation_url. May remain empty if data does not exist in metadata file or metadata form differs from the data above. |
youtube_url | String | Optional | One of metadata property representing token’s youtube url. May remain empty if data does not exist in metadata file or metadata form differs from the data above. |
metadataAttributes | Object[] | Optional | One of metadata property representing token’s attribute array. May remain empty if data does not exist in metadata file or metadata form differs from the data above. |
metadataAttributes object array
Name | Type | Required | Description |
---|---|---|---|
display_type | String | Optional | One of attribute property representing attribute’s display type. May remain empty if data does not exist in metadata file or metadata form differs from the data above. |
trait_type | String | Optional | One of attribute property representing attribute’s trait type. May remain empty if data does not exist in metadata file or metadata form differs from the data above. |
value | Number | Optional | One of attribute property representing attribute’s value. May remain empty if data does not exist in metadata file or metadata form differs from the data above. |