IgnoreFarcasterBid
API
API | /v2/farcaster/ignore_bid |
---|---|
Title | IgnoreFarcasterBid |
Description | The curator can ignore some bids, which will not remove the bid data, just hidden. |
Authorization | Required. Put a key-value pair in the request body, the key is Authorization, and the value is "Bearer {token}", Use the API GetToken to acquire the token. Please read the example below for more detail. |
Method |
|
Request Parameters
Name | Type | Required | Description |
---|---|---|---|
index | int | YES | The index of bid |
fids | int[] | NO | The Farcaster FID list of the curators |
ignore | bool | NO | True indicate ignore |
Parameter Content Type
application/json
Request and Response Example
Request
cURL Code
Request URL
https://api.tako.so/v2/farcaster/ignore_bid
Response
Last updated