GET
/earn/strategies/{strategy}/tvl 5 Get Tvl For Earn Strategies
Base URL
https://osmosis.numia.xyz Parameters
Path Parameters
| Name | Type | Required | Description |
|---|---|---|---|
strategy | string | Yes | Identifier of the strategy e.g. smart contract address for the vault |
Code Samples
curl -X GET "https://osmosis.numia.xyz/earn/strategies/<strategy>/tvl" \
-H "Authorization: Bearer YOUR_API_KEY"Responses
200 Status: 200
{
tvlUsd: string,
maxTvlUsd?: string,
assets: array
}