Introduction

API Key Setup

  • Some endpoints will require an API Key. Please refer to this page regarding API key creation.
  • Once API key is created, it is recommended to set IP restrictions on the key for security reasons.
  • Never share your API key/secret key to ANYONE.
  • If the API keys were accidentally shared, please delete them immediately and create a new key.

API Key Restrictions

  • After creating the API key, the default restrictions set will be to enable trade, allowing to make orders on the API
  • To enable withdrawals via the API, the API key restriction needs to be modified through the ticker UI.

Enabling Accounts

Spot Account

A SPOT account is provided by default upon creation of a ticker Account.

Margin Account

To enable a MARGIN account for Margin Trading, please refer to the Margin Trading Guide

SPOT Testnet

Users can use the SPOT Testnet to practice SPOT trading.

Currently, this is only available via the API.

Please refer to the SPOT Testnet page for more information and how to set up the Testnet API key.

API Library

Python connector

This is a lightweight library that works as a connector to ticker public API, written in Python.

https://github.com/ticker/ticker-connector-python

Node.js connector

This is a lightweight library that works as a connector to ticker public API, written for Node.js users.

https://github.com/ticker/ticker-connector-node