verifyOpenCurationBid
API
Title
verifyOpenCurationBid
Description
Verify if the curator's task is completed and the curation has the best effect. The evaluation criteria for the effect are the highest sum of mirror and comment quantities in the curation quotes.
Authorization
Not required
Method
POST
Request Parameters
address
string
YES
The curator’s EVM-compatible address
index
int
NO
The index of bid
pubId
string
YES
The id of publication created by the curator
Request and Response Example
Request
cURL Code
Request URL
https://api.tako.so/v2/lens/open_curation/verify_bid
Response
When calling the loanWithSig
method in the contract, you need to pass the signature
and relayer
from the response as parameters to loanWithSig
. Please refer to the contract method for specific details.
The loanWithSig
method in the contract is used to allow a curator to claim their reward when their curation is evaluated as the best after the curation is completed.
Last updated