cURL
curl --request POST \ --url https://demo-api.mobula.io/api/2/token/price \ --header 'Content-Type: application/json' \ --data ' [ { "blockchain": "<string>", "address": "<string>" } ] '
{ "payload": [ { "name": "<string>", "symbol": "<string>", "logo": "<string>", "priceUSD": 123, "marketCapUSD": 123, "marketCapDilutedUSD": 123, "liquidityUSD": 123, "liquidityMaxUSD": 123 } ] }
Retrieve real-time DeFi pool-based token prices, market cap, and liquidity for up to 500 tokens in a single request.
Token price batch response
Show child attributes