get

/v4/offchain-billing/self/pending

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

Responses

200
Response for status 200
Schema
object
creatorIdstring
required
pendingAccrualUsdnumber
required
Example
{
  "creatorId": "string",
  "pendingAccrualUsd": 0
}
get
https://api.merkl.xyz/v4/offchain-billing/self/pending
Merkl API
curl -X GET "https://api.merkl.xyz/v4/offchain-billing/self/pending"