Trading APIs

About 1 min

List of Trading API

The Trading API allows a user to check their account status, place orders and cancel their orders. Please see below for a full list of supported actions and corresponding requests.

Attention

You need to initializeTradeClientopen in new window before calling the trade interfaces below. For an example of initialization, please see Quickstart

View Account Information

InterfaceFunction
get_managed_accountsListing all managed account
get_assetsGet asset information
get_prime_assetsGet asset information for standard/paper trading account
get_positionsGet positions
get_analytics_assetGet analytics asset
get_estimate_tradable_quantityGet estimate tradable quantity
get_segment_fund_availableGet available fund
transfer_segment_fundTransfer fund
get_segment_fund_historyGet fund transfer history

Get Contracts

InterfaceFuction
get_contractsGet multiple Contract Objects
get_contractGet a Contract Object
get_quote_contractGet derivative contracts

Get Order Information

InterfaceFuction
get_orderGet order record
get_ordersGet multiple order records
get_active_ordersGet list of all the un-filled orders
get_cancelled_ordersGet a list of cancelled orders
get_filled_ordersGet a list of filled orders
get_transactionsGet a list of filled orders(only applicable to prime account)

Place Orders

InterfaceFuction
place_orderPlace Order

Modify or Cancel Orders

InterfaceFuction
cancel_orderCancel order
modify_orderModify order
Last update: