Loading...

Free Python

Save All Symbols from Bitstamp's API with Python

Save All Symbols from Bitstamp's API with Python
Getting Bitstamp Trading Pair Info
This code demonstrates in a very short number of Python code lines (and every line commented!) how to download details for all available trading tickers from the Bitstamp API and save the results to a CSV file. We will filter to only the trading pairs that are currently enabled for trading. The other fields captured and saved are: base ccy decimal places, counter currency decimal places, minimum order size, and official name.

Actual Bitstamp API documentation for full explanation of the fields (if not clear) can be found here

Live codebase Python