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/watchlists
- Local server
http://localhost:7072/v1/defi/core/watchlists
- 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/watchlistsResponse
application/json
[ { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "user_id": "a169451c-8525-4352-b8ca-070dd449a1a5", "title": "string", "description": "string" } ]
- Mock server
https://docs.truemarkets.co/_mock/apis/defi-direct/v2026_01_14/v1/defi/core/watchlists/{id}
- Local server
http://localhost:7072/v1/defi/core/watchlists/{id}
- 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/watchlists/{id}'Response
application/json
{ "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "user_id": "a169451c-8525-4352-b8ca-070dd449a1a5", "title": "string", "description": "string", "assets": [ { … } ] }