# API Method Calls

- [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)


---

# 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://doc.xendbridge.com/api-method-calls.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.
