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
farming_reward_contract_addr
String
cBridge farming reward contract address
pegged_pair_configs
Array<PeggedPairConfig>
Chain
id
UInt32
chain id
name
String
chain name
icon ​ ​
String
chain icon url
block_delay
UInt32
block delay for transaction confirmation
gas_token_symbol
String
gas token
explore_url
String
This chain's browser's url
contract_addr
String
cBridge contract address on this chain
ChainTokenInfo
token_list
Array<TokenInfo>
chain supported token list
TokenInfo
name
String
token name
icon
String
token icon url
transfer_disabled
Boolean
token transfer disabled
Token
symbol ​
String
token symbol
address
String
token address
decimal
Number
token decimal
xfer_disabled
Boolean
token transfer disabled
If transfer_disabled or xfer_disabled is true, we cannot transfer the token on the corresponding chain
PeggedPairConfig
org_chain_id
UInt32
source chain id
pegged_chain_id
UInt32
pegged chain id
pegged_deposit_contract_addr
String
contract address on pagged chain for mint/deposit
pegged_burn_contract_addr
String
contract address on pagged chain for burn/withdraw
All data inside the configs should not be edited, otherwise it may lead to failure.
Last updated