GetFarcasterBidsConfirmingReceived
API
API
/v2/farcaster/get_bids_confirming_received
Title
GetFarcasterBidsConfirmingReceived
Description
After bidders create and submit a bid to the curator, it needs to be confirmed by the Polygon network. To ensure data security, a certain number of blocks will be waited for before considering the bid data to be accurate and correct. This interface is used to query confirming bids received by curators.
Authorization
Not required
Method
POST
Request Parameters
Name
Type
Required
Description
fids
int[]
NO
The Farcaster FID list of the bidders
Parameter Content Type
application/json
Request and Response Example
Request
cURL Code
Request URL
https://api.tako.so/v2/farcaster/get_bids_confirming_received
Response
Last updated