id | title | description |
---|---|---|
getting-started |
Getting Started |
Exchange JSON-RPC Getting Started Guide |
THIS RPC IS BUILD SPECIFICALLY FOR THE NEEDS OF AN EXCHANGE. The JSON-RPC was created to aid organizations with the integration of ARK in their existing RPC based infrastructure. If you do not have any restrictions in your IT architecture, we recommend using the Public API over the JSON-RPC. All operations provided by the JSON-RPC can be performed using the public API.
{% hint style="danger" %}
All HTTP requests have to be sent with the Content-Type: application/json
header. If the header is not present, it will result in malformed responses or request rejections.
{% endhint %}