cURL
curl --request GET \ --url https://api-v3.raydium.io/pools/line/liquidity
{ "id": "<string>", "success": true, "msg": "<string>", "data": { "count": 123, "line": [ {} ] } }
Получить исторические данные TVL для пула (до 30 дней). Кэш 300 секунд.
Documentation IndexFetch the complete documentation index at: https://docs.raydium.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.raydium.io/llms.txt
Use this file to discover all available pages before exploring further.
Success
Общая обёртка ответа. Поле data определяется схемой ответа каждого эндпоинта через allOf и поэтому не объявляется в базовой обёртке.
data
allOf
ID запроса (UUID)
Признак успешного выполнения запроса
Сообщение об ошибке, если success равно false
success
false
Show child attributes
Была ли эта страница полезной?