Skip to main content

API & SDK

Temple API offers programmatic access to Temple's trading engine and market data.

Temple Canton JS (SDK) (v2)

JavaScript SDK for interacting with the Temple Canton exchange. Supports Canton Coin, USDCx, and CBTC tokens on the Canton network. Learn More here

npm install @temple-digital-group/temple-canton-js

Market Data APIs (v2)

The Temple API (v2) exposes a small set of endpoints for authentication and market data. Market data endpoints provide read-only access to live market information, including ticker data, orderbook depth, and the minimum order quantity for a given market. Access our Data API endpoints here

  • Order management: Submit, cancel, and track limit and market orders.

  • Positions: Monitor current exposure and review past executions.

  • Wallet integration: Configure wallets and fetch wallet‑specific data.

Loop SDK

For depositing/withdrawing programmatically using a non-custodian wallet. Learn more here

npm add @fivenorth/loop-sdk

Did this answer your question?