List wallet credentials
List funding credentials linked to a wallet. Each row is either fiat (bank) or crypto (on-chain receive identity).
On create you pass type, network, label, and metadata. For crypto, we always generate the on-chain address. Responses include currency, a trimmed wallet summary (id, currency,label), plus label, metadata, and details (with network nested under details).
Pagination
page is 1-indexed (default 1, max 1_000_000). per_page defaults to
50 (max 200). meta.has_more is true when more results exist beyond
the current page.
Errors
400 invalid_input— the path id does not start withwal_, orpage/per_pageis non-numeric or outside the allowed range.404 not_found— the wallet does not exist in this integration.
Authorizations
API key issued during merchant onboarding.
Path Parameters
Wallet external id (wal_…).
[^\/#\?]+?"wal_01HXYZABC1234567890ABCDEFG"
Query Parameters
1-indexed page number.
1 <= x <= 10000001
Page size (1–200).
1 <= x <= 20050
Response
Wallet credentials fetched successfully