VyQuery_GetOffers

Represents a query for retrieving offers.

QueryTypeDescription

PageNumber

int

Sets the page number for the query.

PageSize

int

Sets the page size for the query.

SortOn

string

Sets the sorting parameter for the query.

SortOrder

Sets the sorting order for the query.

Type

string[]

Sets the offer type for the query.

Status

string[]

Sets the offer status for the query.

Id

string[]

Sets the offer ID for the query.

SellerId

string

Sets the seller ID for the query.

Chain

Sets the blockchain for the query.

ContractAddress

string

Sets the contract address for the query.

ShowUpcomingOffers

bool

Sets whether to show upcoming offers for the query.

Last updated