Description Of SRR Data
Last updated
Last updated
©2023 Startbahn, Inc.
Please note that we may add a new field. So make sure that your implementation can support accepting new fields without breaking your implementation. In case we remove the field, we will deprecate it first and let you know beforehand.
* indicates field that will always exist
Name | Description | Type | Example |
---|---|---|---|
Example
tokenId*
NFT ID
string
status*
Mining status
string
'draft', 'waiting_for_mining', 'issued', 'failed'
isPrimaryIssuer*
true if it's primary sales
boolean
issuedAt*
Time when NFT is minted on chain
Date
createdAt*
Time when artwork data is registered on Port. dashboard
Date
updatedAt*
Time when artwork data is updated on Port. dashboard
Date
srrOwnable
an object containing ownerAddress
, NFT's Owner EOA address, as string along with createdAt
and updatedAt
as Date
Object
issuer.contractAddress*
Issuer EOA address
string
issuer.originalName*
Issuer name (originalName)
string
issuer.englishName*
Issuer name (EN)
string
issuer.userType*
User type
string
'artist', 'handler'
issuer.createdAt*
Time when issuer data is created
Date
issuer.updatedAt*
Time when issuer data is updated
Date
artist.contractAddress*
Artist EOA address
string
artist.originalName*
Artist name (originalName)
string
artist.englishName*
Artist name (EN)
string
artist.userType*
User type
string
'artist', 'handler'
artist.createdAt*
Time when artist data is created
Date
artist.updatedAt*
Time when artist data is updated
Date
metadata.digest*
Digest calculated with metadata itself
string
metadata.json*
Metadata json data field could change based on schema version update See Metadata Schema
Object
metadata.createdAt*
Time when metadata is created
Date
metadata.updatedAt*
Time when metadata is updated
Date
metadata.cid
CID of the SRR metadata in IPFS. Refer to CID Documentation
string
customHistories
Custom History Array See Custom Histories
Object
collectionContractAddress
Address of collection contract. Does not always exist
string
collection
Collection .Does not always exist.
Object
collection.contractAddress
Address of collection contract
string
collection.name
Name of collection
string
collection.symbol
Symbol of collection
string