Method Name
public/get_instruments
public/get_instrumentsGet all active instruments for a given currency and type.
Parameters
currency
string required |
expired
boolean required |
instrument_type
string required |
Response
id string or integer required |
result array of objects required |
result[].
amount_step
string required |
result[].
base_asset_address
string required |
result[].
base_asset_sub_id
string required |
result[].
base_currency
string required |
result[].
base_fee
string required |
result[].
erc20_details
object or null required |
result[].erc20_details.
decimals
integer required |
result[].erc20_details.
borrow_index
string |
result[].erc20_details.
supply_index
string |
result[].erc20_details.
underlying_erc20_address
string |
result[].
fifo_min_allocation
string required |
result[].
instrument_name
string required |
result[].
instrument_type
string required |
result[].
is_active
boolean required |
result[].
maker_fee_rate
string required |
result[].
maximum_amount
string required |
result[].
minimum_amount
string required |
result[].
option_details
object or null required |
result[].option_details.
expiry
integer required |
result[].option_details.
index
string required |
result[].option_details.
option_type
string required |
result[].option_details. strike string required |
result[].option_details.
settlement_price
string or null |
result[].
perp_details
object or null required |
result[].perp_details.
aggregate_funding
string required |
result[].perp_details.
funding_rate
string required |
result[].perp_details.
index
string required |
result[].perp_details.
max_rate_per_hour
string required |
result[].perp_details.
min_rate_per_hour
string required |
result[].perp_details.
static_interest_rate
string required |
result[].
pro_rata_amount_step
string required |
result[].
pro_rata_fraction
string required |
result[].
quote_currency
string required |
result[].
scheduled_activation
integer required |
result[].
scheduled_deactivation
integer required |
result[].
taker_fee_rate
string required |
result[].
tick_size
string required |
result[].
mark_price_fee_rate_cap
string or null |
Example
{request_example_shell}{request_example_javascript}{request_example_python}The above command returns JSON structured like this:
{response_example_json}