GET
/
api
/
v1
/
candles
/
stats
/
{market_addr}
{
  "current_price": 123,
  "high_24h": 123,
  "low_24h": 123,
  "market_addr": "<string>",
  "price_24h_ago": 123,
  "price_change_24h": 123,
  "trades_24h": 1,
  "volume_24h": 1
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

market_addr
string
required

Market address

Response

200
application/json

Successfully retrieved market statistics

The response is of type object.