getOpenCurationCuratorAccepted
API
Request Parameters
Request and Response Example
Request
cURL Code
curl -X 'GET' \
'https://api.tako.so/v2/lens/open_curation/curator/accepted?profileId=36113&cursor=0' \
-H 'accept: application/json'
Request URL
https://api.tako.so/v2/lens/open_curation/curator/accepted?profileId=36113&cursor=0
Response
{
"status": "success",
"data": {
"list": [
{
"id": 269,
"index": 0,
"content_id": "0x8d10-0x06-DA-a915e490",
"bid_token": "0x0000000000000000000000000000000000000000",
"bid_address": "0xCe41cdCCA1849CaD58DaACc6005B1990Be04e1F0",
"bid_amount": "161000000000000",
"bid_time": 1697450747,
"curator_id": 36113,
"curator_content_id": "0x8d11-0x07-DA-9f71b8a3",
"state": "",
"bid_type": "QuotedPublication",
"profile": {
"id": "0x8d11",
"name": "",
"bio": "",
"attributes": [],
"followNftAddress": null,
"metadata": "",
"isDefault": false,
"picture": null,
"handle": "curator1.test",
"coverPicture": null,
"ownedBy": "0x87A4798567135aD8fF1d380df18DBb63dD2771c8",
"dispatcher": {
"address": "0x6C1e1bC39b13f9E0Af9424D76De899203F47755F"
},
"stats": {
"totalFollowers": 0,
"totalFollowing": 0,
"totalPosts": 5,
"totalComments": 0,
"totalMirrors": 6,
"totalPublications": 11,
"totalCollects": 0
},
"followModule": null
},
"events": {
"addBidEvent": {
"state": "Pending",
"tx_hash": "0xcb487db8adbeef2ddb50f9fce6bf7d9c198637a02174e3bba78ab6ef1dcc5c8b",
"event_name": "addBidEvent",
"block_number": 41264296,
"block_timestamp": 1697450747
},
"modifiBidEventPass": {
"state": "Pass",
"tx_hash": "0x80a2cd7177c0c5e9fc2274db5e090dba610651d52622fc015caacc1e3a3ebd27",
"event_name": "modifiBidEvent",
"block_number": 41291074,
"block_timestamp": 1697512555
}
},
"create_at": 1697450747,
"update_at": 1697512555
}
],
"has_more": false,
"next_cursor": 0
}
}
Last updated