Install Plugins
There are two different ways to install a custom plugin:
- Operator Control Panel
- API
To install a plugin through the Operator Control Panel, you will have to upload the plugin JSON file.
First, go to the
Plugins
section of the Operator Control Panel and click on the My plugins
tab.
Once there, you will be able to see the green button
ADD THIRD PARTY PLUGIN

First, you will be asked to confirm that you will like to install a third-party plugin. Then, you will be able to upload the JSON file.


If the uploaded file has the correct format, you will once again be asked to confirm the process by typing in
I UNDERSTAND
. Once confirmed, your plugin will be installed on your exchange.
To install a plugin through the API, you can use the endpoint
POST <API_URL>/plugins
with the plugin JSON object above passed as the request body. post
https://<API_URL>
/plugins
Install Plugin
Last modified 2mo ago