Contract_specs
Contract specs
GET
https://fapi.api.fixt.io/api/v0/market/contract_specs
Describes the specification of the contracts, mainly the pricing of the contract and its type (vanilla, inverse, or quanto).
Response Body
Name
Type
Description
ticker_id
string
Identifier of a ticker with delimiter to separate base/quote, eg. BTC-USDT
contract_type
string
Describes the type of contract - Vanilla, Inverse or Quanto?
contract_price
decimal
Describes the price per contract.
contract_price_currency
string
Describes the currency which the contract is priced in (e.g. USD, EUR, BTC, USDT)
Last updated