Metadata Structure
Transient Labs structures metadata in accordance with major marketplaces, plus a few extra fields
TL Metadata is supported by all major marketplaces, such as SuperRare, OpenSea, LooksRare, and Nifty Gateway. The metadata follows widely accepted standards, with a few additional fields.
Metadata Structure
{
"name": "string",
"description": "string",
"external_url": "string",
"attributes": [
{
"trait_type": "string",
"value": "string"
},
...
],
"tags": [
"string",
"string",
...
],
"image": "string",
"image_sha256": "string",
"animation_url": "string",
"animation_sha256": "string",
"media": {
"dimensions": "<number>x<number>",
"size": "<number>",
"mimeType": "string"
}
}
Details
Last updated