S
S
Startrail APIs
Ask or search…
K
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 metadata by tokenid only endpoint

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 metadata by tokenid and collection contract address endpoint

get
https://api-stg.startrail.startbahn.jp/startrail
/api/v1/srr/metadata/{contractAddress}/{tokenFile}
Get token metadata JSON

Swagger Endpoint (Test Environment)

Required Permissions

No required permission. This endpoint is public as the information is also public.
©2023 Startbahn, Inc.