# OmniBridge

## OmniBridge API

- [Description](https://docs.en.omnibridge.pro/master.md)
- [OmniBridge](https://docs.en.omnibridge.pro/master/omnibridge.md): All-in-One Cross-Chain Interoperability Platform – Secure, Fast, and Reliable
- [Cross chain protocol](https://docs.en.omnibridge.pro/master/cross-chain-protocol.md): Cross - Chain Protocol: Notary Model + MPC Multi - Party Signature
- [Status flow](https://docs.en.omnibridge.pro/master/status-flow.md)
- [Fees](https://docs.en.omnibridge.pro/master/fees.md)
- [Browser](https://docs.en.omnibridge.pro/master/browser.md)
- [Supported Chains](https://docs.en.omnibridge.pro/master/supported-chains.md)
- [Frequently Questions](https://docs.en.omnibridge.pro/master/frequently-questions.md)
- [CROSS-CHAIN SWAP API](https://docs.en.omnibridge.pro/cross-chain-swap-api.md)
- [Error Code](https://docs.en.omnibridge.pro/cross-chain-swap-api/error-code.md)
- [Get Coin List](https://docs.en.omnibridge.pro/cross-chain-swap-api/check-token-types-list-port.md)
- [Get Fee Rates](https://docs.en.omnibridge.pro/cross-chain-swap-api/obtain-exchange-rate-basic-information-port.md)
- [Create Order](https://docs.en.omnibridge.pro/cross-chain-swap-api/create-order.md)
- [Upload Transaction Hash](https://docs.en.omnibridge.pro/cross-chain-swap-api/upload-transaction-hash.md)
- [Upload Multiple Transaction Hash](https://docs.en.omnibridge.pro/cross-chain-swap-api/upload-multiple-transaction-hash.md)
- [Check order status](https://docs.en.omnibridge.pro/cross-chain-swap-api/check-order-status.md)
- [Check Multiple order status](https://docs.en.omnibridge.pro/cross-chain-swap-api/check-order-status-1.md)
- [Get Order List](https://docs.en.omnibridge.pro/cross-chain-swap-api/all-orders.md)
- [Upload gas free orders](https://docs.en.omnibridge.pro/cross-chain-swap-api/upload-gas-free-orders.md)
- [Skills](https://docs.en.omnibridge.pro/skills.md)
- [Swap Skill](https://docs.en.omnibridge.pro/skills/swap-skill.md)
- [Support](https://docs.en.omnibridge.pro/support.md)
- [Email](https://docs.en.omnibridge.pro/support/email.md): support@omnibridge.pro


---

# 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://docs.en.omnibridge.pro/master.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.
