> For the complete documentation index, see [llms.txt](https://docs.fonbnk.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fonbnk.com/server-to-server/api-endpoints.md).

# API Endpoints

- [Get available currencies](https://docs.fonbnk.com/server-to-server/api-endpoints/get-available-currencies.md)
- [Get order limits](https://docs.fonbnk.com/server-to-server/api-endpoints/get-order-limits.md)
- [Create quote](https://docs.fonbnk.com/server-to-server/api-endpoints/create-quote.md)
- [Create order](https://docs.fonbnk.com/server-to-server/api-endpoints/create-order.md)
- [Trigger order intermediate action](https://docs.fonbnk.com/server-to-server/api-endpoints/trigger-order-intermediate-action.md)
- [Confirm order](https://docs.fonbnk.com/server-to-server/api-endpoints/confirm-order.md)
- [Cancel order](https://docs.fonbnk.com/server-to-server/api-endpoints/cancel-order.md)
- [Get order](https://docs.fonbnk.com/server-to-server/api-endpoints/get-order.md)
- [Get orders](https://docs.fonbnk.com/server-to-server/api-endpoints/get-orders.md)
- [Get user KYC state](https://docs.fonbnk.com/server-to-server/api-endpoints/get-user-kyc-state.md)
- [Submit user KYC](https://docs.fonbnk.com/server-to-server/api-endpoints/submit-user-kyc.md)
- [Merchant balance](https://docs.fonbnk.com/server-to-server/api-endpoints/merchant-balance.md)
- [Get merchant balances](https://docs.fonbnk.com/server-to-server/api-endpoints/merchant-balance/get-merchant-balances.md)
- [Get crypto deposit options](https://docs.fonbnk.com/server-to-server/api-endpoints/merchant-balance/get-crypto-deposit-options.md)
- [Get crypto deposit limits](https://docs.fonbnk.com/server-to-server/api-endpoints/merchant-balance/get-crypto-deposit-limits.md)
- [Create crypto deposit](https://docs.fonbnk.com/server-to-server/api-endpoints/merchant-balance/create-crypto-deposit.md)
- [Confirm crypto deposit](https://docs.fonbnk.com/server-to-server/api-endpoints/merchant-balance/confirm-crypto-deposit.md)
- [Cancel crypto deposit](https://docs.fonbnk.com/server-to-server/api-endpoints/merchant-balance/cancel-crypto-deposit.md)
- [Get crypto deposit](https://docs.fonbnk.com/server-to-server/api-endpoints/merchant-balance/get-crypto-deposit.md)
- [Get crypto deposits](https://docs.fonbnk.com/server-to-server/api-endpoints/merchant-balance/get-crypto-deposits.md)
- [Get crypto withdrawal options](https://docs.fonbnk.com/server-to-server/api-endpoints/merchant-balance/get-crypto-withdrawal-options.md)
- [Get crypto withdrawal limits](https://docs.fonbnk.com/server-to-server/api-endpoints/merchant-balance/get-crypto-withdrawal-limits.md)
- [Create crypto withdrawal](https://docs.fonbnk.com/server-to-server/api-endpoints/merchant-balance/create-crypto-withdrawal.md)
- [Cancel crypto withdrawal](https://docs.fonbnk.com/server-to-server/api-endpoints/merchant-balance/cancel-crypto-withdrawal.md)
- [Get crypto withdrawal](https://docs.fonbnk.com/server-to-server/api-endpoints/merchant-balance/get-crypto-withdrawal.md)
- [Get crypto withdrawals](https://docs.fonbnk.com/server-to-server/api-endpoints/merchant-balance/get-crypto-withdrawals.md)
- [Generate user auth tokens](https://docs.fonbnk.com/server-to-server/api-endpoints/generate-user-auth-tokens.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, and the optional `goal` query parameter:

```
GET https://docs.fonbnk.com/server-to-server/api-endpoints.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
