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 Price

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

Gets the token price (usd and native) for a given contract address and network.

💡USD Price Decimal

The usdPrice output field now supports results with more than 4 decimal places. The smallest unit returned will be based on the SPL token's decimal value. For example, if the token price is 0.001 and the token decimal is 2, the price will be 0.

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/price' \
--header 'accept: application/json' \
--header 'X-API-Key: YOUR_API_KEY'
Response Example
Empty