GET
/rewards/token/{address}/{denom} 5 Get Rewards Estimation For Address And Denom
Base URL
https://osmosis.numia.xyz Parameters
Path Parameters
| Name | Type | Required | Description |
|---|---|---|---|
address | string | Yes | — |
denom | string | Yes | — |
Code Samples
curl -X GET "https://osmosis.numia.xyz/rewards/token/<address>/<denom>" \
-H "Authorization: Bearer YOUR_API_KEY"Responses
200 Status: 200
[
{
timestamp: string,
cl_amount: string,
gamm_amount: string,
staking_amount: string
}
]