Skip to content

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.truemarkets.co/_mock/apis/cefi/rest/v1/

https://prod.truex.co/

Assets

Operations

Instruments

Operations

Market Data

Operations

Get markets

Request

Query for the exchange best bid/offer (EBBO) by instrument ID. If no query parameters are supplied then ALL available EBBOs will be returned.

Query
instrument_idstring

Instrument ID of the market to query for.

curl -i -X GET \
  'https://docs.truemarkets.co/_mock/apis/cefi/rest/v1/api/v1/market/quote?instrument_id=string'

Responses

Successful operation.

Bodyapplication/jsonArray [
idstring

Exchange assigned ID of the market data.

Example: "0987654321"
statusstring

Current market data state.

Enum"DISABLED""ENABLED"
Example: "ENABLED"
infoobject
]
Response
application/json
[ { "id": "0987654321", "status": "ENABLED", "info": {} } ]

Clients

Operations

Orders

Operations

Balances

Operations

Transfers

Operations