get
/v4/offchain-billing/self/operations
Your creator's off-chain accrual debits (X-API-Key), newest first.
Responses
200Response for status 200
Schema
object[]
idstringtypeenumADDSUBTRACTamountUsdnumberlabelstringtimestampstringExample
[
{
"id": "string",
"type": "ADD",
"amountUsd": 0,
"label": "string",
"timestamp": "string"
}
]get
https://api.merkl.xyz/v4/offchain-billing/self/operationscurl -X GET "https://api.merkl.xyz/v4/offchain-billing/self/operations"