GetLensBidsConfirmingCreated
API
API | /v2/lens/get_bids_confirming_created |
---|---|
Title | GetLensBidsConfirmingCreated |
Description | After bidders creating and submitting a bid to curator, it needs to be confirmed by the Polygon network. In order 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 created by bidders. |
Authorization | Not required |
Method |
|
Request Parameters
At least one of addresses and profileIds needs to be filled.
Name | Type | Required | Description |
---|---|---|---|
addresses | string[] | NO | The EVM-compatible address list of the bidders |
profileIds | int[] | NO | The lens profile id list of the bidders |
Parameter Content Type
application/json
Request and Response Example
Request
cURL Code
Request URL
https://api.tako.so/v2/lens/get_bids_confirming_created
Response
Last updated