Skip to main content
GET
/
auctions
/
{poolAddress}
cURL
curl --request GET \
  --url https://api.long.xyz/v1/auctions/{poolAddress} \
  --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

Path Parameters

Query Parameters

chainId
integer | null
default:8453

The chain ID of the auction to get

Response

200 - application/json

200

result
object
required