
Security News
152 Chrome Live Wallpaper Extensions Hid Ad Tracking and Faked Google Search Traffic
A network of 152 Chrome live wallpaper extensions hid ad tracking and made extension-driven traffic look like Google search clicks.
@skate-org/amm-api-v2
Advanced tools
REST clients for the Skate AMM v2 backend. All requests target the
unified base {env}.api.skatechain.org/amm-action-v2.
getAction, waitForExecuted, getPositionswapQuote, mintQuote, burnQuote,
increaseLiquidityQuote, decreaseLiquidityQuote, boostedMintQuote,
boostedRangeQuotestreamSwapQuote,
subscribeSwapQuote — the real WebSocket server is not yet ready.
Until it lands, both helpers run over HTTPS against /quote/stream/swap
(default 4 s cadence). The function signatures are stable, so when WS
ships caller code does not change — only the transport flips under the
hood.QUOTE_ENDPOINTS introspection registryfetchJson (retry / timeout / per-request hooks)ApiError, NotFoundError, NotImplementedError (all derive
from @skate-org/amm-core-v2's SdkError)pnpm add @skate-org/amm-api-v2
Peer dep: @skate-org/amm-core-v2.
import { swapQuote } from "@skate-org/amm-api-v2";
import { CHAIN } from "@skate-org/amm-core-v2";
const quote = await swapQuote(
{
srcChainId: CHAIN.ARBITRUM,
tokenA: "0xFd086bC7CD5C481DCC9C85ebE478A1C0b69FCbb9",
tokenB: "0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
amount: 100000n,
user: "0x...",
recipient: "0x...",
slippageLimit: 0.01,
},
"DEV",
);
See CHANGELOG.md for version history.
FAQs
Skate AMM v2 SDK — REST client (action, position, quote)
We found that @skate-org/amm-api-v2 demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
A network of 152 Chrome live wallpaper extensions hid ad tracking and made extension-driven traffic look like Google search clicks.

Company News
Socket’s first CISO brings deep experience securing high-growth SaaS companies as open source supply chain threats accelerate.

Company News
Replit is integrating Socket Firewall into its AI-powered development experience to help protect builders from malicious open source packages.