
get
/v4/credits/{creatorId}/operations/aggregate
Get the signed sum of credit operations for a creator. SUBTRACT amounts count as negative, ADD as positive.
Path parameters
creatorIdstringrequired
Creator ID
Query parameters
typeenumFilter by operation type (ADD or SUBTRACT)
categoryenumFilter by operation category (matches the operation's label prefix)
get
https://api.merkl.xyz/v4/credits//operations/aggregatecurl -X GET "https://api.merkl.xyz/v4/credits/021ead2f-e93a-4dc1-a9c7-6fec26806fc2/operations/aggregate"