{"success":true,"name":"CookieSwap API","baseUrl":"https://api.cookieswap.fun","description":"CookieSwap public API for market data, indexed events, aggregator quotes, and token verification.","marketData":{"dexKey":"cookieswap","endpoints":[{"method":"GET","path":"/latest-block","description":"Latest block available to the indexed events endpoint."},{"method":"GET","path":"/asset?id={mint}","description":"Cookie Chain asset metadata by token mint."},{"method":"GET","path":"/pair?id={marketId}","description":"CookieSwap CPAMM/BAMM pair metadata by market id."},{"method":"GET","path":"/events?fromBlock={fromBlock}&toBlock={toBlock}","description":"CookieSwap CPAMM/BAMM join/swap/exit events for indexed market data."}]},"swapAggregator":{"endpoints":[{"method":"GET","path":"/swap/quote?inputMint={mint}&outputMint={mint}&amount={amount}&slippageBps={bps}","description":"Returns the best CookieSwap aggregator route using CookieSwap CPAMM, BAMM, and other markets."}]},"verifiedTokens":{"endpoints":[{"method":"GET","path":"/verify/tokens","description":"Returns the public CookieSwap verified token list."},{"method":"GET","path":"/verify/tokens/{mint}","description":"Checks whether a specific token mint is verified by CookieSwap."}]}}