GetLensBidsIgnored
API
Title
GetLensBidsIgnored
Description
Get the bids which ignored by the curator.
Authorization
Not required
Method
POST
Request Parameters
profileIds
int[]
YES
The Lens profile id list of the bidders
bidType
string[]
NO
"Post", "Mirror", "Comment", "QuotedPublication" If the bidType is not included in the request parameters, all data will be queried.
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, offsett 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.
Parameter Content Type
application/json
Request and Response Example
Request
cURL Code
Request URL
https://api.tako.so/v2/lens/get_bids_ignored
Response
Last updated