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>"
    }
  ]
}

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