Code Monkey home page Code Monkey logo

api's Introduction

CoinFLEX Trade Engine APIs

CoinFLEX's application programming interfaces (APIs) provide our clients programmatic access to control aspects of their accounts and to place orders on CoinFLEX's trading platforms.

CoinFLEX provides several APIs:

Using these interfaces it is possible to make both authenticated and unauthenticated API calls, with the exception of the Futures Event Stream which is authenticated only.

Access keys are available on the CoinFLEX logged-in dashboard page for verified users which, in conjunction with your account password, allow authenticated use these APIs.


General notes

To protect the performance of the system, CoinFLEX imposes certain limits on the rates at which you may issue commands to the API. Please see LIMITS.md.

All quantities and prices are transmitted and received as integers with implicit scale factors. For scale information, please see SCALE.md.

CoinFLEX has published client libraries for several popular languages to aid you in implementing your client application.


Getting started with the WebSocket API

The WebSocket API is accessible via WebSocket connection to the following URLs:

DEMO/STAGE site
wss://stgapi.coinflex.com/v1   (encrypted)

LIVE site
wss://api.coinflex.com/v1       (encrypted)

Commands, replies, and notifications traverse the WebSocket in text frames with JSON-formatted payloads.

We strongly recommend that you use TLS transport for all connections.

Click here for more details on how to use the WebSocket API

api's People

Contributors

abrkn avatar anthonycflex avatar coinflexdarran avatar colalover avatar exchangetoad avatar hokyin96 avatar jamescoinflex avatar khanh-coinflex avatar luke-coinflex avatar wcable avatar xusiang110 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.