Skip to content

True Markets DeFi REST (v2026_01_14)

API for the True Markets DeFi service

Download OpenAPI description
Languages
Servers
Mock server

https://docs.truemarkets.co/_mock/apis/defi-direct/v2026_01_14/

Local server

http://localhost:7072/

Assets

Query available assets and their metadata across supported chains.

Operations

Balances

Query wallet balances for the authenticated user.

Operations

Request

Returns balances for all wallets associated with the authenticated user

Security
bearerAuth
Query
evmboolean

Include EVM chain balances

Default false
curl -i -X GET \
  'https://docs.truemarkets.co/_mock/apis/defi-direct/v2026_01_14/v1/defi/core/balances?evm=false' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

A list of balances

Bodyapplication/json
balancesArray of objects(Balance)
Response
application/json
{ "balances": [ { … } ] }

Trading

Fetch quotes and execute trades on supported chains.

Operations

Transfers

Prepare and execute on-chain token transfers.

Operations

Wallets

Create wallets and export private keys.

Operations

Profile

Retrieve authenticated user profile and wallet information.

Operations

Watchlists

Browse curated asset watchlists.

Operations

History

Unified transaction history across trades, transfers, and on-ramps.

Operations

Onramp

Initiate and track fiat-to-crypto on-ramp transactions via Coinbase.

Operations