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