Get balance per Currency.
Name | Description |
---|---|
correlationId *
string
(query)
|
Random UUID, act as unique identifier of the request logs.
|
user-agent *
string
(header)
|
Some name for app that use API
|
ex-access-key *
string
(header)
|
The api key as a string.
|
ex-access-sign *
string
(header)
|
The ex-access-sign header is generated by creating a sha256 RSA signature using the private key on the concatenated string (nonce + timestamp) (where ‘+’ represents string concatenation) and base64-encode the output. The timestamp value is the same as the ex-access-timestamp header.
|
ex-access-nonce *
string
(header)
|
Random 5 digit number (10000 – 99999).
|
ex-access-timestamp *
string
(header)
|
The (unix)timestamp that was used to generate your signature.
|
Responses
Code | Description | Links |
200 |
OK
[
{
"currency": "BTC",
"balance": "0.0000000000000000",
"available": "0.0000000000000000",
"locked": "0.0000000000000000"
},
{
"currency": "USD",
"balance": "80.2301373066930000",
"available": "79.2266348066930000",
"locked": "1.0035025000000000"
}
]
|
No links |