-
Notifications
You must be signed in to change notification settings - Fork 31
Closed
Description
Dear development team,
I've been using this API to create a trader bot for some time and here is a list of missing needed functionalities and issues:
- User needs to get a list of their own active orders. There is no such thing
- For critical and sensitive functions (e.g. "market/orders/add") there must be a field of expiry for the request in a way that if the request reaches the API core too late, it won't be processed and be ignored. Trading bots need to make sure that if they didn't receive the response in a due time (i.e the expiry time) the request has been failed for sure and they send it again with confidence.
- Many APIs provide a life-time "API key" and "API secret". That is a better approach than logging in regularly.
- At the moment of writing this, after activating two-factor authentication it's impossible to log in via the API.
- There must be an API for withdrawal.
- Buyers' offers must be called "bids" and sellers' offers must be called "asks" in order books. You are using these terms the other way around!!
- Fetching order books of each market requires an individual request. For example if I need order books of "USDTIRT", "BTCIRT" and "ETHIRT" markets I have to make 3 requests. Being able to fetch them all together would be an ease of access for both the user and the server.
- Order books get updated not fast enough and sometimes according to the order book, buyers are offering a higher price than sellers; which is impossible and they should make the deal happen in real-time and get out of the list immediately (the attached photo).
Best regards, MHRJ
Metadata
Metadata
Assignees
Labels
No labels