Getting Started¶
Register on Midas Protocol and Vinex Network¶
Enable 2FA Authentication¶
Generate an API Key¶
To use signed account methods you are required to create an API Key.
General API Information¶
Base endpoint: https://api.vinex.network/
API Rate Limit¶
At the current time Vinex Network rate limits are:
- 5 request per second
- over 5 request will be block in 60s
- and if over again will be block in block old time + 60s
List of constants¶
- Order status
- FAILED = -1
- FENDING = 10
- FINISHED = 1
- CANCELLED = 2
- Order types
- SELL = 0
- BUY = 1
- Withdrawal status
- WAIT APPROVE = 1;
- PENDING = 2;
- SUCCESS = 3;
- PROCESSING = 7;
- FAILED = 4;
- REJECTED = 6