Get Contract Specifications

This endpoint provides static specification details for a derivative contract traded on NAO Futures Plus – Nami Exchange.

GEThttps://nfp-gateway.nami.exchange/public/api/v1/price/contract-specs

Headers

Header
Description

Content-Type

application/json

Query Parameters

Parameter
Type
Description
Required
Example

symbol

string

Token

TRUE

BTCUSDT

Response

{
  "status": "ok",
  "code": 0,
  "message": "Contract spec retrieved successfully",
  "data": {
    "ticker_id": "BTCUSDT",
    "contract_type": "Vanilla",
    "contract_price_currency": "USDT"
  }
}

Last updated