Skip to main content
GET
/
api
/
v1
/
contract_specs
Get contract specifications
curl --request GET \
  --url https://api.mainnet.aptoslabs.com/decibel/api/v1/contract_specs \
  --header 'Authorization: Bearer <token>'
{
  "contract_specs": [
    {
      "contract_price_currency": "<string>",
      "contract_type": "<string>",
      "ticker_id": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.decibel.trade/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer token from Geomi. See Authentication for setup instructions.

Response

Contract specifications

Wrapper response for the /contract_specs endpoint (CoinGecko/CMC spec).

contract_specs
object[]
required