GetTreasuryProductsForAccount

Get Treasury Products for Account

get
Query parameters
AccountIdintegerRequired

The ID of the account.

OMSIdintegerRequired

The ID of the Order Management System.

Responses
200
Successful retrieval of treasury products.
application/json
Responsestring[]
get
GET / HTTP/1.1
Host: GetTreasuryProductsForAccount?AccountId=1&OMSId=1
Accept: */*
200

Successful retrieval of treasury products.

[
  "LTC",
  "BTC",
  "USD"
]