Comment on page
Get Metadata By tokenid
tokenid of ERC721 specification.
The following URL points to the test environment. Replace it with the production's as necessary. See the URLs here.
Please note that there are two endpoints here:
get
https://api-stg.startrail.startbahn.jp/startrail
/api/v1/srr/metadata/{tokenFile}
Get token metadata JSON
If the tokenid belongs to a collection contract you should use the following endpoint that gets the
contractAddress
as well, otherwise use the above endpoint.get
https://api-stg.startrail.startbahn.jp/startrail
/api/v1/srr/metadata/{contractAddress}/{tokenFile}
Get token metadata JSON
No required permission. This endpoint is public as the information is also public.