cURL
curl --request GET \ --url https://api.paycrest.io/v1/currencies
{ "status": "success", "message": "Operation successful", "data": [ { "code": "<string>", "name": "<string>", "shortName": "<string>", "decimals": 123, "symbol": "<string>", "marketRate": 123 } ] }
List of currencies
The response is of type object.
object