Coinlocally Docs
API Document
API Document
  • Introduction
    • API Basic Information
    • HTTP Error Codes
    • General Information
    • Limits
    • Endpoint Security Type
    • Signature Authentication
    • Timing Security
    • SIGNED Endpoint Example
  • Changelog
  • Spot
    • Public
    • Market
    • Trade
    • Account
  • Futures
    • Public
    • Market
    • Trade
    • Account
  • Margin
  • Withdraw
  • WebSocket
    • Spot
    • Futures
  • Official SDK
  • Enums
  • Error
  • FAQ
Powered by GitBook
On this page
  1. Introduction

Limits

  • Access restrictions are enforced based on IP address or user account (UID), not by API Key.

  • IP-based and UID-based rate limits are tracked independently.

  • Rate Limits:

    • Per IP: Up to 12,000 weight units per minute

    • Per UID: Up to 60,000 weight units per minute

  • Each endpoint will specify:

    • Whether rate limiting is based on IP or UID

    • The weight assigned to each request

    • A rate limit description is beneath the endpoint details

  • If either rate limit is exceeded, a 429 Too Many Requests error will be returned.

PreviousGeneral InformationNextEndpoint Security Type

Last updated 18 days ago