Skip to content

Commit

Permalink
feat: update init-configure (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
GannicusZhou authored Jan 4, 2024
1 parent 98d4e6b commit 5a22e08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ yarn add kucoin-node-sdk

## Init Configure
```
{
module.exports = {
baseUrl: '',
apiAuth: {
key: '', // KC-API-KEY
secret: '', // API-Secret
passphrase: '', // KC-API-PASSPHRASE
},
authVersion: 2, // KC-API-KEY-VERSION. Notice: for v2 API-KEY, not required for v1 version.
}
};
```
You can use `baseUrl` method to change evironment.
| **Environment** | **BaseUri** |
Expand Down

0 comments on commit 5a22e08

Please sign in to comment.