Get Transfers
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:
- If
artistis provided: Filters transfers to moments created by this artist. - If
collectoris provided: Filters transfers where this address is the collector. - If
collectionis provided: Filters transfers to moments in this collection. - If
tokenIdis provided: Filters transfers to a specific token within the collection. - If
chainIdis provided: Filters transfers to the specified chain. - If
content_typeis 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 |
Query Parameters
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 collection contract address
^0x[a-fA-F0-9]{40}$Filter by token ID within the specified collection
x >= 0Filter 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