# API Reference

This is the authoritative, versioned specification for the orda network. It documents every endpoint, request/response schema, authentication method, and error code for:

* **Crypto ↔ Fiat Ramps:** deposit, withdrawal, and conversion
* **Chain-Abstracted Transfers:** stablecoin and token movement on or across networks

Use this reference when building or debugging with orda. For a quicker start, begin with the onboarding guides and Postman collection, then return here for exact parameter names, data types, and example payloads.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.orda.network/api-reference/api-reference.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
