OffchainBilling

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.

get/v4/offchain-billing/self/owed

Response

Off-chain owed position for a client

creatorIdstring required
creditBalanceUsdnumber required

Current credit balance (signed; negative = already owes)

pendingAccrualUsdnumber required

Distributed but not yet debited — what the next accrual adds

owedUsdnumber required

max(0, pendingAccrualUsd − creditBalanceUsd)

Changes

No recorded changes to this endpoint across all 1 revision of this API.