Get Contracts Information
This endpoint provides detailed information about derivative contracts traded on NAO Futures Plus – Nami Exchange.
GET https://nfp-gateway.nami.exchange/public/api/v1/price/contracts
Headers
Header
Description
Content-Type
application/json
Query Parameters
Parameter
Type
Description
Required
symbol
string
Token
TRUE
Response
{
"status": "ok",
"code": 0,
"message": "Contract retrieved successfully",
"data": {
"ticker_id": "BTCUSDT",
"base_currency": "BTC",
"target_currency": "USDT",
"last_price": 88157.5,
"base_volume": 2926907.95426048,
"target_volume": 286590422680.599,
"bid": 88157.5,
"ask": 88157.8,
"high": 126175.4647,
"low": 5000,
"product_type": "Perpetual",
"open_interest": 2926907.95426048,
"open_interest_usd": 286590422680.599,
"index_price": 88203.7083333333,
"index_currency": "USDT",
"long_funding_rate": -0.000073226442777054,
"short_funding_rate": -0.000622181370870188,
"next_funding_rate": -0.000622181370870188,
"next_funding_rate_timestamp": 1766217600000
}
}Last updated