FVyQuery_GetOffers
Optional query to filter the GetOffers endpoint results
Query | Type | Description |
---|---|---|
PageNumber | FVyOptInt | Filter based on the page number |
PageSize | FVyOptInt | Filter based on the page size |
SortOn | FVyOptString | Filter based on the sort field |
SortOrder | Filter based on the sort order | |
Type | FVyOptStringArray | Filter based on the offer type |
Status | FVyOptStringArray | Filter based on the offer status |
Id | FVyOptStringArray | Filter based on the offer ID |
SellerId | FVyOptString | Filter based on the seller ID |
Chain | Filter based on a specific Chain | |
ContractAddress | FVyOptString | Filter based on the contract address |
ShowUpcomingOffers | FVyOptBool | Filter based on whether to show upcoming offers |
Last updated