For the complete documentation index, see llms.txt. This page is also available as Markdown.

Get SRR by Collection contract address and Token Id

to get SRR data

GET <base_url>/port/api/v1/collection/{collectionContractAddress}/srr/{tokenId}

Please replace <base_url> as explained here.

Recommended: query the subgraph directly

This endpoint proxies a single SRR record from the Startrail subgraph. For most use cases — and especially when you need richer filtering, batching, or low latency — query the subgraph directly. The endpoint does not include the metadata JSON; fetch it from the Startrail IPFS CDN gateway at https://cdn.startrail.io/ipfs/<metadataDigest>.

Path Parameters

Name
Type
Description

tokenId*

string

TokenId of SRR. Example: 59531933

collectionContractAddress

string

Ethereum address:, for example: 0xb3c438dCe59d2A1b6994E437d879ae00f24F2d34

Single SRR record sourced from the subgraph (without the IPFS-resident metadata JSON, customHistories or aggregated transfers). See Description of SRR Data for the field reference.

Swagger Endpoint (Test Environment)

Swagger to test.

No Permission is required

This endpoint is public and the information is also public.

Last updated

Was this helpful?