1.2 Cross-chain Quota and Fees
1.2.1. Querying Cross-chain Quota
<https://bridge-api.wanchain.org/api/quota?fromChainType=[fromChainType]&toChainType=[toChainType]&symbol=[symbol]>{
"success": true,
"data": {
"symbol": "USDC",
"minQuota": "0",
"maxQuota": "5000000000"
}
}1.2.2 Querying Cross-chain Fees
1.2.3 Aggregated Query for Cross-chain Quota and Fees (quotaAndFee API)
Last updated