Attlas Exchange
  • Introduction
  • API Access
    • Access URLs
    • Endpoint Rate Limit
    • Request/Response Format
  • Spot
    • Market Data
      • Exchange Information
      • Get 24hr Ticker
      • Get all pair
      • Get Market Depth
      • Get Recent Trades
    • Websocket Market Streams
      • Market Mini Tickers Stream
      • Trade Stream
      • Order Book Update
Powered by GitBook
On this page

Was this helpful?

  1. API Access

Access URLs

Base endpoint and general informations

Access URLs

  • The base endpoint is: https://api.attlas.io/api/v1

  • All REST requests must be sent using the application/json content type. Non-HTTPS requests will be redirected to HTTPS, possibly causing functional or performance issues with your application.

  • All REST requests will result in a 200 Ok response unless there is a server or infrastructure error. The API result will be wrapped in a JSON Result object, where the status field indicates response status.

PreviousAPI AccessNextEndpoint Rate Limit

Last updated 3 years ago

Was this helpful?