---
title: "Get contract specifications"
method: GET
path: "/api/v1/contract_specs"
tags: ["Market Data"]
---

# Get contract specifications

`GET /api/v1/contract_specs`

Returns contract specifications for all perpetual contracts,
per the CoinGecko/CMC derivatives endpoint spec.

## Response `200`

Contract specifications

- ContractSpecsResponse — Wrapper response for the `/contract_specs` endpoint (CoinGecko/CMC spec).
  - `contract_specs` ContractSpecDto[], required
    - `contract_price_currency` string, required
    - `contract_type` string, required
    - `ticker_id` string, required

## Other responses

- `500` — Database error

---

[API](https://skmtc.net/decibel/apis/decibel-trading-api.md) · [All operations](https://skmtc.net/decibel/apis/decibel-trading-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/decibel/decibel-trading-api/revisions/37a02083ff59/schema)
