Skip to main content
The Integration API lets a neobank, wallet, or fintech offer Spiral’s leveraged-yield strategies inside their own product. It’s the same audited engine the app and agents use, exposed as a plain, keyed REST API.

Base URL

https://api.spiralstake.xyz

Non-custodial

These endpoints return unsigned transactions your user signs in their own wallet. The API never signs, sends, or holds keys — you keep full custody of the signing step. You build the position; the user’s wallet authorizes it.

What you get

Discovery

Public strategy + price data to render an earn/leverage experience.

Simulation

Deterministic position previews to show users before they commit.

Execution

Unsigned open / manage / close transactions for your user to sign.

Positions

A wallet’s live positions — collateral, debt, LTV, APY.

Two access modes on one host

A key also puts your traffic on your own rate tier and attributes it for revenue share.

Get an API key

Keys are issued out-of-band. Then make your first call in the Quickstart.