Get sell currencies

Returns fiat and crypto currencies available for sell operations

Responses
  • application/json
  • application/json
  • application/json
Request Example for get/public/currencies-sell
curl https://sandbox-api.mrcr.io/v1.6/public/currencies-sell
{
  "status": 200,
  "data": [
    "EUR"
  ]
}