Get Supported Assets for Networks
To enable effective asset transfers, our API offers a feature to identify assets available for bridging between specified source and destination networks. This function is vital for users to understand which tokens or cryptocurrencies can be transferred, ensuring transparent and strategic planning for cross-network transactions.
Retrieves the list of available assets to be bridged between source and destination chains.
GET
/api/assets
Query Parameters
Name
Type
Description
source_chain*
string
Name of source chain.
destination_chain*
string
Name of destination chain.
After assets for bridging were selected, fee can be estimated for bridge order.
Last updated