Get Metadata By tokenid
tokenid of ERC721 specification.
Get metadata by tokenid only endpoint
Get metadata JSON for a given token.This is the ERC721 tokenURI().
Path parameters
tokenFilestringRequiredExample:
Name of file which should be in the form <ERC721 token id>.json
20469176713323657527.jsonResponses
200Success
No content
404Error
get
/api/v1/srr/metadata/{tokenFile}No content
Get metadata by tokenid and collection contract address endpoint
Get collection metadata JSON for a given token.This is the ERC721 tokenURI().
Path parameters
contractAddressstringRequired
tokenFilestringRequiredExample:
Name of file which should be in the form <ERC721 token id>.json
20469176713323657527.jsonResponses
200Success
No content
404Error
get
/api/v1/srr/metadata/{contractAddress}/{tokenFile}No content
Swagger Endpoint (Test Environment)
Required Permissions
Last updated
Was this helpful?