Get prices
This endpoint allows users to get price information for all symbols, including mark prices, funding rates, and market statistics.
GET /api/v1/info/pricesResponse
{
"success": true,
"data": [
{
"funding": "0.00010529",
"mark": "1.084819",
"mid": "1.08615",
"next_funding": "0.00011096",
"open_interest": "3634796",
"oracle": "1.084524",
"symbol": "XPL",
"timestamp": 1759222967974,
"volume_24h": "20896698.0672",
"yesterday_price": "1.3412"
}
],
"error": null,
"code": null
}Field
Type
Description
Code Example (Python)
Last updated