VerifyFarcasterBid
API
Title
VerifyFarcasterBid
Description
It would be best to do extra work to verify whether the curate works are done. The curator can claim his reward from the booster bid after verification
Authorization
Not required
Method
POST
Request Parameters
address
string
YES
The curator’s EVM-compatible address
index
int
NO
The index of bid
hash
string
YES
The hash of publication created by the curator
Parameter Content Type
application/json
Request and Response Example
Request
cURL Code
Request URL
https://api.tako.so/v2/farcaster/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