๐ซGet SRR by Token Id
[deprecated] to get SRR data for tokens in Startrail Registry only. This endpoint is deprecated in favor of its parent record.
GET <base_url>/port/api/v1/srr/{tokenId}
Please replace <base_url> as explained here.
This endpoint is deprecated and can be removed anytime in future. get SRR by Collection contract address and Token Id is a more explicit version that covers the use case of this endpoint.
Path Parameters
Name
Type
Description
tokenId*
string
TokenId of SRR. Example: 59531933
Single object of SRR Data.
{
"tokenId": "6460655",
"status": "issued",
"isPrimaryIssuer": true,
"issuedAt": "2021-05-17T05:31:51.000Z",
"createdAt": "2020-10-23T08:41:59.949Z",
"updatedAt": "2021-05-17T05:32:16.000Z",
"srOwnable": {
"ownerAddress": "0x2B8A689885278012a7681C3A37aC33B9357eFA2F",
"createdAt": "2021-01-27T02:36:00.457Z",
"updatedAt": "2021-01-27T02:36:00.457Z"
},
"artist": {
"contractAddress": "0xd80228C535e52470C2034491cFE9dF1F840caFB9",
"originalName": "Willem de Kooning",
"englishName": "William de Kooning",
"userType": "artist",
"createdAt": "2020-10-23T07:54:54.486Z",
"updatedAt": "2020-10-23T07:54:54.486Z"
},
"metadata": {
"digest": "7dd366baa375c83d8a379bb4af12fef77f04c2b6ec46e3dbcbf1902f9145263d",
"json": {
// Check Response Data Description section below for Artwork Metadata
},
"customHistories": [
{
"id": 9,
"digest": "11a023bffc0145c6d3fce17ca249eb3715bf2a931f73d769e975d90f4ecd15a9",
"json": {
"city": "Tokyo",
"venue": {
"en": "Online",
"ja": "ใชใณใฉใคใณ",
"zh": "ไธไธชๆ ้ข"
},
"period": {
"to": "2020-03-21",
"from": "2020-01-23"
},
"$schema": "https://api.startrail.io/api/v1/customHistories/metadata/custom-history-of-auction-metadata.schema.json",
"hostLUW": "0x8DFea3525EE810A7FEa886Fee69c57e68B5d5052",
"saleName": {
"en": "AuctionM_201207",
"ja": "ใชใผใฏใทใงใณ ABC"
},
"historyType": "auction",
"hostCountry": "JP"
},
"historyType": "auction",
"name": "AuctionM_201207",
"collectionContractAddress": "0x5B8A689885278012a7681C3A37aC33B9357eFA2F",
"collection": {
"contractAddress": "0x5B8A689885278012a7681C3A37aC33B9357eFA2F",
"name": "collection name",
"symbol": "collection-symbol"
},
"createdAt": "2020-12-07T06:56:05.859Z",
"updatedAt": "2020-12-07T06:56:05.859Z"
}
]
}Swagger Endpoint (Test Environment)
Required Permissions
No required permission. This endpoint is public and the information is also public.
Last updated
Was this helpful?