Axiom Trade API: what exists, what does not, and safer options
Short answer
Axiom has no public developer API: no API keys, no API documentation and no developer program on docs.axiom.trade as of September 17, 2026. The "Axiom API" packages online are unofficial and reverse-engineered, and they need your session tokens or email credentials to work. Builders are better served by public blockchain RPC endpoints and DEX aggregator APIs.
Developers and bot builders search for an Axiom Trade API expecting keys, endpoints and a reference page. None of that exists. As of September 17, 2026, Axiom publishes no public API, no API keys and no developer documentation. What does exist is an unofficial, reverse-engineered Python package that asks for far more access than most people realize. This page sets out the facts, the risks and the routes that work for people who want to build.
Does Axiom Trade have an API?
No. There is no public developer API for Axiom Trade. The official documentation site has no API reference, no authentication guide, no rate limits and no developer terms. The homepage and the in-app changelog, where Axiom logs its releases, do not mention one either.
The phrase does appear in Axiom's Terms, but only in one role: "application programming interfaces" is listed inside the definition of the Services. That wording describes what the Terms apply to. It is not an offer of developer access.
Like our other "no" answers, this one is based on absence. Axiom has not said it will never offer an API. If it launches one, expect it to be announced on axiom.trade, in the docs and by @AxiomExchange on X.
Can you get an Axiom Trade API key?
No. Axiom does not issue API keys, so there is no page where you can generate one. When guides talk about an "Axiom Trade API key", they nearly always mean the authentication tokens your browser holds after you log in. Copying those tokens out of the browser and into a script is not an API key system. It is handing your live session to that script.
Watch out. A session token works like being logged in. Anyone who asks you to paste tokens, cookies or text from your browser's developer tools "to create an API key" is asking for control of your account. The only official Axiom sites are axiom.trade and docs.axiom.trade. Sites such as tradeonaxiom.com that present an "Axiom API guide" are not official.
What is in the Axiom Trade docs?
The Axiom Trade docs at docs.axiom.trade are user documentation. They explain how to use the product, not how to program against it.
| Area | Topics documented |
|---|---|
| Getting started | Signup, Axiom fees and Solana network fees, the reward and point systems, the referral program |
| Finding tokens | Pulse columns and filters |
| Trading | Limit orders, migration actions, Instant Trade |
| Perpetuals | Deposits, trading on Hyperliquid, withdrawals |
| Other | Staking, Tweet Monitor, FAQs, support, Y Combinator background |
| Developer API | Nothing: no endpoints, keys, SDKs or webhooks |
Parts of the docs lag behind the app. The official FAQ still says Axiom "currently supports Solana", while the live app listed Solana, BNB Chain, Ethereum, Base, Robinhood Chain, Ink, Arc and Hyperliquid when we checked. For current behavior, the in-app changelog is more reliable. Our guide to using Axiom and fee breakdown summarize the user docs in plain language.
The unofficial Python package and its risks
The best-known "Axiom API" is axiomtradeapi, a Python package on PyPI developed in a GitHub repository by ChipaDevTeam. It is not made, reviewed or supported by Axiom. It works by reverse-engineering the private calls that the Axiom website makes to its own servers. We name it so you can recognize it, and we do not link to it.
How it gets access is the part to understand. According to the project's own material, it automates login by driving a Chrome browser past Cloudflare's Turnstile bot check, and it can fetch your email one-time codes over IMAP if you supply your mailbox password. The concrete risks:
- Session tokens in third-party code. The package, and every dependency it pulls in, handles tokens that can trade your balance. A single malicious update is enough to leak them.
- Email credentials. Giving a script your mailbox password exposes far more than Axiom: password resets for every other account run through that inbox.
- Breakage without notice. Private website calls are not a contract. Axiom can change them at any time, and a bot that fails halfway through a position is expensive.
- Possible Terms violations. Automated access and getting around bot protection may fall under the prohibited-use clauses in Axiom's Terms.
- No support. If funds are lost through unofficial tooling, neither Axiom nor the package author owes you anything.
The session-theft pattern here is the same one that hit extension users in 2026, described on our Axiom extension safety page. Code that holds your session can do anything you can do.
What do Axiom's Terms mean for automation?
Axiom's Terms, effective February 26, 2026, include prohibited-use clauses, and scripted access that defeats bot protection may breach them. We are not lawyers and the Terms do not address the unofficial package by name, so read the Terms yourself before automating anything.
Two other clauses are relevant to builders. The Terms cap Axiom's liability at $100, and they state that Axiom does not store copies of your keys or custody your tokens. Put together: if an unofficial tool misfires or leaks your session, you carry the loss.
Legitimate alternatives for builders
If you want to build a bot, dashboard or alert system, you do not need Axiom in the loop. Axiom is an interface on top of public blockchains, and the underlying data and liquidity are open to anyone.
- Public RPC endpoints. Solana and the EVM chains expose standard JSON-RPC methods for reading balances, token accounts and transactions and for submitting signed transactions. Free public endpoints exist, and paid RPC providers offer higher limits.
- DEX aggregator APIs. Several aggregators publish documented quote and swap APIs. You request a route, receive a transaction, sign it with your own key and send it. These are real, documented products with terms that allow programmatic use.
- The perps venue's own API. Axiom's perpetuals run on Hyperliquid, which publishes its own developer documentation. Trading there directly does not involve Axiom.
- A dedicated bot wallet. Whatever you build, sign with a separate wallet that holds only the funds the bot needs. Keep its key out of source control and away from your main wallet.
The trade-off is honest work: you handle slippage, priority fees, retries and MEV exposure yourself, which Axiom's interface otherwise manages for you. Our MEV protection explainer describes what those settings do.
Is there an Axiom Pro API?
No. An "Axiom Pro API" does not exist, for the same reason an Axiom Pro subscription does not exist: Axiom Pro is a label used by DefiLlama and affiliate sites for the same platform. There is no Pro tier with developer access. The background is on our Axiom Pro page.
What can you automate on Axiom without code?
Axiom's built-in tools cover the most common automation requests without exposing your session to outside code. Everything below is configured in the web interface.
- Limit orders: set buy or sell triggers with a slider or by dragging on the chart. See Axiom limit orders.
- One-click order strategies: Axiom's advanced ordering lets you buy and place your limit orders in a single click, which works like a take-profit and stop-loss ladder.
- Migration actions: buy or sell at the moment a token migrates. Covered in our Axiom sniper guide.
- Alerts: price alerts can be delivered to Discord or Telegram.
For what is and is not a bot on Axiom, including the Telegram question, read the Axiom trading bot page.
Sources: Axiom documentation and Axiom Terms of Use, checked September 17, 2026. Descriptions of the unofficial package are based on its public PyPI and GitHub pages, which we deliberately do not link.
Questions people ask
Does Axiom Trade have a public API?
No. As of September 17, 2026, docs.axiom.trade contains no developer API, no API reference and no key system. Axiom's Terms mention "application programming interfaces" only inside the general definition of its services, which does not grant developer access. Anything sold or shared as an official Axiom API is not from Axiom.
How do I get an Axiom Trade API key?
You cannot, because Axiom does not issue API keys. There is no developer dashboard or key page in the account settings described in the official docs. If a site, bot or Telegram seller offers an Axiom API key, or asks you to paste a token from your browser to generate one, treat it as an attempt to take over your session.
Where are the official Axiom Trade docs?
The official documentation is at docs.axiom.trade. It is user documentation: signup, fees, rewards, referrals, Pulse, limit orders, migration actions, perpetuals, staking and support. It is not developer documentation. Some pages are out of date, for example the FAQ still describes Axiom as Solana-only, so compare it against the live app.
Is the axiomtradeapi Python package official?
No. It is a third-party, reverse-engineered project published on PyPI and GitHub, with no connection to Axiom. It automates login by driving a Chrome browser past Cloudflare's bot check and can read your one-time login codes over IMAP if you give it your mailbox password. It can break whenever Axiom changes its site.
Is there an Axiom Pro API?
No. "Axiom Pro" is a nickname for the same Axiom platform, used by DefiLlama and affiliate sites. There is no separate Pro product, so there is no Pro API, Pro key or Pro developer tier. The answer is identical to the one for Axiom Trade: no public API exists.
Can I run a trading bot on Axiom through an API?
Not through any official route. Axiom offers built-in automation such as limit orders, migration buys and sells, and one-click order strategies, all set up in the web interface. Bots that claim to control your Axiom account do it by holding your logged-in session, which gives their code the power to trade your balance.