Skip to main content
GET
/
stats
/
api
/
v1
/
specs
Get Specs
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
}

Query Parameters

kind
enum<integer>

The type of spec update. Values include: 0: Market, 1: SpotGateway, 2: IndexMarket, 3: QuarterlyExpiryMarket

Available options:
0,
1,
2,
3
limit
integer
default:500

The number of rows to return

offset
integer
default:0

The offset of returned rows

Response

Specs data

Successful response for the Specs API

value
object[]
required

The value of the response

success
boolean
required

Whether the request was successful

timestamp
number
required

The timestamp of the response

Example:

1673031089

Last modified on April 27, 2026