Skip to main content
POST
Get a single tradeable instrument

Body

application/json
instrument_name
string
required

Response

Success

amount_step
string
required
base_asset_address
string
required

The traded asset's contract address — word 0 (asset) of the order action data. Use this (not erc20_details) when signing an order.

base_asset_sub_id
string
required

The traded asset's sub-id — word 1 (subId) of the order action data. Decimal string; "0" for perps and spot.

base_currency
string
required
base_fee
string
required
fifo_min_allocation
string
required
instrument_name
string
required
instrument_type
enum<string>
required

Asset type of the instrument: "option", "perp", or "erc20".

Available options:
option,
perp,
erc20
is_active
boolean
required
maker_fee_rate
string
required
maximum_amount
string
required
minimum_amount
string
required
pro_rata_amount_step
string
required
pro_rata_fraction
string
required
quote_currency
string
required
scheduled_activation
integer<int64>
required
scheduled_deactivation
integer<int64>
required
taker_fee_rate
string
required
tick_size
string
required
erc20_details
object | null
mark_price_fee_rate_cap
string | null
option_details
object | null
perp_details
object | null