Overview
Last updated
Last updated
If you are Aggregators, Cross-Chain Swap, DEX, etc., you can choose to install Owlto-API as your underlying solution to achieve cross-chain functionality between different networks, and in-depth integration to customize your product.
The URL path for API: https://owlto.finance/api/bridge_api/v1/{API}
Documentation: https://owlto.finance/bridge_api/v1/swagger/index.html
API | Description |
---|---|
Firstly, you can make a query through this API to find all supported trading pairs and related information (such as minimum, maximum values, etc.).
Following then, you can create transaction body for sending to the "from chain" through this API. This body does not contain any fields related to gas price.
After sending the transaction obtained in step 2 to the blockchain, you can use the hash value of that transaction to query this API to obtain the status of the bridging process.
get_all_pair_infos
Make a query on all supported tokens/chains pairs
get_build_tx
Create transaction body for sending to the "from chain".
get_receipt
Check the status of a bridge process