GET
/lp/v1/rewards/estimation/{bech32Address} 5 Get Rewards Estimation For Bech32Address
Base URL
https://osmosis.numia.xyz Parameters
Path Parameters
| Name | Type | Required | Description |
|---|---|---|---|
bech32Address | string | Yes | — |
Code Samples
curl -X GET "https://osmosis.numia.xyz/lp/v1/rewards/estimation/<bech32Address>" \
-H "Authorization: Bearer YOUR_API_KEY"Responses
200 Status: 200
{
pools: object,
total_day_usd: number,
total_month_usd: number,
total_year_usd: number
}