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.
bridgeId*
String
srcChainId
String
dstChainId*
String
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.
bridgeId*
String
/getsupportedtokens
Retrieves the list of tokens supported by Allbridge Core, on expand.network.
GET
https://api.expand.network/bridge/getsupportedtokens
Query Parameter
rpc
String
Remote procedural call URL.
bridgeId*
String
chainId*
String
/gettransaction
Retrieves the details of the transaction.
GET
https://api.expand.network/bridge/gettransaction
Query Parameter
rpc
String
Remote procedural call URL.
bridgeId*
String
transactionHash*
String
Transaction hash.
srcChainId
String
/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.
bridgeId*
String
srcChainId*
String
dstChainId*
String
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.
ofacCheck
Boolean
if true,
provides insights of the contract and tokens involved in the transaction.
By Default, false
Available on Ethereum, Polygon, BSC, Avalanche, Arbitrum and Optimism Mainnet
With Gas Priority
With ofacCheck
Last updated