bitbankapi class : bitbankapi(string,string) fitter
Description
Gets an instance that has been set api key and secret key.
Syntax
new bitbankapi(string,string)
Arguments
Class | Name | Description |
string | apiKey | api key. |
string | secretKey | secret key. |
Return value
Class | Description |
bitbankapi | An instance that has been set api key and secret key. |
Sample code
1: | string apiKey = "3622c294-zs5m-587w-vv7j-sdf454h1sdbl"; |
2: | string secretKey = "4be789k3-dd7r-9d23-jy45-qng4c83hjk1g"; |
3: | bitbankapi bitbankapiIns = new bitbankapi(apiKey, secretKey); |
Notes
The instance returned by this fitter has been initialized and has been set api key and secret key.