# Get wallet details Get details for a specific wallet Endpoint: GET /wallets/{wallet_id} Version: 1.0.0 Security: ApiKeyAuth ## Path parameters: - `wallet_id` (string, required) The unique identifier for the wallet Example: "wlt_3bbb4fe7-4c25-45b2-a363-c8db8c0084b9" ## Response 200 fields (application/json): - `id` (string) The unique identifier for the wallet Example: "wlt_3bbb4fe7-4c25-45b2-a363-c8db8c0084b9" - `consumer_id` (string) The unique identifier for the consumer - `currency` (string) The currency of the wallet Example: "EUR" - `balance` (number) The current balance of the wallet - `created_at` (string) The timestamp when the wallet was created - `updated_at` (string) The timestamp when the wallet was last updated ## Response 401 fields ## Response 404 fields ## Response 500 fields