Authorization: Bearer ********************curl --location --request GET '/payment/getSupportedCurrenciesForPaymentLink?participantCode' \
--header 'Authorization: Bearer <token>'{
"success": true,
"code": 0,
"msg": null,
"data": {
"currencies": [
{
"currency": "SGD",
"network": null
},
{
"currency": "FDUSD",
"network": null
},
{
"currency": "EUR",
"network": null
},
{
"currency": "GBP",
"network": null
},
{
"currency": "USD",
"network": null
},
{
"currency": "USDT",
"network": null
},
{
"currency": "USDC",
"network": null
}
]
},
"currencyConvertInfoList": null
}