get

/v4/offchain-billing/self/operations

Your creator's off-chain accrual debits (X-API-Key), newest first.

Responses

200
Response for status 200
Schema
object[]
idstring
typeenumADDSUBTRACT
amountUsdnumber
labelstring
timestampstring
Example
[
  {
    "id": "string",
    "type": "ADD",
    "amountUsd": 0,
    "label": "string",
    "timestamp": "string"
  }
]
get
https://api.merkl.xyz/v4/offchain-billing/self/operations
Merkl API
curl -X GET "https://api.merkl.xyz/v4/offchain-billing/self/operations"