# GET /v4/offchain-billing/self/owed

_Merkl API_

Your creator's off-chain owed position (X-API-Key): credit balance, pending accrual, owed, and a per-campaign pending breakdown. Scoped to your own key.

## Responses

- **200** Off-chain owed position for a client

## Example request

```bash
curl -X GET "https://api.merkl.xyz//v4/offchain-billing/self/owed" \
  -H "x-api-key: YOUR_API_KEY"
```