Download address of requesting source code:https://github.com/api-demo-file/api-dependent-file
Description
Open the BitzRestApi.csproj project file with VS
BitzApiRestClient.cs is a c# api implementation class
Before calling the transaction interface, please configure the following parameters.
String apiKey = ""; // Go to 'website -> API Management' to create 'API Key'
String secretKey = ""; // Go to 'website -> API Management' to create 'Secret'
String tradePwd = ""; // Trade password is required.
Run to view the demo
The demo needs to add JSON parsing package
// In VS,click the tool -> nuget package manager -> package management console, and enter the following command
Install-Package Newtonsoft.Json