List IP Transactions
Endpoints
List IP Transactions
Retrieve a list of IP transactions with pagination and filtering options. The ‘where’ field is optional and should only be provided when filtering by specific transaction hashes, event types, or block ranges. This endpoint can also be used to fetch specific transactions by passing their hashes in the txHashes filter.
POST
List IP Transactions
This endpoint allows you to filter based on event type. Here are the possible string values for the
where.eventTypes[] field:- “IPRegistered”: When an IP asset is registered
- “LicenseTermsAttached”: When license terms are attached to an IP asset
- “DerivativeRegistered”: When a derivative IP asset is registered
- “DisputeRaised”: When a dispute is raised against an IP asset
- “DisputeResolved”: When a dispute is resolved
- “DisputeCancelled”: When a dispute is cancelled
- “DisputeJudgementSet”: When a judgement is set for a dispute
- “RoyaltyPaid”: When royalty payments are made
Authorizations
Body
application/json
Field to order results by
Available options:
blockNumber, createdAt, eventType, txHash, ipId, initiator Order direction for results
Available options:
asc, desc Pagination configuration
Optional filter options for transactions

