Tako Protocol
  • What is Tako?
  • Social Abstract Account
  • Social Legos
    • On-Chain Reputation
    • Farcaster
  • Monetization
    • Profile as an asset
      • Introduction
      • API Overview
      • For Farcaster dApp
        • Deployed Contract Address
        • Contract Specification
          • ProfileMarketV1
          • FarcasterKey
        • APIs
          • GetBuyPrice
          • GetBuyPriceAfterFee
          • GetSellPrice
          • GetSellPriceAfterFee
          • Discover
          • Explore
          • GetCommentsOnFarcaster
          • GetCommentsOnLens
          • GetHolders
          • GetAssets
          • GetProfileAndKey
          • GetActivated
          • GetHoldersByAddress
          • GetHoldingByAddress
          • GetKeyInfo
          • GetTrending
          • GetTrendingVolume
          • GetTradesLatest
          • GetTradesList
          • GetClaimable
    • Open Curation
      • Introduction
      • API Overview
      • For Lens dApp
        • Deployed Contract Address
        • Contract Specification
          • Enums and Structs
          • Owner Functions
          • Governance Functions
          • Bid Functions
          • Curate Functions
          • View Functions
        • APIs
          • GetWhitelistInfo
          • CheckOnchainTX
          • getOpenCurationCuratorAccepted
          • getOpenCurationBidsCreated
          • getOpenCurationBidsConfirmingCreated
          • getOpenCurationBidsPassed
          • getOpenCurationRecentActiveCurators
          • GetBidsFeed
          • verifyOpenCurationBid
          • getOpenCurationBidsCreatedStats
          • getOpenCurationCuratorLastBidPrice
          • registerOpenCuration
          • getOpenCurationIdIndexPairs
        • SDK
          • Installing the SDK
          • allBids
          • takoHubInfo()
          • generateBidAbiData()
          • generateBidBatchAbiData()
          • estimateGas()
          • generateTransaction()
          • register()
          • verifyBid()
          • generateClaimRewardAbiData()
          • curatorStatus()
    • Peer-to-Peer Curation
      • Introduction
      • API Overview
      • For Lens dApp
        • Deployed Contract Address
        • Contract Specification
          • Enums and Structs
          • Owner Functions
          • Governance Functions
          • Bid Functions
          • Curate Functions
          • View Functions
        • APIs
          • GetToken
          • RefreshToken
          • GetWhitelistInfo
          • SearchProfile
          • CheckOnchainTX
          • GetRecentActiveCurators
          • ActiveStatistics
          • GetLensCuratorAccepted
          • GetLensBidsCreated
          • GetLensBidsReceived
          • GetLensBidsConfirmingCreated
          • GetLensBidsConfirmingReceived
          • VerifyLensBid
          • IgnoreLensBid
          • GetLensBidsIgnored
          • GetLensBidsCreatedStats
          • GetLensBidsReceivedStats
          • GetLensCuratorLastBidPrice
          • GetLensPubIndexPairs
          • GetLensPubIds
      • For Farcaster dApp
        • Deployed Contract Address
        • Contract Specification
          • Enums and Structs
          • Owner Functions
          • Governance Functions
          • Bid Functions
          • Curate Functions
          • View Functions
        • APIs
          • GetToken
          • RefreshToken
          • GetWhitelistInfo
          • SearchProfile
          • CheckOnchainTX
          • GetRecentActiveCurators
          • ActiveStatistics
          • GetFarcasterCuratorAccepted
          • GetFarcasterBidsCreated
          • GetFarcasterBidsReceived
          • GetFarcasterBidsConfirmingReceived
          • VerifyFarcasterBid
          • IgnoreFarcasterBid
          • GetFarcasterBidsIgnored
          • GetFarcasterBidsCreatedStats
          • GetFarcasterBidsReceivedStats
          • GetFarcasterCuratorLastBidPrice
          • GetFarcasterEngagement
          • GetFarcasterPubIndexPairs
  • Links
    • Github
    • Twitter
    • Brand kit
Powered by GitBook
On this page
  • API
  • Request Parameters
  • Parameter Content Type
  • Request and Response Example
  • Request
  • Response
  1. Monetization
  2. Peer-to-Peer Curation
  3. For Farcaster dApp
  4. APIs

GetRecentActiveCurators

API

API
/v2/{ecosystem}/recent/curators

Title

GetRecentActiveCurators

Description

Retrieve the recent profiles that have received and accepted bids

Authorization

Not required

Method

GET

Request Parameters

Name
Type
Required
Description

ecosystem

string

YES

"lens" or "farcaster"

Parameter Content Type

application/json

Request and Response Example

Request

cURL Code

curl -X 'GET' \
  'https://api.tako.so/v2/lens/recent/curators' \
  -H 'accept: application/json'

Request URL

https://api.tako.so/v2/lens/recent/curators

Response

{
  "status": "success",
  "data": [
    {
      "item": {
        "id": 40,
        "index": 0,
        "ignores": null,
        "platform_type": "",
        "content_uri": "",
        "bid_token": "",
        "bid_address": "",
        "bid_amount": "100000000000000",
        "bid_expires": 0,
        "to_profiles": null,
        "curator_profile_id": 34550,
        "curator_pub_id": "",
        "bid_type": "",
        "others": null,
        "events": null,
        "create_at": 0,
        "update_at": 1693559472
      },
      "profile": {
        "id": "0x86f6",
        "name": "sparks",
        "bio": "",
        "attributes": [
          {
            "displayType": null,
            "traitType": null,
            "key": "app",
            "value": "Lenster"
          }
        ],
        "followNftAddress": "0xDa9594313EA5e45cCE569DEb9C0845de463F83ad",
        "metadata": "https://arweave.net/9glSzgWC0uJYH8pAhKKSCZb70OP6vpL1cYSOCLTTiz4",
        "isDefault": false,
        "picture": {
          "__typename": "MediaSet",
          "original": {
            "mimeType": null,
            "url": "https://ik.imagekit.io/lens/media-snapshot/a2af6746a6b3db597ba37e29b198185f7cbb4a87aaabda0510a54e0bbbdd57e8.jpg"
          }
        },
        "handle": "sparks.test",
        "coverPicture": null,
        "ownedBy": "0x26994399D0b5298262959493FD8f903B40E7F65d",
        "dispatcher": {
          "address": "0x6C1e1bC39b13f9E0Af9424D76De899203F47755F"
        },
        "stats": {
          "totalFollowers": 1,
          "totalFollowing": 0,
          "totalPosts": 74,
          "totalComments": 21,
          "totalMirrors": 28,
          "totalPublications": 123,
          "totalCollects": 0
        },
        "followModule": null
      },
      "curator_info": {
        "last_bid_price": "100000000000000"
      }
    },
    {
      "item": {
        "id": 30,
        "index": 0,
        "ignores": null,
        "platform_type": "",
        "content_uri": "",
        "bid_token": "",
        "bid_address": "",
        "bid_amount": "1200000000000000",
        "bid_expires": 0,
        "to_profiles": null,
        "curator_profile_id": 36113,
        "curator_pub_id": "",
        "bid_type": "",
        "others": null,
        "events": null,
        "create_at": 0,
        "update_at": 1692948703
      },
      "profile": {
        "id": "0x8d11",
        "name": "",
        "bio": "",
        "attributes": [],
        "followNftAddress": null,
        "metadata": "",
        "isDefault": false,
        "picture": null,
        "handle": "curator1.test",
        "coverPicture": null,
        "ownedBy": "0x87A4798567135aD8fF1d380df18DBb63dD2771c8",
        "dispatcher": {
          "address": ""
        },
        "stats": {
          "totalFollowers": 0,
          "totalFollowing": 0,
          "totalPosts": 2,
          "totalComments": 0,
          "totalMirrors": 6,
          "totalPublications": 8,
          "totalCollects": 0
        },
        "followModule": null
      },
      "curator_info": {
        "last_bid_price": "1200000000000000"
      }
    },
    {
      "item": {
        "id": 12,
        "index": 0,
        "ignores": null,
        "platform_type": "",
        "content_uri": "",
        "bid_token": "",
        "bid_address": "",
        "bid_amount": "0",
        "bid_expires": 0,
        "to_profiles": null,
        "curator_profile_id": 35463,
        "curator_pub_id": "",
        "bid_type": "",
        "others": null,
        "events": null,
        "create_at": 0,
        "update_at": 1692869635
      },
      "profile": {
        "id": "0x8a87",
        "name": "Angela",
        "bio": "Aw",
        "attributes": [],
        "followNftAddress": "0xC0996FB9F5B1306A36400005E6DC06428B54F6ab",
        "metadata": "https://arweave.net/LDwPgZXtg1kXZYa8LnWsX1Z7d2yLqMnD-7s6iQVGL2c",
        "isDefault": false,
        "picture": {
          "__typename": "MediaSet",
          "original": {
            "mimeType": null,
            "url": "https://ik.imagekit.io/lens/media-snapshot/bc9da677d0e35af515d8d4b558ac75cd5786444ef355c624003441d1e01d8354.png"
          }
        },
        "handle": "angelaa.test",
        "coverPicture": null,
        "ownedBy": "0xB6110344798b08f2bBC3FF82d0BA094e38D50f7f",
        "dispatcher": {
          "address": ""
        },
        "stats": {
          "totalFollowers": 0,
          "totalFollowing": 0,
          "totalPosts": 3,
          "totalComments": 2,
          "totalMirrors": 1,
          "totalPublications": 6,
          "totalCollects": 1
        },
        "followModule": null
      },
      "curator_info": {
        "last_bid_price": "0"
      }
    },
    {
      "item": {
        "id": 4,
        "index": 0,
        "ignores": null,
        "platform_type": "",
        "content_uri": "",
        "bid_token": "",
        "bid_address": "",
        "bid_amount": "20000000000000000",
        "bid_expires": 0,
        "to_profiles": null,
        "curator_profile_id": 34370,
        "curator_pub_id": "",
        "bid_type": "",
        "others": null,
        "events": null,
        "create_at": 0,
        "update_at": 1692867175
      },
      "profile": {
        "id": "0x8642",
        "name": "",
        "bio": "",
        "attributes": [],
        "followNftAddress": "0x035E2b571d98Ef238fD8C12D263B6f1726317a0b",
        "metadata": "",
        "isDefault": false,
        "picture": null,
        "handle": "lenstest1111.test",
        "coverPicture": null,
        "ownedBy": "0x793eC059cCc2Ceeb8c6748111550b23c4e0072Bb",
        "dispatcher": {
          "address": "0x6C1e1bC39b13f9E0Af9424D76De899203F47755F"
        },
        "stats": {
          "totalFollowers": 1,
          "totalFollowing": 0,
          "totalPosts": 27,
          "totalComments": 9,
          "totalMirrors": 31,
          "totalPublications": 67,
          "totalCollects": 0
        },
        "followModule": null
      },
      "curator_info": {
        "last_bid_price": "20000000000000000"
      }
    }
  ]
}
PreviousCheckOnchainTXNextActiveStatistics

Last updated 1 year ago