Trading / Overview and API Structure

Overview and API Structure

A key feature of lemon.markets is the possibility to conveniently place orders via our Trading API. This chapter is concerned with giving you an overview of all aspects regarding trading.

General Things

We distinguish between Paper Trading and Live Trading. The Paper Trading Environment lets you test your trading projects risk-free with 100,000€ paper money. The Paper Trading API can be reached via the URL:

https://paper-trading.lemon.markets/v1

To use the Live Trading Environment, you need to open a brokerage account with our partner Baader Bank. The Live Trading API can be reached to trade with real money via the URL:

https://trading.lemon.markets/v1

In general, the structure of the Trading API is designed like this:

Authentication Process

Try it out

Use our Postman Collection to conveniently try out all endpoints in the Trading API

Run in Postman