spot

Manage spot orders and query market data via Crypto.com Exchange REST API.

16|12|Updated Feb 27, 2026
One-click install
npx skills add https://github.com/crypto-com/crypto-agent-trading --skill spot-crypto-com
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: spot
Source: https://github.com/crypto-com/crypto-agent-trading/tree/main/crypto-exchange
Command: npx skills add https://github.com/crypto-com/crypto-agent-trading --skill spot-crypto-com

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill enables AI agents to interact with the Crypto.com Exchange for spot trading, managing orders, and querying market and account data.

Core Features & Use Cases

  • Order Management: Place, amend, and cancel various order types (limit, market, stop-loss, OCO, etc.).
  • Market Data: Access tickers, order books, and candlestick data.
  • Account Management: Query balances, positions, and transaction history.
  • Use Case: An AI trading bot can use this skill to automatically execute a strategy by placing limit orders, monitoring their status, and adjusting them based on market movements.

Quick Start

Use the spot skill to get the current ticker for BTC_USD.

Frequently Asked Questions about spot

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate spot trading order placement on Crypto.com Exchange?

This Skill provides programmatic access to Crypto.com Exchange spot trading via its REST API, allowing you to place, modify, and cancel various order types like limit, market, stop-loss, and OCO orders.

Do I need API keys to query Crypto.com Exchange account balances and market data?

Yes, you need an API key and secret for authenticated requests to query account balances, retrieve transaction history, and access market data like tickers, order books, and candlestick data from the Crypto.com Exchange.

What types of spot trading orders can I manage through the Crypto.com Exchange API?

Through the Crypto.com Exchange API, you can manage multiple spot trading order types including limit, market, stop-loss, and OCO orders, supporting full order lifecycle management from placement to cancellation and amendment.

Can an AI agent use this to build a crypto trading bot for the Crypto.com Exchange?

Yes, an AI trading bot can use this Skill to automatically execute trading strategies by placing limit orders, monitoring their status, retrieving market data, and adjusting orders based on real-time crypto market movements.

Does the Crypto.com Exchange spot trading API documentation cover authentication and edge cases?

The Skill provides comprehensive documentation on REST API parameters, authentication methods using API keys and secrets, and edge cases, ensuring proper handling of spot trading requests and order management operations.