Get List of Currencies that Supports Same-Name Withdrawal
Developing
To get list of currencies that supports same-name withdrawal.
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
or
Request Code Samples
curl --location --request GET 'https://dev-api.mce.sg/v1.0/crm/fiat/supportedSameName' \
--header 'Authorization: Bearer <token>'
Responses
application/json {
"code": "string",
"msg": "string",
"data": {
"currencies": [
"string"
]
}
}
Modified at 2025-11-21 05:46:47