Welcome to the official documentation repository for the Zebpay Spot and Futures REST APIs. This repository provides comprehensive resources for developers looking to integrate with our trading platforms via API.
Note: The Spot API documentation is currently under development. It will eventually mirror the structure of the Futures documentation.
- Spot API Base URL:
https://sapi.zebpay.com(version: v2) - Futures API Base URL:
https://futuresbe.zebpay.com(version: v1) - Getting Started (Spot): Spot Getting Started Guide
- Getting Started (Futures): Futures Getting Started Guide
This repository is organized into two main product areas:
-
- API Reference: Covers core concepts like Authentication, Data Models, Error Handling, and Rate Limits. Includes references for Public and Private endpoints.
- Client Libraries:
- Examples: (In Progress) Will include examples similar to the Futures section.
-
- API Reference: Detailed explanations of core concepts like Authentication, Data Models, Error Handling, and Rate Limits. Complete reference for all Public Endpoints (Market, System, Exchange) and Private Endpoints (Trade, Wallet).
- Client Libraries: Ready-to-use client libraries:
- REST/HTTP Clients: Node.js, Python
- CCXT Integration: Node.js (via CCXT) - Note: Integration is pending CCXT approval under the
zebpayfuturesidentifier .
- Examples: Practical code examples using
cURL, Node.js, and Python for various Public and Private endpoints.
This project is licensed under the MIT License - see the LICENSE file (if available) for details. (Assumption based on package files like )
Please refer to the contribution guidelines if you wish to contribute. For issues or questions, please open an issue in this repository.
Happy Trading!