We created a new open developer toolkit that helps AI agents connect to EXMO Spot trading and market data through a single structured skill.
EXMO Skills Hub is an open set of skill documents designed for AI agents that can read structured instructions and use them to call an exchange API correctly. Each skill is a self-contained “how-to” file that describes endpoints, parameters, authentication, and expected responses.
This approach makes agent behaviour more repeatable, because the agent follows a written interface.
We are launching EXMO Skills Hub with one skill, a focus on Spot trading and market data. This first release targets the most common use cases to build dashboards, assistants, and simple agent workflows around EXMO Spot.
Key notions covered by the skill:
▪️Spot market data such as ticker, orderbook, and candles
▪️Account queries such as balances, open orders, and trade history
▪️Trading actions such as creating and cancelling limit and stop-market orders
The skill is built around the official EXMO API. It uses EXMO’s signature-based authentication model, so an agent can authenticate the same way a normal API client does.
From a user’s point of view, you connect an AI agent framework to the skill file. You use EXMO API credentials, and the agent can then read data or execute actions based on the permissions you allow.
How to start using the new functionality:
▪️Install or add the skill file to your agent environment
▪️Create an EXMO API key and choose permissions
▪️Start with read-only access and test market data queries
▪️Enable trading permissions only if you explicitly need execution
This is just the first step. We are starting with one skill because it covers the core Spot building blocks that most integrations need.
If you build AI agents, trading tools, or analytics products around EXMO, you can use this skill as a clean foundation and share feedback.