title | description |
---|---|
How to Generate Shareable Links |
This guide provides step-by-step instructions to generate IBC.fun shareable links. |
- Go to https://ibc.fun
- Modify the source/destination chains and assets to set the default route (optional)
- Click the "Share" button
Instead of creating a route and sharing it via https://ibc.fun, you can create a sharable link with the following parameters of your choice: src_chain
, src_asset
, dest_chain
, dest_asset
, amount_in
, and amount_out
.
- To see supported chains, you can use https://api.skip.money/v1/info/chains see docs
- To see supported assets, you can use https://api.skip.money/v1/fungible/assets see docs
Query Base URL: https://ibc.fun/
Query Parameters:
src_chain
: The source chain ID from which the asset is being transferred.src_asset
: The asset or token denom to transfer or swap originating from the source chain.- Note: Must be a valid asset on the specified
src_chain
.
- Note: Must be a valid asset on the specified
dest_chain
: The destination chain ID to which the asset is being transferred.dest_asset
: The asset or token denom that will be received on the destination chain.- Note: Must be a valid asset on the specified
dest_chain
.
- Note: Must be a valid asset on the specified
amount_in
(Optional): The amount of the asset being transferred from the source chain.- Note: If provided along with
amount_out
, onlyamount_in
will be used.
- Note: If provided along with
amount_out
(Optional): The amount of the asset to be received on the destination chain.- Note: If provided along with
amount_in
, onlyamount_in
will be used.
- Note: If provided along with
Example Shareable Link: https://ibc.fun?src_chain=cosmoshub-4&src_asset=uatom&dest_chain=pacific-1&dest_asset=usei&amount_in=1
- Ensure that the
src_chain
anddest_chain
values are valid and supported by the platform. - The
src_asset
must be a valid asset on the specifiedsrc_chain
, and thedest_asset
must be a valid asset on the specifieddest_chain
. - If both
amount_in
andamount_out
are provided, onlyamount_in
will be used. - If
src_asset
ordest_asset
is not provided or found, it will default to the chain's native asset.
You can reach us easily by joining our Discord and grabbing the "Skip API Developer" role.