Skip to main content
GET
List enabled markets

Response

200 - application/json

Enabled market metadata

market
string
contract_type
string
settlement_type
string
base_asset_symbol
string
quote_asset_symbol
string
expiry_timestamp
integer

Unix seconds at which the market expires. Omitted for markets that do not expire, including USDCcNGN-SPOT.

display_name
string
display_label
string
tick_size
string

Smallest price increment. Order prices are normalized against it.

min_size
string

Smallest tradable size. Order amounts are normalized against it, and an amount below it normalizes to zero and is rejected.

Example:

"0.001"

contract_multiplier
string

Units of the base asset per contract. 1 for the USDC/cNGN spot market.

Example:

"1"

settlement_note
string
asset_address
string
sub_id
string
pricing_model
enum<string>

How the instrument's price relates to its underlying. All current markets are linear.

Available options:
linear,
variance,
volatility
price_semantics
enum<string>

Interpretation of the raw price fields. Mirrors pricing_model.

Available options:
linear,
variance,
volatility
display_price_kind
enum<string>

How a client should render the price. All current markets are direct.

Available options:
direct,
vol_percent
display_semantics
enum<string>

Interpretation of the displayed price. Mirrors display_price_kind.

Available options:
direct,
vol_percent
last_trade_timestamp
integer

Unix seconds of the most recent fill.

order_entry_spec
string

Spot only. Identifies the order translation contract, such as usdc_cngn_spot_v1.

ui_price_unit
string

Spot only. Unit of ui_intent.price.

Example:

"cNGN per USDC"

ui_size_unit
string

Spot only. Unit of ui_intent.size.

Example:

"USDC notional"

ui_side_meaning
string

Spot only. What each trader-facing side does.

engine_price_unit
string

Spot only. Unit of the raw price and limit_price fields.

Example:

"USDC per cNGN"

engine_amount_unit
string

Spot only.

Example:

"cNGN amount"

engine_side_policy
string

Spot only. How trader side maps to engine side.

Example:

"invert_ui_side"

ui_price_to_engine
string

Spot only. Price conversion formula.

Example:

"engine_price = 1 / ui_price"

ui_size_to_engine
string

Spot only. Size conversion formula.

Example:

"engine_amount = ui_size * ui_price"