API
#
Quick Setup Guide to Kollider’s API v1Our API v1 is out! Getting started is very easy.
#
RegisterFirst, you'll have to register or log in to Kollider to generate your API keys.
#
Go to the DashboardOn pro.kollider.xyz you’ll see a link to the 'Dashboard' on the top-right corner. If you don’t see it immediately, try expanding the window size.
#
Go to the Developer SettingsDeveloper settings are the last option of the dashboard menu, toward the bottom-left corner.
#
Generate a KeyIt might be a good idea to give your initial key the least amount of permission needed, which is the ViewOnly
.
For reference, this is what each level allows:
ViewOnly
- view all of the data and your orders, but it does not let you send orders out for tradingTrade
- everythingViewOnly
can do + send, modify, and cancel ordersTransfer
- everythingTrade
andViewOnly
can do + deposit and withdraw using the API key
#
Store Your Credentials Securely.You will receive a key and a secret. This is the only time you will see the secret, so make sure you store it safely. The API key, secret, and passphrase are not stored on our servers and are only shown to you once, so again please make sure you store them securely now.
That’s it! You can now try your API key. If you want to just get started, you can use these for educational purposes (we can’t guarantee anything about this, so please use with caution!).
In the Example Market Maker, you will see a config.yaml
where you can input your API credentials.