Skip to Content
๐Ÿš€ Spot APIGetting Started

Quick Start

๐Ÿ“‹ Table of Contents

๐Ÿ“ Changelog

Specific update records to be added


๐Ÿ“– Documentation

This document describes the REST API for BitTap Open API.

BitTap Open API provides programmatic access to BitTap trading functionality. All requests should be sent via HTTPS. All data is returned in JSON format.

** URLs: **

  • API URL: https://openapi.bittap.com
  • Public URL: https://api.bittap.com

** Rate Limits: **

  • 600 requests per minute
  • 10 requests per second

๐Ÿš€ Quick Start

API Basic Information

Supported HTTP Methods:

  • GET - Retrieve data
  • POST - Create data
  • PUT - Update data
  • DELETE - Delete data

Request Format:

  • Content-Type: application/json (only for POST/PUT requests)
  • All non-public API requests require authentication information

Response Format:

{ "code": "0", "data": {}, "msg": "Request successful", "success": true }

๐Ÿ”ง API Basic Information

HTTP Status Codes
CodeDescription
200Request successful
400Request parameter error
401Authentication failed
403Insufficient permissions
404Resource not found
429Request rate limit exceeded
500Internal server error
API Error Code Format
{ "code": "10001", "msg": "Parameter error", "success": false }
Access Restrictions

Specific access restriction details to be added

Last updated on: