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

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

Request

Returns a unified view of all user transactions including trades, transfers, and onramps

Security
bearerAuth
Query
limitinteger[ 1 .. 100 ]

Maximum number of transactions to return

Default 50
cursorstring(date-time)

RFC3339 timestamp cursor for pagination

curl -i -X GET \
  'https://docs.truemarkets.co/_mock/apis/defi-direct/v2026_01_14/v1/defi/core/history?limit=50&cursor=2019-08-24T14%3A15%3A22Z' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

Transaction history retrieved successfully

Bodyapplication/json
itemsArray of objects(HistoryEntry)
next_cursorstring or null(date-time)

RFC3339 timestamp cursor for pagination

Response
application/json
{ "items": [ {} ], "next_cursor": "2019-08-24T14:15:22Z" }

Onramp

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

Operations