From eb458642137172ac667a28319d05578fdfbdb034 Mon Sep 17 00:00:00 2001 From: Fernando Hidemi Uchiyama Date: Tue, 30 Jan 2018 11:31:50 -0200 Subject: [PATCH] Update on README to include the documentation link --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 30d270e..848a987 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,8 @@ function name_of_the_functions_which_the_exchange_will_invoke_when_destroying_th ### How does it work The exchange expects you to create a javascript class that implements the following [interface](https://github.com/blinktrade/algorithm-trading/blob/master/algorithm_interface.js) - +### Documentation ### +To see how to send or cancel orders or if you have any questions about the API, take a look at [Blinktrade docs](https://blinktrade.com/docs/). ### List of exchanges running blinktrade platform - [chilebit](https://chilebit.net)