voiceTrade

Creates voice (manual) trade. Available only for makers.

POST api/voiceTrade

{
    "counterpartyId": 25,
    "instrument": "BTC-USD",
    "clientOrderId": 123456789,
    "price": 999900000000,
    "size": 10000000,
    "side": "bid",
}

Request parameters

Response description

The operation produces a deal in feeds 'P' and 'O'.

Last updated