Query for instruments available on the exchange by specific instrument ID or name. If no query parameters are supplied than ALL available instruments will be returned.
This API allows clients to interact with the TrueX trading platform for order management, market data retrieval, and account information.
Certain API requests must be authenticated using HMAC-SHA256 signature authentication.
curl -i -X GET \
'https://docs.truex.co/_mock/rest/v1/api/v1/instrument?id=string&symbol=string'
[ { "id": "0987654321", "status": "ACTIVE", "info": { … } } ]