Ethfinex Trustless
This Ethfinex trustless API is designed to allow access to submit, cancel and query placed orders onto the shared Bitfinex/Ethfinex order book, whilst keeping full custody of funds and authenticating only using an Ethereum account. Using this API anyone is able to create and integrate their own interfaces, or run trading algorithms whilst keeping control of their funds in a personal Ethereum…
Ethfinex Trustless endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
GetOpenOrders /r/orders/:symbol? |
|
| POST |
SubmitOrder /w/on |
The submit order endpoint requires an order prepared in a certain message format. This message format matches that defined by… |
| POST |
CancelOrder /w/oc |
To cancel an order, the order ID must be signed as follows, and included in the signature field: ```javascript const sig = await efx.sign(parseInt(orderId).toString(16)) const… |
| POST |
ReleaseTokens /w/releaseTokens |
Requests an early unlock signature for the specified addresses, allowing tokens to be withdrawn before the locktime is over. The response should include A) `releaseSignature` B)… |
| POST |
GetOrderHistory /r/orders/hist |
```javascript const token = ((Date.now() / 1000) + 60 * 60 * 24) + '' const signature = await efx.sign(token.toString(16)) ``` |
| POST |
GetConfig /r/get/conf |
Several Ethereum addresses are required when constructing orders to sign and submit. Tradable pairs can also be retrieved, with corresponding minimum order sizes and decimals for… |
| GET |
GetVolume /r/volume/2019/01/01 |
Requests an volume by day, for instance: https://api.ethfinex.com/trustless/v1/r/volume/2019/01/01 will details regarding the volume for 01/01/2019 |
Ethfinex Trustless pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|