setLimit

Sets global limit. Only for makers and takers.

POST api/setLimit

{
    "currency": "EUR",
    "grossLimit": 15000000000000
}

Request parameters

Field nameTypeDescription

currency

string

Currency name

grossLimit

Efx::Size

Gross limit size

The user is able to set only one global limit.

Setting another limit will modify the existing one.

Last updated