MiniBridge API Docs
0. TLDR: How to use bridge?
1. How to query bridge config?
{ "from_id": 1, "from_chainid": 42161, "from_name": "Arbitrum", "to_id": 4, "to_chainid": 59144, "to_name": "Linea", "from_token": "ETH", "to_token": "ETH", "bridge": "0x00000000000007736e2F9aA5630B8c812E1F3fc9", "fee_fixed_original": 0.00045, "fee_fixed_discount": null, "fee_fixed": 0.00045, "fee_percentage": 0, "amount_min": 0.001, "amount_max": 0.03, "enabled": true, "is_native": true },
2. How to trigger a bridge request on an EVM chain?
3. How to query the status of a bridge request?

4. User/Discount/Invite related query

5. How to bridge to another address?
6. How to bridge from evm_erc20 chain?
7. How to bridge from Starknet?
8. How to bridge to a evm_erc20 chain with gas refill?
9. If you want to use contract to bridge
Last updated