API for the True Markets DeFi service
True Markets DeFi REST (v2026_01_14)
Download OpenAPI description
Languages
Servers
Mock server
https://docs.truemarkets.co/_mock/apis/defi-direct/v2026_01_14/
Local server
http://localhost:7072/
- Mock server
https://docs.truemarkets.co/_mock/apis/defi-direct/v2026_01_14/v1/defi/core/history
- Local server
http://localhost:7072/v1/defi/core/history
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
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>'Response
application/json
{ "items": [ { … } ], "next_cursor": "2019-08-24T14:15:22Z" }