# XendBridge

## XendBridge

- [Get Started](https://doc.xendbridge.com/get-started.md): XendBridge APIs Documentation
- [Third Party Order Operations](https://doc.xendbridge.com/api-method-calls/third-party-order-operations.md)
- [Rate](https://doc.xendbridge.com/api-method-calls/third-party-order-operations/rate.md): Get Order Rate
- [Buy Order](https://doc.xendbridge.com/api-method-calls/third-party-order-operations/buy-order.md): Initiate Buy Order
- [Sell Order](https://doc.xendbridge.com/api-method-calls/third-party-order-operations/sell-order.md): Initiate Sell Order
- [Swap Order](https://doc.xendbridge.com/api-method-calls/third-party-order-operations/swap-order.md): Initiate Swap Order
- [Pending Order](https://doc.xendbridge.com/api-method-calls/third-party-order-operations/pending-order.md): Get Pending Order
- [Pay For Order](https://doc.xendbridge.com/api-method-calls/third-party-order-operations/pay-for-order.md): Confirm Order Payment
- [Cancel Order](https://doc.xendbridge.com/api-method-calls/third-party-order-operations/cancel-order.md)
- [LP Simulation](https://doc.xendbridge.com/api-method-calls/lp-simulation.md): Liquidity Provider Simulation
- [Pay For Order (Buy Order)](https://doc.xendbridge.com/api-method-calls/lp-simulation/pay-for-order-buy-order.md)
- [Pay For Order (Sell Order)](https://doc.xendbridge.com/api-method-calls/lp-simulation/pay-for-order-sell-order.md)
- [Dispute](https://doc.xendbridge.com/api-method-calls/dispute.md): Xendbridge Dispute Chat System
- [Raise Third Party Dispute](https://doc.xendbridge.com/api-method-calls/dispute/raise-third-party-dispute.md): Create third party dispute
- [Get All Disputes](https://doc.xendbridge.com/api-method-calls/dispute/get-all-disputes.md): Get all disputes raised in a third party application
- [XendBridge Chat SDK](https://doc.xendbridge.com/api-method-calls/dispute/xendbridge-chat-sdk.md)
- [Payment Inquiry](https://doc.xendbridge.com/api-method-calls/payment-inquiry.md): Payment Inquiry Webhook
- [WebHooks](https://doc.xendbridge.com/api-method-calls/webhooks.md)
- [Order Payment Confirmation](https://doc.xendbridge.com/api-method-calls/webhooks/order-payment-confirmation.md)
- [Order Matched Notification](https://doc.xendbridge.com/api-method-calls/webhooks/order-matched-notification.md)
- [Order Canceled Notification](https://doc.xendbridge.com/api-method-calls/webhooks/order-canceled-notification.md)
- [Checksum Verification](https://doc.xendbridge.com/api-method-calls/webhooks/checksum-verification.md)
- [Checkout URL](https://doc.xendbridge.com/xendbridge-portal/checkout-url.md): XendBridge Checkout Portal
- [Buy Order](https://doc.xendbridge.com/xendbridge-portal/checkout-url/buy-order.md)
- [Sell Order](https://doc.xendbridge.com/xendbridge-portal/checkout-url/sell-order.md)
- [Swap Order](https://doc.xendbridge.com/xendbridge-portal/checkout-url/swap-order.md)
- [Rate](https://doc.xendbridge.com/xendbridge-portal/checkout-url/rate.md): Get Order Rate
- [Rate Bounds](https://doc.xendbridge.com/xendbridge-portal/checkout-url/rate-bounds.md): Get the best and worst rates
- [Initiate Order Created With Deferred Payment Method](https://doc.xendbridge.com/xendbridge-portal/checkout-url/initiate-order-created-with-deferred-payment-method.md)
- [Supported Currencies](https://doc.xendbridge.com/xendbridge-portal/checkout-url/supported-currencies.md)
- [Payment Methods](https://doc.xendbridge.com/xendbridge-portal/checkout-url/payment-methods.md)
- [Inline Html Snippet](https://doc.xendbridge.com/xendbridge-portal/inline-html-snippet.md)
- [DeFi Checkout](https://doc.xendbridge.com/xendbridge-portal/defi-checkout.md)
- [XendBridge NodeJs SDK](https://doc.xendbridge.com/xendbridge-sdks/xendbridge-nodejs-sdk.md)
- [XendBridge .NET SDK](https://doc.xendbridge.com/xendbridge-sdks/xendbridge-.net-sdk.md)
- [Rate](https://doc.xendbridge.com/xendbridge-sdks/xendbridge-.net-sdk/rate.md)
- [Buy Order](https://doc.xendbridge.com/xendbridge-sdks/xendbridge-.net-sdk/buy-order.md)
- [Sell Order](https://doc.xendbridge.com/xendbridge-sdks/xendbridge-.net-sdk/sell-order.md)
- [Swap Order](https://doc.xendbridge.com/xendbridge-sdks/xendbridge-.net-sdk/swap-order.md)
- [Pending Order](https://doc.xendbridge.com/xendbridge-sdks/xendbridge-.net-sdk/pending-order.md)
- [Pay For Order Confirmation](https://doc.xendbridge.com/xendbridge-sdks/xendbridge-.net-sdk/pay-for-order-confirmation.md)
- [Cancel Order](https://doc.xendbridge.com/xendbridge-sdks/xendbridge-.net-sdk/cancel-order.md)
- [Raise A Dispute](https://doc.xendbridge.com/xendbridge-sdks/xendbridge-.net-sdk/raise-a-dispute.md)
- [Errors](https://doc.xendbridge.com/errors.md)
- [API Reference](https://doc.xendbridge.com/reference/api-reference.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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://doc.xendbridge.com/get-started.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.
