Query for assets available on the exchange by specific asset ID or name. If no query parameters are supplied than ALL available assets 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/asset?id=string&name=string'
[ { "id": "0987654321", "status": "ACTIVE", "fields": { … } } ]