Supported blockchains
Kima supports a variety of EVM-compatible Layer 1 and Layer 2 chains, and will ultimately allow the swift and secure transfer of value between the following blockchains:
The short names are used in various API queries and are the same when using testnet. Click on the chain ID link to visit Chainlist.org and add the chain to your wallet.
ℹ️ Credit Cards are currently supported in the origin network- off ramping to come in a future release.
Testnet support
Kima is currently available on the following testnets, which can be used for development and/or testing in the Kima Demo App:
Querying for Supported Chains
For an up to date list of support chains query the following endpoint:
GET https://api.sardis.kima.network/kima-finance/kima-blockchain/chains/get_available_chains/{originChain}
Params
originChain
(string): the starting chain short name (see above)
Reponse
Chains
: string[]: the list of chain short names which can be bridged to from the origin chain
{
"Chains": [
"ETH",
"AVX",
"SOL",
"BSC",
"BASE",
"BERA",
"ARB",
"OPT",
"TRX",
]
}
Last updated