Get Market Info

/get_market_info

get_market_info/

Example Query:

https://base-hedger82.rasa.capital/get_market_info

Example Response:

{
  "BTCUSDT": {
    "price": 78029.9,
    "price_change_percent": -5.143,
    "trade_volume": 963312554.697415,
    "notional_cap": 2339028.81415242
  },
  "ETHUSDT": {
    "price": 1541.98,
    "price_change_percent": -11.899,
    "trade_volume": 417500257.632483,
    "notional_cap": 2324673.23713242
  },
  "SOLUSDT": {
    "price": 104.95,
    "price_change_percent": -8.476,
    "trade_volume": 161370052.38358,
    "notional_cap": 2342042.28665242
  },//...

Data Source

All values are sourced from the hedger’s internal market data providers or aggregated from external feeds where the hedger operates. No on-chain data is used here.

price: Current market price of the symbol (in quote currency, e.g., USDT).

price_change_percent: 24-hour price change percentage.

trade_volume: Total trading volume for the symbol in the last 24 hours (in quote currency).

  • Example: 963312554.697415 → ~$963.3M volume.

notional_cap: Reflects the current notional capacity (in quote currency) from the /notional_cap/{symbol_id} endpoint.

circle-info

This is not an essential endpoint for frontends

Last updated