Gateway: GetTransferConfigsForAll

Get transfer configs for cBridge transfer functionality

REST API

Get chains and corresponding tokens supported by cBridge

GET https://cbridge-prod2.celer.app/v2/getTransferConfigsForAll

By using this method, you can find chains' and tokens' information for cBridge testnet transfer, you can use cBridge production endpoint for mainnet configs.

{
    // Response
}

Request Parameters

None

Response Parameters

Chain

ChainTokenInfo

TokenInfo

Token

If transfer_disabled or xfer_disabled is true, we cannot transfer the token on the corresponding chain

PeggedPairConfig

All data inside the configs should not be edited, otherwise it may lead to failure.

Last updated