Retrieve moment transfer records from the In•Process protocol. Use the type parameter to filter by transfer category, or omit it to retrieve all types.
Endpoint behavior:
artist is provided: Filters transfers to moments created by this artist.collector is provided: Filters transfers where this address is the collector.chainId is provided: Filters transfers to the specified chain.content_type is provided: Filters transfers to moments whose content MIME type matches (e.g. audio, video, image).type parameter to filter by transfer category:
type value | Description |
|---|---|
airdrop | Airdrops by the artist or collector |
payment | Moment transfers completed via payment |
| (omitted) | All transfer types |
Filter by transfer type. Omit to retrieve all transfer types. Use airdrop for airdrops, payment for moment transfers completed via payment.
airdrop, payment Filter by artist address (the creator of the collected moments)
^0x[a-fA-F0-9]{40}$Filter by collector address (the address that collected the moments)
^0x[a-fA-F0-9]{40}$Filter by chain ID (default: Base, 8453)
Filter by MIME type category (e.g. audio, video, image). Used to construct a MIME pattern filter.
"audio"
Number of records per page (max: 100, default: 20)
1 <= x <= 100The page number to retrieve (default: 1)
x >= 1