GET
/pools/depth/{pool_id}/current 5 Get Pools Depth Current
Base URL
https://osmosis.numia.xyz Parameters
Path Parameters
| Name | Type | Required | Description |
|---|---|---|---|
pool_id | string | Yes | — |
Query Parameters
| Name | Type | Required | Description |
|---|---|---|---|
percent | string | Yes | Percentage of depth to calculate on both sides |
Code Samples
curl -X GET "https://osmosis.numia.xyz/pools/depth/<pool_id>/current?percent=<percent>" \
-H "Authorization: Bearer YOUR_API_KEY"Responses
200 Status: 200
{
base_sell_depth: object,
quote_sell_depth: object
}