getOpenCurationCuratorAccepted
API
API | /v2/lens/open_curation/curator/accepted |
---|---|
Title | getOpenCurationCuratorAccepted |
Description | Retrieve the curator's previous curation, and these curations are all the best and can ultimately claim rewards |
Authorization | Not required |
Method |
|
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/open_curation/curator/accepted?profileId=36113&cursor=0
Response
Last updated