Get market statistics
GET
/markets/{id}/statsGet statistics of specific market
Request
Path Params
id
string
required
a string that will be parsed into a number
Request samples
Responses
OK(200)
HTTP Code: 200
Content Type : JSONapplication/json
Response 200
Data Schema
success
boolean
required
a boolean
data
object
required
totalLiquidityUsd
number
required
a number
volumeTotalUsd
number
required
a number
volume24hUsd
number
required
a number
Example
{
"success": true,
"data": {
"totalLiquidityUsd": 0,
"volumeTotalUsd": 0,
"volume24hUsd": 0
}
}
Last modified: 11 days ago