Exante
HTTP client for Exante REST API version 3.0.
Example
This asynchronous example uses Tokio, so your Cargo.toml
could look like this:
[]
= "0.2.0"
= { = "1", = ["full"] }
and then the code:
use ;
async
Strings api-key and secret-key should be replaced with your own
authentication key.
More examples can be found in examples directory.
Authentication
Basic HTTP authentication scheme is used for sending requests to Exante server.
In order to generate an authentication key, please follow the steps below.
- Log in to your Exante account.
- Go to 'Settings' -> 'API Management'.
- Press 'Add API Key' button in upper right corner.
Supported endpoints
Client was implemented based on Exante REST API documentation. Version 3.0 is used for all requests.
The table below shows the currently implemented endpoints.
| API | Supported |
|---|---|
| Historical | - |
| Accounts | Yes |
| Daily change | - |
| Cross rates | Yes |
| Symbols | - |
| Live feed | - |
| Account summary | Yes |
| Transactions | Yes |
| Orders | - |
| Orders stream | - |
| Trades stream | - |