> For the complete documentation index, see [llms.txt](https://docs.neox.vn/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.neox.vn/docs/global/global-collections/integration/fx.md).

# FX APIs

**FX APIs** provide a complete workflow for performing currency-conversion trades within a merchant's Global Collections account — from viewing indicative market rates and locking a guaranteed price, through executing the trade and confirming settlement delivery.

By integrating with these APIs, organizations can:

* **Monitor reference exchange rates:** Retrieve live indicative bid and offer rates for available currency pairs via the Get FX Rates API, enabling treasury teams to make informed decisions about when and how to convert balances.
* **Lock a guaranteed FX rate:** Use the FX Inquiry API to obtain a firm, time-limited quote token for a specific currency pair and amount, protecting against market movements between the decision to convert and the actual trade execution.
* **Execute currency-conversion trades:** Submit the locked token to the Create FX Order API to immediately execute the conversion trade at the agreed rate, without renegotiation or slippage.
* **Track trade and settlement status:** Poll the Get Detail FX Order API to monitor the trade lifecycle from `PROCESSING` through `DELIVERING` to `SUCCESS`, and use the Get FX Delivery Status API to confirm that converted funds have been credited to the account.

In essence, **FX APIs** empower you to manage currency conversion end-to-end — from rate discovery and commitment, through trade execution, to settlement confirmation — with full visibility at every step.

### Endpoints

* [Get FX Rates](/docs/global/global-collections/integration/fx/get-fx-rates.md)
* [FX Inquiry](/docs/global/global-collections/integration/fx/api-fx-inquiry.md)
* [Create FX Order](/docs/global/global-collections/integration/fx/api-create-fx-order.md)
* [Get Detail FX Order](/docs/global/global-collections/integration/fx/get-detail-fx-order.md)
* [Get FX Delivery Status](/docs/global/global-collections/integration/fx/get-fx-delivery-status.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.neox.vn/docs/global/global-collections/integration/fx.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.
