cURL
curl --request GET \ --url https://api.example.com/stats/api/v1/specs
{ "value": [ { "kind": 123, "name": "<string>", "expr": "<string>", "value": "<unknown>" } ], "success": true, "timestamp": 123 }
Get current operator configuration settings
The type of spec update. Values include: 0: Market, 1: SpotGateway, 2: IndexMarket, 3: QuarterlyExpiryMarket
0
1
2
3
The number of rows to return
The offset of returned rows
Specs data
Successful response for the Specs API
The value of the response
Show child attributes
Whether the request was successful
The timestamp of the response
1673031089