get
/v4/offchain-billing/self/pending
Just your creator's pending off-chain accrual (X-API-Key) — the USD not yet debited.
Responses
200Response for status 200
Schema
object
creatorIdstringrequired
pendingAccrualUsdnumberrequired
Example
{
"creatorId": "string",
"pendingAccrualUsd": 0
}get
https://api.merkl.xyz/v4/offchain-billing/self/pendingcurl -X GET "https://api.merkl.xyz/v4/offchain-billing/self/pending"