Skip to content
This repository was archived by the owner on Apr 11, 2023. It is now read-only.

Darkpool API

Christopher Almquist edited this page Feb 27, 2015 · 13 revisions

Orders

Place Order

{
    "amount": "<number>",
    "price": "<number>",
    "side": "[buy|sell]",
    "type": "[market|limit|stop]",
    "threashold": "<number>?"
}

Clone this wiki locally