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

# Retrieve Active Banks

> This allows you to retrieve a list of active banks eligible for fund transfers.

<ParamField header="requestId" type="string" required />

<ResponseExample>
  ```json
  {
  	"status": "00",
  	"message": "Completed successfully",
  	"data": {
  		"banks": []
  	}
  }
  ```
</ResponseExample>
