get_merkle_feeds_option
GET/node/v1/merkle_feeds/options/:instrument
get_merkle_feeds_option
Request
Path Parameters
instrument stringrequired
Name of the instrument
Query Parameters
network any
block_id any
Responses
- 200
Get the option
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
base_currency OptionCurrency (string)required
Possible values: [BTC
, ETH
]
The available currencies supported.
current_timestamp int64required
instrument_name stringrequired
mark_price int64required
hash stringrequired
[
{
"base_currency": "BTC",
"current_timestamp": 0,
"instrument_name": "string",
"mark_price": 0,
"hash": "string"
}
]
Loading...