Docs
Public Service
Public Service
Here includes some general services merchant can access for specific information.
Get RateGet Rate
The API will return an exchange rate based on the currency pair you give. To know which currency pairs we support, please contact with us.
| QUERY PARAMETERS | |
|---|---|
| fromCurrency required | string Example: Source currencyfromCurrency=EUR |
| toCurrency required | string Example: Target currencytoCurrency=USD |
| HEADER PARAMETERS | |
|---|---|
| api required | string The API Key we provide you |
| nonce required | string Current timestamp in millisecond |
| sign required | string The signature you sign |
Get wallet balances of merchant accountGet wallet balances of merchant account
The API is to query merchant wallet balances, and it only returns balances which available balance is not zero.
| QUERY PARAMETERS | |
|---|---|
| currencies required | string Example: User API key for whose balances you would like to querycurrencies=ETH,USDT,BTC |
| HEADER PARAMETERS | |
|---|---|
| api required | string The API Key we provide you |
| nonce required | string Current timestamp in millisecond |
| sign required | string The signature you sign |