The rest API can be accessed on an endpoint of the form:
Where
<host> is the hostname or IP address of the server
[:<port>] is an option port number on the server
<script> is the CGI script for the environment (typically live, test, etc.)
For example, https://coins.coinscloud.com/env/live/rest
If you type the REST URL in to a browser then you will be prompted to login to COINS with a COINS user ID and password using basic browser authentication.
In order for the authentication to work, the SY parameter PWDHASH must be set to a value other than blank.
If a valid user and password are entered, then you will see the COINS REST API documentation page. This will allow you to navigate to all the REST API pages showing details of the data requirements for each API.


