The new API provides additional functionality as well as enhancements of existing processes.
Documentation for the new API is available here.
This page will provide basic documentation on using the CoinSpot API.
To use this API you need to generate an API key, you generate your API key from the settings page in your account. Please note that you must be registered customer to use the API, registering is free and only takes a minute, you can register here.
Important things to note
All requests and responses will be JSON
All requests will be made with the POST method.
Requests are limited to 1000 requests per minute.
The endpoint for the API is https://www.coinspot.com.au/api
The endpoint for the Public API is https://www.coinspot.com.au/pubapi
Read Only API
We have a Read Only API available, you can read the documentation for the read only API here.
We currently have a node.js SDK, if you are interested in getting an SDK in another language Contact us
The API is secured using by using the shared secret key to create a HMAC with the SHA512 cryptographic hash function. Hash-based message authentication code (HMAC) is a mechanism for calculating a message authentication code involving a hash function in combination with a secret key. This can be used to verify the integrity and authenticity of a a message.
All requests to the API will need to include the following security data.
A list of your open orders by coin type, it will return a maximum of 100 results
We have a Read Only API available.
To use this API, you need to generate a Read Only API key from the settings page.
Important things to note about the read only API
All requests and responses will be JSON.
All requests will be made with the POST method.
The endpoint for the Read Only API is https://www.coinspot.com.au/api/ro