UpdateToken
curl --request POST \
--url https://metadata.sequence.app/rpc/Collections/UpdateToken \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"projectId": 30957,
"collectionId": 888,
"tokenId": "200",
"private": false,
"token": {
"tokenId": "201",
"name": "Eclipse Dragon",
"description": "Forged from starlight and shadows, the Eclipse Dragon emerges only during celestial alignments. Its obsidian scales shimmer with constellations, and its breath holds the power to bend time and space. Legends say that those who possess its essence gain unparalleled wisdom—though at the cost of fleeting moments lost to the void. Will you dare wield its mystic force?",
"properties": {
"element": "Shadow and Starlight",
"rarity": "Legendary",
"alignment": "Celestial",
"age": "Ancient",
"size": "Massive",
"breath_power": "Time Distortion",
"temperament": "Mysterious",
"constellations_on_scales": 42,
"last_seen": "During the Last Solar Eclipse"
}
}
}
'{
"token": {
"tokenId": "201",
"name": "Eclipse Dragon",
"description": "Forged from starlight and shadows, the Eclipse Dragon emerges only during celestial alignments. Its obsidian scales shimmer with constellations, and its breath holds the power to bend time and space. Legends say that those who possess its essence gain unparalleled wisdom—though at the cost of fleeting moments lost to the void. Will you dare wield its mystic force?",
"image": "",
"properties": {
"age": "Ancient",
"alignment": "Celestial",
"breath_power": "Time Distortion",
"constellations_on_scales": 42,
"element": "Shadow and Starlight",
"last_seen": "During the Last Solar Eclipse",
"rarity": "Legendary",
"size": "Massive",
"temperament": "Mysterious"
},
"attributes": null,
"updatedAt": "0001-01-01T00:00:00Z"
}
}secret
UpdateToken
POST
/
rpc
/
Collections
/
UpdateToken
UpdateToken
curl --request POST \
--url https://metadata.sequence.app/rpc/Collections/UpdateToken \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"projectId": 30957,
"collectionId": 888,
"tokenId": "200",
"private": false,
"token": {
"tokenId": "201",
"name": "Eclipse Dragon",
"description": "Forged from starlight and shadows, the Eclipse Dragon emerges only during celestial alignments. Its obsidian scales shimmer with constellations, and its breath holds the power to bend time and space. Legends say that those who possess its essence gain unparalleled wisdom—though at the cost of fleeting moments lost to the void. Will you dare wield its mystic force?",
"properties": {
"element": "Shadow and Starlight",
"rarity": "Legendary",
"alignment": "Celestial",
"age": "Ancient",
"size": "Massive",
"breath_power": "Time Distortion",
"temperament": "Mysterious",
"constellations_on_scales": 42,
"last_seen": "During the Last Solar Eclipse"
}
}
}
'{
"token": {
"tokenId": "201",
"name": "Eclipse Dragon",
"description": "Forged from starlight and shadows, the Eclipse Dragon emerges only during celestial alignments. Its obsidian scales shimmer with constellations, and its breath holds the power to bend time and space. Legends say that those who possess its essence gain unparalleled wisdom—though at the cost of fleeting moments lost to the void. Will you dare wield its mystic force?",
"image": "",
"properties": {
"age": "Ancient",
"alignment": "Celestial",
"breath_power": "Time Distortion",
"constellations_on_scales": 42,
"element": "Shadow and Starlight",
"last_seen": "During the Last Solar Eclipse",
"rarity": "Legendary",
"size": "Massive",
"temperament": "Mysterious"
},
"attributes": null,
"updatedAt": "0001-01-01T00:00:00Z"
}
}Documentation Index
Fetch the complete documentation index at: https://docs.sequence.xyz/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Secret JWT token for authenticating requests obtained from Sequence Builder - should not be exposed publicly.
Body
application/json
Response
OK
Show child attributes
Show child attributes
Was this page helpful?
⌘I