/public/currencies-sell
Get fiat and crypto currencies available for sell operation
Responses
- application/json
- 403
Forbidden
- 500
Internal server error
Request Example for get/public/currencies-sell
curl https://sandbox-api.mrcr.io/v1.6/public/currencies-sell
{
"status": 200,
"data": [
"EUR"
]
}