mirror of
https://github.com/JKorf/CryptoExchange.Net
synced 2026-04-13 00:22:22 +00:00
wip
This commit is contained in:
parent
d25df43ba4
commit
f977290878
@ -3,9 +3,11 @@
|
||||
"ExchangeApiOptions": {
|
||||
// API credentials for both REST and Websocket client
|
||||
"ApiCredentials": {
|
||||
"Key": "APIKEY",
|
||||
"Secret": "SECRET",
|
||||
"PassPhrase": "Phrase" // Optional passphrase for exchanges which need it
|
||||
"HMAC": {
|
||||
"Key": "APIKEY",
|
||||
"Secret": "SECRET",
|
||||
"PassPhrase": "Phrase" // Optional passphrase for exchanges which need it
|
||||
}
|
||||
},
|
||||
// Set the environment by name
|
||||
"Environment": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user