GET
/cl/v2/apr/rewards/{pool} 5 Get CL Pools Position APR V2
Base URL
https://osmosis.numia.xyz Parameters
Path Parameters
| Name | Type | Required | Description |
|---|---|---|---|
pool | string | Yes | — |
Query Parameters
| Name | Type | Required | Description |
|---|---|---|---|
lower_tick | string | Yes | — |
upper_tick | string | Yes | — |
Code Samples
curl -X GET "https://osmosis.numia.xyz/cl/v2/apr/rewards/<pool>?lower_tick=<lower_tick>&upper_tick=<upper_tick>" \
-H "Authorization: Bearer YOUR_API_KEY"Responses
200 Status: 200
{
APR: number
}