GET
/tokens/v2/real-time/{asset}/price 5 Get Token Real Time Price
Base URL
https://osmosis.numia.xyz Parameters
Path Parameters
| Name | Type | Required | Description |
|---|---|---|---|
asset | string | Yes | The asset denom of the token |
Code Samples
curl -X GET "https://osmosis.numia.xyz/tokens/v2/real-time/<asset>/price" \
-H "Authorization: Bearer YOUR_API_KEY"Responses
200 Status: 200
{
denom: string,
usd_price: number
}