Get Banks
monei_get_banksFetch the full list of Nigerian banks supported by Monei with their codes to get the bank code required for payouts and account verification.
Instructions
Returns the full list of Nigerian banks supported by Monei, including their bank codes.
Call this before any payout to a bank account if you do not already have the bank code. The bank code is required for both send_naira_to_bank and verify_bank_account.
Returns: { "banks": [ { "name": string, // Human-readable bank name (e.g. "Guaranty Trust Bank") "code": string, // Bank code to use in other tools (e.g. "058") } ] }
Examples:
"What banks do you support?" -> call this, show bank names
"What's the code for GTBank?" -> call this, find GTBank in list, return its code
User mentions a bank by name but you don't have its code -> call this first
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||