Ccxt Php

🌐Community
by ccxt · vlatest · Repository

This PHP library allows you to interact with cryptocurrency exchanges via the CCXT API, simplifying trading automation and data retrieval.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add ccxt-php npx -- -y @trustedskills/ccxt-php
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "ccxt-php": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/ccxt-php"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The ccxt-php skill enables AI agents to interact with cryptocurrency exchanges using the PHP language. It provides access to a unified interface for trading across hundreds of supported markets, allowing agents to execute orders and retrieve market data programmatically.

When to use it

  • Automating crypto trading strategies within PHP-based backend services.
  • Fetching real-time price feeds and order book data for analysis tools.
  • Integrating exchange functionality into custom financial applications built with PHP.
  • Managing account balances and executing limit or market orders via API calls.

Key capabilities

  • Unified access to hundreds of cryptocurrency exchanges.
  • Support for various order types including limit, market, and stop-loss.
  • Retrieval of historical and real-time market data.
  • Account management features such as balance checking and trade history retrieval.
  • Native PHP implementation for seamless integration with existing codebases.

Example prompts

  • "Connect to the Binance exchange using ccxt-php and fetch the current Bitcoin price."
  • "Place a limit order to buy 0.5 ETH on Kraken using my API credentials."
  • "Retrieve my total account balance across all connected exchanges via the PHP interface."

Tips & gotchas

Ensure you have valid API keys with appropriate permissions enabled for each exchange before attempting to execute trades or withdraw funds. Be aware that network latency and exchange-specific rate limits may impact the speed of order execution when using this library.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
ccxt
Installs
37

🌐 Community

Passed automated security scans.