This document describes the steps you must complete for the Skip Go API to begin providing new routes for users to transfer a token over to various remote chains using IBC.
/info/chains
endpoint to query a list of actively supported chains: /v2/info/chains/info/chains
endpoint to query a list of actively supported chains: /v2/info/chainssource_denom
: A well-established token on the chain where your asset is issued (e.g. uatom
)source_chain_id
: The chain_id
of the chain where your asset is issued (e.g. cosmoshub-4
)dest_chain_id
: The chain_id
of the chain to which you want to be able to transfer your asset (e.g. osmosis-1
)recommendations[0].asset.trace
source_denom
: Your tokensource_chain_id
: The chain on which your token is issueddest_chain_id
: The chain to which you’ve warm-started an IBC route in the previous step