Skip to main content
GET
Get Transfers
Retrieve moment transfer records from the In•Process protocol. Use the type parameter to filter by transfer category:

Query Parameters

type
enum<string>

Filter by transfer type. Omit to retrieve all transfer types. Use airdrop for airdrops, payment for moment transfers completed via payment.

Available options:
airdrop,
payment
artist
string

Filter by artist address (the creator of the collected moments)

Pattern: ^0x[a-fA-F0-9]{40}$
collector
string

Filter by collector address (the address that collected the moments)

Pattern: ^0x[a-fA-F0-9]{40}$
collection
string

Filter by collection contract address

Pattern: ^0x[a-fA-F0-9]{40}$
tokenId
integer

Filter by token ID within the specified collection

Required range: x >= 0
chainId
integer
default:8453

Filter by chain ID (default: Base, 8453)

content_type
string

Filter by MIME type category (e.g. audio, video, image). Used to construct a MIME pattern filter.

Example:

"audio"

limit
integer
default:20

Number of records per page (max: 100, default: 20)

Required range: 1 <= x <= 100
page
integer
default:1

The page number to retrieve (default: 1)

Required range: x >= 1

Response

Successful response

transfers
object[]
required

List of transfer records

pagination
object
required