Integrate using AI
Use the sources below with your coding agent to build a Direct Trade API integration.
AI-readable documentation
| Source | Use it for |
|---|---|
| Direct Trade API llms.txt | Finding guides, references and available versions. |
| Markdown pages | Reading guides and examples. Use View Markdown or append .md to a documentation page URL. |
| OpenAPI contracts | Versioned operations and request/response schemas. |
Markdown is generated from the same sources as this site. Give your agent the
relevant links; llms.txt is not automatically read by every tool. If it cannot
fetch a page, paste the Markdown instead.
Describe one feature at a time
Include your feature goal and application constraints. For example:
Add Direct Trade API conversion quoting to our treasury dashboard. Discover permitted pairs and show the returned quote for review using our existing backend client and UI patterns. Leave confirmation for a separate step.
For larger integrations, work incrementally through account discovery, conversion review and confirmation, deposits, and withdrawals.
Optional integration prompt
Copy the prompt into your coding agent with your repository open. Add your feature goal; the prompt supplies documentation links and Direct Trade API guidance.
Direct Trade API integration
Add your feature goal when you paste this into your coding agent.
Preview the full prompt before copying. Documentation links and versions are filled in automatically.
Review and validate
Passing local tests does not verify an Axiym integration. Use the quickstart and sandbox testing guide to validate your selected flows with provisioned access.