Metadata
The metadata APIs provide users to make preparations for creating NFTs including creating NFT metadata and the corresponding query functions.
Last updated
The metadata APIs provide users to make preparations for creating NFTs including creating NFT metadata and the corresponding query functions.
Last updated
Create NFT metadata
API helps users to create their own metadata after calling Upload File to get the corresponding file url. To call Create NFT metadata
, users have to provide the metadata information including name
, file
, external_link
and so on.
Authorization
Bearer Token
Header
string
Query metadata
API helps users to query the detailed information of the specified metadata according to metadata_id
. This api returns the name
, description
, external link
, file
and attributes
of the queried metada.
Authorization
Bearer Token
Header
string
Query metadata list
API helps users to obain the metadata list including the information of the metadata created in the specified app. This API returns the array of the result from calling Query matadata.
Authorization
Bearer Token
Header
string
Create NFT metadata by providing the info including name, description and so on
Bearer openapi_token