Get token metadata (Public)
Drops
Get Token Metadata
Returns metadata for a specific token. This is a public endpoint that follows OpenSea metadata standards.
GET
Get token metadata (Public)
Path Parameters
The metadata repository ID
Example:
"550e8400-e29b-41d4-a716-446655440000"
The token ID
Example:
"1"
Response
Token metadata retrieved successfully
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" }