> ## Documentation Index
> Fetch the complete documentation index at: https://docs.pretium.africa/llms.txt
> Use this file to discover all available pages before exploring further.

# Supported banks

> List supported banks for a currency (defaults to NGN).

<ParamField path="currency_code" type="string">
  Defaults to `NGN` when omitted.
</ParamField>

Returns a list of banks (codes and names) usable with validation and payout fields.

<RequestExample>
  ```bash theme={null}
  curl -X POST "{{base_url}}/v1/banks/NGN" \
    -H "x-api-key: YOUR_CONSUMER_KEY" \
    -H "Content-Type: application/json" \
    -d '{}'
  ```
</RequestExample>
