Get Owned SRRs
to get SRRs information by owner's address
Path Parameters
Name
Type
Description
Query Parameters
Name
Type
Description
[
{
"id": "0x7942627305545af0e6c826d54cc9b2c5d190a874-227890056407",
"tokenId": "227890056407",
"ownerAddress": "0x2B8A689885278012a7681C3A37aC33B9357eFA2F",
"isPrimaryIssuer": true,
"artistAddress": "0xd80228C535e52470C2034491cFE9dF1F840caFB9",
"metadataDigest": "bafkreiabepvyxyetkcb3xbjo3ocuyfo6psv3rc3yj34hequwcsilyvjima",
"transferCommitment": null,
"lockExternalTransfer": false,
"royaltyReceiver": "0xA6E6a9E20a541680a1D6E1412f5088AefBF58a22",
"royaltyBasisPoints": 1570,
"createdAt": "2023-08-12T10:21:33.000Z",
"updatedAt": "2023-09-03T04:11:02.000Z",
"issuer": {
"id": "0xa6e6a9e20a541680a1d6e1412f5088aefbf58a22",
"walletAddress": "0xA6E6a9E20a541680a1D6E1412f5088AefBF58a22",
"salt": "0x...",
"owners": ["0x..."],
"originalName": "issuer original name",
"englishName": "issuer english name",
"userType": "handler",
"threshold": 1,
"createdAt": "2022-04-14T03:15:35.153Z",
"updatedAt": "2022-04-14T03:15:35.153Z"
},
"artist": {
"id": "0xd80228c535e52470c2034491cfe9df1f840cafb9",
"walletAddress": "0xd80228C535e52470C2034491cFE9dF1F840caFB9",
"salt": "0x...",
"owners": ["0x..."],
"originalName": "Willem de Kooning",
"englishName": "William de Kooning",
"userType": "artist",
"threshold": 1,
"createdAt": "2020-10-23T07:54:54.486Z",
"updatedAt": "2020-10-23T07:54:54.486Z"
},
"collection": {
"id": "0x7942627305545af0e6c826d54cc9b2c5d190a874",
"name": "collection name",
"symbol": "T22",
"ownerAddress": "0xA6E6a9E20a541680a1D6E1412f5088AefBF58a22",
"createdAt": "2023-08-01T06:00:00.000Z",
"updatedAt": "2023-08-01T06:00:00.000Z"
},
"metadata": {
// Raw SRR metadata JSON, exactly as fetched from the IPFS CDN gateway
// (https://cdn.startrail.io/ipfs/<metadataDigest>).
// See the Metadata Schema section for the full schema.
},
"metadataHistory": [
{
"metadataDigest": "bafkreiabepvyxyetkcb3xbjo3ocuyfo6psv3rc3yj34hequwcsilyvjima",
"createdAt": "2023-08-12T10:21:33.000Z"
}
],
"history": [],
"provenance": [],
"customHistories": [],
"transfers": []
}
]Swagger Endpoint (Test Environment)
Required Permissions
Last updated
Was this helpful?