Wallet
List accepted banks
Returns the list of accepted fiat bank names.
Use the name field of each entry as the bank_name value when submitting an inline fiat withdrawal (without recipient_id).
Requires the deposit permission on the API key.
get/wallet/banks
Response
Bank list returned successfully.
Example response
{
"data": [
{
"id": 1,
"name": "FNB South Africa",
"abbreviation": "FNB",
"is_active": true,
"icon_uri": "https://cdn.example.com/banks/fnb.png",
"created_at": 1712000000
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.