strongtower.Get an API key
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.

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);
01

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.

Email the team

Endpoints that map to how you think.