Get an auction by its pool address
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>" } }
API key for authentication
The chain ID of the auction to get
200
Show child attributes