Python APIs

This API is for quant traders or ML/AI researchers related to trading.

Standard provides Python API in a form of Pypy package for quant traders to integrate Standard Exchange to build trading bots.

Features

  • Enables bots to create any pair for any asset to trade

  • Enables bots to submit limit/market buy/sell orders

  • Enables bots to look at the orderbook of all assets in Standard

  • Updates bots with newest price and data with charts

  • Retrieves trading data to train bots for quant models(e.g. Hidden Markov Model(HMM))

Prerequisite

  • Only Available with web3.py installed

Repo

standard.py

Last updated