GetLensCuratorAccepted
API
API
/v2/lens/curator/accepted
Title
GetLensCuratorAccepted
Description
Retrieve the last 10 completed bids
Authorization
Not required
Method
GET
Request Parameters
Name
Type
Required
Description
profileId
string
NO
The Lens profile id of curator
limit
int
NO
The number of bids displayed per page, default to 10
cursor
int
NO
The id of bid. After calling this API, you will get the parameter next_cursor from the return value. When calling this API again, pass next_cursor as the value for the parameter cursor, which filters out data before the cursor and only queries data after the cursor.
Request and Response Example
Request
cURL Code
Request URL
https://api.tako.so/v2/lens/curator/accepted
Response
Last updated