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.
Path Parameters
Name
Type
Description
tokenId*
string
TokenId of SRR. Example: 59531933
collectionContractAddress
string
Ethereum address:, for example: 0xb3c438dCe59d2A1b6994E437d879ae00f24F2d34
Single object of SRR Data.
Description of SRR Data. This page includes example as well.
Swagger Endpoint (Test Environment)
No Permission is required
This endpoint is public and the information is also public.
Last updated