Get semi-fungible token metadata
Retrieves information about semi-fungible tokens.
GET
/metadata/v1/sft/{principal}/{token_id}
Retrieves metadata for a SIP-013 semi-fungible token.
Query parameters
locale
string
Metadata localization to retrieve
Path parameters
principal
Requiredstring
SIP-013 compliant smart contract principal
Example:"SP3K8BC0PPEVCV7NZ6QSRWPQ2JE9E5B6N3PA0KBR9.key-alex-autoalex-v1"
Pattern: "^[0123456789ABCDEFGHJKMNPQRSTVWXYZ]{28,41}\\.[a-zA-Z]([a-zA-Z0-9]|[-_]){0,39}$"
token_id
Requiredinteger
Token ID to retrieve
Example:"35"
Status code | Description |
---|---|
200 | Default response |
404 | Default response |
422 | Default response |