| Item | Value |
|---|---|
| API Status | Stable |
| Current Version | v1.0 |
| Backward Compatibility | No |
| Applicable Environment | Production |
curl --location '/v1.0/payment/crypto/getCryptoCheckoutCurrencies?participantCode=undefined'{
"code": "string",
"msg": "string",
"data": {
"fiatCurrencies": [
"string"
],
"cryptoCurrencies": [
"string"
]
}
}