Allbridge Core
Supported Chains
Available on Ethereum, Arbitrum, Avalanche, Base, Optimism, Binance Smart Chain, Tron, Polygon, Solana and Stellar
Available Endpoints:
Click on the endpoint to jump to the section with full details
/getprice
GET
- Returns the swap quotation for a given token pair./getsupportedchains
GET
- Retrieves the list of chains supported by Allbridge Core , on expand.network./getsupportedtokens
GET
- Retrieves the list of tokens supported by Allbridge Core, on expand.network./gettransaction
GET
- Retrieves the details of the transaction./swap
POST
- Initiates a transaction to swap assets accross multiple chains.
Bridge ID
Many endpoints have a parameter where you can provide a Bridge ID.
Below is a list of Bridge ID related to Allbridge Core. Please see the Bridge ID Page for a complete Bridge ID list and more information.
Allbridge Core
400
Endpoint Details
/getprice
Get the swap quotation for the given token pairs.
GET
https://api.expand.network/bridge/getprice
Query Parameter
rpc
String
Remote procedural call URL.
srcTokenSymbol*
String
Source token symbol.
dstTokenSymbol*
String
Destination token symbol.
amountIn*
String
Amount of token.
/getsupportedchains
Retrieves the list of chains supported by Allbridge Core , on expand.network.
GET
https://api.expand.network/bridge/getsupportedchains
Query Parameter
rpc
String
Remote procedural call URL.
/getsupportedtokens
Retrieves the list of tokens supported by Allbridge Core, on expand.network.
GET
https://api.expand.network/bridge/getsupportedtokens
Query Parameter
/gettransaction
Retrieves the details of the transaction.
GET
https://api.expand.network/bridge/gettransaction
Query Parameter
/swap
Initiates a transaction to swap assets accross multiple chains.
POST
https://api.expand.network/bridge/swap
Request Body
rpc
String
Remote procedural call URL.
srcTokenSymbol*
String
Source token symbol.
dstTokenSymbol*
String
Destination token symbol.
amountIn*
String
Amount of token.
gas*
String
Maximum gas limit provided by the sender, for the transaction.
gas priority
String
Low, medium, or high.
from*
String
Address of the sender of the token.
to*
String
Address of the recipient of the token.
messenger
String
ALLBRIDGE, WARMHOLE or CCTP. By default, ALLBRIDGE.
With Gas Priority
Last updated