Get all available instuments for trade.
Name | Description |
---|---|
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 HMAC using the secret key on the prehash string (timestamp + nonce) (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)
|
An increasing integer. |
EX-ACCESS-TIMESTAMP *
string
(header)
|
The (unix)timestamp that was used to generate your signature. |
Responses
Code | Description | Links |
200 |
OK [
{
"id": "btcusd",
"name": "BTC/USD"
}
]
|
No links |