Contracts
Contracts
GET
https://fapi.api.fixt.io/api/v0/market/contracts
Returns all Contracts information.
Response Body
ticker_id
string
Identifier of a ticker with delimiter to separate base/quote, eg. BTC-USDT
base_currency
string
Symbol/currency code of base pair, eg. BTC
quote_currency
string
Symbol/currency code of quote pair, eg. ETH
last_price
decimal
Last transacted price of base currency based on given quote currency
base_volume
decimal
24 hour trading volume in BASE currency
usd_volume
decimal
24 hour trading volume in USD
quote_volume
decimal
24 hour trading volume in QUOTE currency
bid
decimal
Current highest bid price
ask
decimal
Current lowest ask price
high
decimal
Rolling 24-hour highest transaction price
low
decimal
Rolling 24-hour lowest transaction price
product_type
string
Futures, Perpetual, Options
open_interest
decimal
The number of outstanding derivatives contracts that have not been settled
open_interest_usd
decimal
The sum of the Open Positions (long or short) in USD Value of the contract
index_price
decimal
Last calculated index price for underlying of contract
funding_rate
decimal
Current funding rate
Last updated