| Item | Value |
|---|---|
| API Status | Stable |
| Current Version | v1.0 |
| Backward Compatibility | No |
| Applicable Environment | Production |
Authorization: Bearer ********************curl --location '/v1.0/payment/crypto/getCryptoCheckoutCurrencies?participantCode=undefined'{
"code": 200,
"msg": "OK",
"data": {
"fiatCurrencies": [
"AUD",
"EUR",
"GBP",
"HKD",
"SGD",
"USD"
],
"cryptoCurrencies": [
"USDC",
"USDT",
"FDUSD",
"RLUSD"
]
}
}