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

_Merkl API_

Just your creator's pending off-chain accrual (X-API-Key) — the USD not yet debited.

## Responses

- **200** Response for status 200

## Example request

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