---
title: "GET /v4/offchain-billing/self/owed"
method: GET
path: "/v4/offchain-billing/self/owed"
tags: ["OffchainBilling"]
---

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

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

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.

## Response `200`

Off-chain owed position for a client

- object — Off-chain owed position for a client
  - `creatorId` string, required
  - `creditBalanceUsd` number, required — Current credit balance (signed; negative = already owes)
  - `pendingAccrualUsd` number, required — Distributed but not yet debited — what the next accrual adds
  - `owedUsd` number, required — max(0, pendingAccrualUsd − creditBalanceUsd)
  - `lines` object[], required
    - `campaignId` string, required — Internal Campaign.id (database id)
    - `onchainCampaignId` string, required — On-chain campaign identifier
    - `distributionChainId` number, required — Chain where rewards are distributed
    - `chainName` string, required — Human-readable distribution chain name
    - `creatorAddress` string, required
    - `startTimestamp` string, required — Campaign start (unix seconds)
    - `endTimestamp` string, required — Campaign end (unix seconds)
    - `ended` boolean, required — Whether the campaign has ended (endTimestamp < now)
    - `currentWei` string, required — Cumulative distributed (wei), creator address excluded
    - `accruedWei` string, required — Cumulative distributed (wei) already accrued into credit debits
    - `pendingWei` string, required — Distribution not yet accrued (wei)
    - `tokenSymbol` string
    - `tokenAddress` string — Reward token address
    - `tokenDecimals` number, required
    - `tokenPriceUsd` number, required
    - `feeBps` number, required — Off-chain fee in basis points
    - `pendingUsd` number, required — fee × USD(pendingWei) — will be debited on next accrual

---

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