Skip to main content
GET
/
auctions
cURL
curl --request GET \
  --url https://api.long.xyz/v1/auctions/ \
  --header 'X-API-KEY: <api-key>'
{
  "result": [
    {
      "auction_pool_address": "<string>",
      "auction_pool_id": "<string>",
      "auction_base_token_name": "<string>",
      "auction_base_token_symbol": "<string>",
      "auction_base_token_address": "<string>",
      "auction_quote_token_name": "<string>",
      "auction_quote_token_symbol": "<string>",
      "auction_quote_token_address": "<string>"
    }
  ]
}

Authorizations

X-API-KEY
string
header
required

API key for authentication

Query Parameters

chainId
integer | null
default:8453

The chain ID of the auctions to list

Response

200 - application/json

200

result
object[]
required