TrueX REST API (1.0.0)

Overview

This API allows clients to interact with the TrueX trading platform for order management, market data retrieval, and account information.

Base URL

https://prod.truex.co/api/v1/

Authentication

Certain API requests must be authenticated using HMAC-SHA256 signature authentication.

Download OpenAPI description
Languages
Servers
Mock server
https://docs.truex.co/_mock/rest/v1/
https://prod.truex.co/

Assets

Operations

Get assets

Request

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.

Query
idstring

ID of asset to query for.

namestring

Name of the asset to query for.

curl -i -X GET \
  'https://docs.truex.co/_mock/rest/v1/api/v1/asset?id=string&name=string'

Responses

Successful operation.

Bodyapplication/jsonArray [
idstring

Exchange assigned ID of asset.

Example: "0987654321"
statusstring

Current asset state.

Enum"DISABLED""ACTIVE""INVALID"
Example: "ACTIVE"
fieldsobject
]
Response
application/json
[ { "id": "0987654321", "status": "ACTIVE", "fields": {} } ]

Instruments

Operations

Market Data

Operations

Clients

Operations

Orders

Operations

Balances

Operations

Transfers

Operations