Skip to main content
Keygate supports the following chains for token swapping and bridging (with more coming soon):

Get available chains

getChains Fetches a list of all available chains supported by the Keygate SDK. Parameters
  • params (ChainRequest, optional): Specify which chains you are interested in integrating into your dApp.
    • chainTypes A filter to select the type of chains to support. e.g ChainType.EVM, ChainType.ICP.
Returns A promise that resolves to an array of ExtendedChain objects.