v1
latestOpenAPI 3.0.02026-07-26327775.9 KBAccount
Get list of instruments
Get the list of the instruments that are available for trading with the specified account.
get/trade/accounts/{accountId}/instruments
Path parameters
accountIdinteger required
Account identifier.
Query parameters
locale'ar' | 'en' | 'es' | 'fr' | 'ja' | 'ko' | 'pl' | 'pt' | 'ru' | 'tr' | 'ua' | 'zh_sm' | 'zh_tr'
Locale (language) id.
Headers
accNuminteger required
Account number
Response
OK
Example response
{
"d": {
"instruments": [
{
"routes": [
{
"type": "TRADE"
}
]
}
]
},
"s": "ok"
}