API Reference
All APIs will have a prefix to indicate whether it is a cBridge gateway function or a cBridge contract on-chain function.
Get Transfer Configs
Get chains and tokens info supported by cBridge.
Gateway: GetTransferConfigsForAllTransfer Flow
When all needed information is ready, make an estimation for this transfer first. Then, submit an on-chain send transaction. Poll getTransferStatus for this transaction until the transfer is complete or needs a refund.
Gateway: EstimateAmtContract: Pool-Based TransferGateway: GetTransferStatusTransfer Refund Flow
When the transfer status is TRANSFER_TO_BE_REFUNDED, cBridge gateway will prepare on-chain refund transaction info automatically within several minutes. Polling getTransferStatus and submit on-chain transaction based on failed transfer type.
Gateway: GetTransferStatusContract: Pool-Based Transfer RefundContract: Mint Canonical Token Transfer RefundContract: Burn Canonical Token Transfer RefundTransfer History Query
Gateway: TransferHistoryLast updated