Skip to main content

Don't have an API key yet?

Sign-up to Moralis to get your free API key and start building today.

Get Your Free API Key

Get Token Metadata

GEThttps://solana-gateway.moralis.io/token/:network/:address/metadata

Get the global token metadata for a given network and contract (mint, standard, name, symbol, metaplex).

PATH PARAMS
networkstringrequired
The network to query
addressstringrequired
The address to query
Responses
200
default
400Bad Request
404Not Found
429Too Many Requests
500Internal Server Error
API KEY
curl --request GET \
--url 'https://solana-gateway.moralis.io/token/mainnet/So11111111111111111111111111111111111111112/metadata' \
--header 'accept: application/json' \
--header 'X-API-Key: YOUR_API_KEY'
Response Example
Empty