Anonymous endpoint that lists all financial instruments available for primary market trading
Authorizations
AuthorizationstringRequired
Query parameters
Responses
200
OK
application/json
default
Unexpected error
application/json
get
/financialinstruments
getFinancialInstrument
get
Anonymous endpoint that returns extended information on a financial instrument
Authorizations
AuthorizationstringRequired
Path parameters
idstringRequired
Responses
200
OK
application/json
default
Unexpected error
application/json
get
/financialinstruments/{id}
getTradingPairs
get
Anonymous endpoint that lists all available trading pairs
Authorizations
AuthorizationstringRequired
Query parameters
cursorstringOptional
Paginate through collections of data by setting the cursor parameter to a next_cursor attribute returned by a previous response.
limitinteger · int64Optional
The maximum number of items to return.
countbooleanOptional
Returns the total number of items in the collection.
Responses
200
OK
application/json
default
Unexpected error
application/json
get
/tradingpairs
getTradingPair
get
Anonymous endpoint that returns extended information on a trading pair
Authorizations
AuthorizationstringRequired
Path parameters
idstringRequired
Responses
200
OK
application/json
default
Unexpected error
application/json
get
/tradingpairs/{id}
getPriceHistoryOhlc
get
Anonymous endpoint that lists past prices of a trading pair in OHLC format
Authorizations
AuthorizationstringRequired
Path parameters
idstringRequired
Query parameters
intervalinteger · int32Optional
startinginteger · int64Optional
Responses
200
OK
application/json
default
Unexpected error
application/json
get
/tradingpairs/{id}/ohlc
getTradeInfo
get
Anonymous endpoint that returns trade information for a trading pair
Authorizations
AuthorizationstringRequired
Path parameters
idstringRequired
Responses
200
OK
application/json
default
Unexpected error
application/json
get
/tradingpairs/{id}/tradeinfo
getOrderBookTopOrders
get
Anonymous endpoint that fetches the first x open orders in the order book
Authorizations
AuthorizationstringRequired
Path parameters
idstringRequired
Query parameters
kindstring · enumOptionalPossible values:
maxinteger · int32Optional
Responses
200
OK
application/json
default
Unexpected error
application/json
get
/tradingpairs/{id}/orderbook
getOrderBookPriceLevels
get
Anonymous endpoint that fetches the top x price levels and associated quantities in the order book
Authorizations
AuthorizationstringRequired
Path parameters
idstringRequired
Query parameters
kindstring · enumOptionalPossible values:
maxinteger · int32Optional
Responses
200
OK
application/json
default
Unexpected error
application/json
get
/tradingpairs/{id}/pricelevels
getPostTradeTransparency
get
Anonymous endpoint that fetches regulatory post-trade transparency data from the entire exchange, showing most recent trades first. If a trading pair ID is specified, the results are limited to trades related to that trading pair.
Authorizations
AuthorizationstringRequired
Query parameters
tradingpairstringOptional
cursorstringOptional
Paginate through collections of data by setting the cursor parameter to a next_cursor attribute returned by a previous response.
limitinteger · int64Optional
The maximum number of items to return.
countbooleanOptional
Returns the total number of items in the collection.