Retrieve payment records from the In•Process protocol. Supports filtering by artist, collector, chain, and media type. Supports pagination for efficient browsing.
This is a public endpoint and does not require authentication.
Endpoint behavior:
collector is provided: Payments are filtered so the purchaser is the provided address.artist is provided: Filters where the token creator is the provided address.chainId is provided: Filters payments to the specified chain.audioOnly is true: Returns only payments for audio moments.Filter by artist address (payments for tokens created by this artist)
Filter by collector address (payments where this address is the buyer)
Filter by chain ID
If true, returns only payments for audio moments (default: false)
Number of records per page (max: 100, default: 20)
1 <= x <= 100The page number to retrieve (default: 1)
x >= 1