API DocumentationDeveloper Guide

Integrate BitXChange cryptocurrency exchange services into your application with our comprehensive REST API.

Documentation

BitXChange API Documentation

Welcome to the BitXChange API documentation. Our API provides a comprehensive solution for cryptocurrency exchange services, allowing partners to integrate our trading capabilities into their applications.

Quick Start

  • • Get your API credentials from the dashboard
  • • Make your first API call to test connectivity
  • • Explore available cryptocurrencies
  • • Create your first exchange order

Base URL

https://bitxchange.com/api

All API endpoints are relative to this base URL

Available Endpoints

Public Endpoints

  • • GET /api/crypto - Get all cryptos detailed
  • • GET /api/crypto/limits - Get all crypto limits
  • • GET /api/crypto/tickers - Get all crypto tickers
  • • GET /api/network - Get all networks
  • • GET /api/price - Get price
  • • GET /api/rates - Get rates
  • • GET /api/rates/xml - New rates
  • • POST /api/order - Create order
  • • GET /api/order/{id} - Get order by ID