cURL
curl --request GET \ --url https://pay-api.holdstation.com/api/v1/banks
{ "message": "success", "data": { "banks": [ { "id": 1, "bank_name": "Vietcombank", "short_name": "VCB", "bin_code": "970436", "image": "https://example.com/vcb.png", "created_at": { "seconds": 1700000000, "nanos": 0 }, "updated_at": { "seconds": 1700000000, "nanos": 0 } } ], "page": 1, "page_size": 20, "total_count": 50 } }
Retrieve the list of banks supported for fiat withdrawals.