Set metadata for a specific token
Drops
Update Token Metadata
Sets or updates metadata for a specific token in a metadata repository. Requires secret key authentication.
PUT
Set metadata for a specific token
Authorizations
Secret key for authentication
Path Parameters
The metadata repository ID
Example:
"550e8400-e29b-41d4-a716-446655440000"
The token ID
Example:
"1"
Body
application/json
Token name
Example:
"Cool NFT #1"
Token description
Example:
"This is a really cool NFT"
Token image URL
Example:
"https://example.com/image.png"
Animation URL for the token
Example:
"https://example.com/animation.mp4"
External URL for the token
Example:
"https://example.com"
Token attributes
Additional properties
Example:
{ "category": "art" }Response
Token metadata set successfully