| Item | Value |
|---|---|
| API Status | Stable |
| Current Version | v1.0 |
| Backward Compatibility | No |
| Applicable Environment | Production |
Authorization: Bearer ********************curl --location --request GET '/v1.0/payment/crypto/getCryptoCheckoutCurrencies?participantCode' \
--header 'Authorization: Bearer <token>'{
"code": "string",
"msg": "string",
"data": {
"fiatCurrencies": [
"string"
],
"cryptoCurrencies": [
"string"
]
}
}