BTSE
Login
Docs
Public Service

Public Service

Here includes some general services merchant can access for specific information.

Get 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: fromCurrency=EUR
Source currency
toCurrency
required
string
Example: toCurrency=USD
Target currency
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

Responses

Get 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: currencies=ETH,USDT,BTC
User API key for whose balances you would like to query
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

Responses 2