DOCS / GETTING STARTED
Build onchain products
with less glue code.
Strongtower gives your product one reliable interface for market data, wallet context, and execution across the chains your users already live on.
CHOOSE YOUR SURFACE
REST API
Query the market in one request.
Normalized asset, market, and wallet responses with predictable pagination and consistent identifiers.
View reference ↗example.ts
const market = await strongtower.market.details({
asset: "ETH",
chain: "ethereum"
});
console.log(market.price);QUICKSTART
01
Email the team ↗Request a key.
Send us a note with your product, expected volume, and the chains you care about. Developer access is free while you build.
REFERENCE