POST
https://prv.gateway.indexer.biya.io
/
injective_derivative_exchange_rpc.InjectiveDerivativeExchangeRPC
/
OrderbookV2
OrderbookV2
curl --request POST \
  --url https://prv.gateway.indexer.biya.io/injective_derivative_exchange_rpc.InjectiveDerivativeExchangeRPC/OrderbookV2 \
  --header 'Content-Type: application/json' \
  --data '
{
  "market_id": "<string>",
  "depth": 123
}
'
Get the orderbook of a derivative market.
market_id
string
required
Market ID (required)
depth
number
Orderbook depth (optional)

Response

Same structure as Spot Exchange OrderbookV2.