---
title: "Read wallet balance"
method: GET
path: "/wallet"
tags: ["wallet"]
---

# Read wallet balance

`GET /wallet`

## Query parameters

- `userId` string

## Headers

- `Authorization` string, required

## Response `200`

Wallet balance in credits

- WalletResponse
  - `success` true, required
  - `userId` string, required
  - `balanceCredits` integer, required

## Other responses

- `401` — Missing or invalid AgentRouter API key

---

[API](https://skmtc.dev/agentrouter/apis/agentrouter-api.md) · [All operations](https://skmtc.dev/agentrouter/apis/agentrouter-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/agentrouter/agentrouter-api/revisions/7ee5c80ca6da/schema)
