curl --request GET \
--url https://staging-biz.coinprofile.co/v2/currency/supported
{
"data": {
"incomingCurrencies": [
"<string>"
],
"outgoingCurrencies": [
"<string>"
]
}
}
Get supported currencies
curl --request GET \
--url https://staging-biz.coinprofile.co/v2/currency/supported
{
"data": {
"incomingCurrencies": [
"<string>"
],
"outgoingCurrencies": [
"<string>"
]
}
}
Success
The response is of type object
.