Skip to main content

Interface: TPaymentListQueryParams

Payment list search query

Properties

buyer

Optional buyer: string

Filter by buyer address

Defined in

typing/index.ts:1014


chainId

Optional chainId: bigint

The network chain ID to filter by

Defined in

typing/index.ts:1008


claimed

Optional claimed: boolean

Filter by claimed status

Defined in

typing/index.ts:1018


dateEnd

Optional dateEnd: Date

Search for payments made on or before this date

Defined in

typing/index.ts:1022


dateStart

Optional dateStart: Date

Search for payments made on or after this date

Defined in

typing/index.ts:1020


escrowId

Optional escrowId: number

Specific escrow ID to retrieve

Defined in

typing/index.ts:1010


marketplace

Optional marketplace: string

Filter by marketplace address

Defined in

typing/index.ts:1016


seller

Optional seller: string

Filter by seller address

Defined in

typing/index.ts:1012