-
Notifications
You must be signed in to change notification settings - Fork 1
Call mode description
bitstarcom edited this page Jun 27, 2017
·
1 revision
-
ALL URI start with “https://www.bitstar.com/api/v1/” 。
-
The return value format is Json String。
-
Business related parameters put in the URI,and the user authentication parameters put in the Params,
Access to public information using the Get mode, don't need to add authentication parameters,
Personal information acquisition and business operation using Post mode, and need to add authentication parameters。 -
The authentication parameters include accessKey parameter and signData parameter
accessKey need to add in the web application,and get the SecretKey。 -
signData parameter generating mode:
[signData] = Md5 ( [URI]+’/’+[SecretKey] ),
and the [URI] start with “/api/v1/”,not include “https://www.bitstar.com”。