GetFarcasterBidsReceived
Last updated
Last updated
Title
GetFarcasterBidsReceived
Description
Retrieve the content created on Farcaster sent to you by others
Authorization
Not required
Method
POST
fids
int[]
YES
The Farcaster FID list of the curators
bidType
string[]
NO
"Casts", "Reply", "Recasts" If the bidType is not included in the request parameters, all data will be queried.
includeIgnore
bool
NO
Should ignored content be included. Default to true
limit
int
NO
The number of bids displayed per page, default to 10
offset
int
NO
Specify the number of rows to be skipped from the beginning of the query result. For example, OFFSET 5 means that the first 5 rows of the query result will be skipped.
sort
string
NO
Can sort by "bid_amount", "create_at", "update_at", default to "bid_amount"
sortType
string
NO
“desc” or “asc”, default to “desc”. Arrange in ascending or descending order.
state
string
NO
The state of bid. “Pending”, “Pass”, “Cancel”. If the state is not included in the request parameters, all data will be queried.