Skip to main content
GET
/
api
/
v3
/
wallets
/
{wallet_id}
/
banks
List available banks for wallet (B2B)
curl --request GET \
  --url https://live.launcx.com/api/v3/wallets/{wallet_id}/banks \
  --header 'x-api-key: <x-api-key>' \
  --header 'x-timestamp: <x-timestamp>'
{
  "banks": [
    {
      "code": "<string>",
      "name": "<string>",
      "supported_transfer_types": [
        "<string>"
      ],
      "swift": "<string>"
    }
  ],
  "total_count": 123
}

Headers

x-api-key
string
required

Client API Key

x-timestamp
string
required

Unix timestamp in milliseconds

Path Parameters

wallet_id
string
required

Wallet ID (UUID)

Response

Available banks

banks
object[]
total_count
integer