Skip to main content

Digital Surge API for Developers

Build your own tools on top of your Digital Surge account — check live prices, automate trades, and connect AI agents through our API.

Written by Johnny

Digital Surge provides a public API that lets you build your own tools on top of your account. You can check live prices, track your portfolio, automate trades, generate statements, or connect an AI agent, all through simple API calls.

Full documentation, including every endpoint, request and response examples, and an interactive playground, is available at:
https://digitalsurge.com.au/docs


Public API

The public API covers market data and requires no account or API key. Anyone can use these endpoints.

  • Asset catalogue: a full list of every asset supported on the platform, along with asset categories such as DeFi, Layer 1, and Stablecoins.

  • Live ticker: current buy and sell prices for every tradeable asset.

  • Top assets summary: a curated snapshot of top gainers, top losers, newly listed assets, and most traded assets.

  • EOFY closing prices: Australian end of financial year closing prices by asset and year, useful for tax reporting.


Private API

The private API covers your own account and requires an API key with a Bearer token. You can generate a read only key for viewing data, or a read and write key if you want to place trades or manage withdrawals.

  • Trading: quote and execute instant AUD to crypto swaps at live market prices, with built in slippage protection.

  • Recurring buys: set up scheduled purchases of an asset, commonly known as dollar cost averaging.

  • Price triggers: create alerts that watch an asset and, if you choose, automatically place a trade when a set price is reached.

  • Portfolio and balances: view your holdings across every asset, along with portfolio stats such as day and total returns.

  • Transaction history: a unified view of all your transactions, plus individual wallet transaction history per asset.

  • Withdrawals and address book: manage saved withdrawal addresses, request withdrawals, and check your current transfer limits.

  • Statements: generate PDF account statements for any date range, or an EOFY closing statement for tax purposes.

  • AI agent connection: link Claude, ChatGPT, or any MCP compatible AI agent directly to your account so you can check prices, review your portfolio, and trade through natural conversation.


Getting started

  1. Log in to the Digital Surge app and create an API key, choosing either read only or read and write access.

  2. Use your key as a Bearer token to authenticate your requests.

  3. Try a public endpoint first, since price data does not require a key at all.

For the complete list of endpoints, detailed parameters, and a playground to test requests live, visit:
https://digitalsurge.com.au/docs


Need more help?

If you have any questions, please don’t hesitate to contact our support team.

Did this answer your question?