GET
/
currency
/
supported
curl --request GET \
  --url https://staging-biz.coinprofile.co/v2/currency/supported
{
  "data": {
    "incomingCurrencies": [
      "<string>"
    ],
    "outgoingCurrencies": [
      "<string>"
    ]
  }
}

Response

200 - application/json
Success
data
object