Token Metadata API
This endpoint is currently free to use with a 25 requests/second rate limit per IP
Retrieve metadata information for specified token mints.
Authorizations
Body
Request for token metadata information
mintsstring[] · max: 36RequiredExample:
Array of token mint addresses to retrieve metadata for
["EKpQGSJtjMFqKZ9KQanSqYXRcF8fBopzLHYxdM65zcjm","EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v"]Responses
200
Success
application/json
400
Invalid input
application/json
401
Unauthorized
text/plain
403
Forbidden
text/plain
429
Too Many Requests
text/plain
500
Internal Server Error
text/plain
post
/metadataLast updated