Fetch a wallet
Wallets
Fetch a wallet
Returns a single wallet, including its credentials.
The path id is the GlobalStack external identifier (wal_…) returned by
POST /v1/wallets and GET /v1/wallets.
Credentials
data.credentials lists the wallet’s credentials, created via POST /v1/wallets/{id}/credentials — newest first. The array is empty when the wallet has no credentials.
Balances
available_balance, pending_balance, and total_balance start at
0.00 (formatted to the currency precision).
Errors
400 invalid_input—wallet_iddoes not start withwal_. This catches callers passing a non-GlobalStack id (e.g. acust_…id).404 not_found— returned for all lookup misses: the id does not exist.
Example
GET /v1/wallets/wal_seed_alice_usdc
GET
Fetch a wallet
Authorizations
API key issued during merchant onboarding.
Path Parameters
Pattern:
[^\/#\?]+?