List all auctions for an integrator
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>" } ] }
API key for authentication
The chain ID of the auctions to list
200
Show child attributes