Skip to content

Commit

Permalink
Gate.io: fix private urls
Browse files Browse the repository at this point in the history
  • Loading branch information
phips28 authored Mar 15, 2022
1 parent 04a8c5b commit 5298a99
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions js/gateio.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ module.exports = class gateio extends Exchange {
'options': 'https://api.gateio.ws/api/v4',
},
'private': {
'withdrawals': 'https://api.gateio.ws/api/v4',
'wallet': 'https://api.gateio.ws/api/v4',
'futures': 'https://api.gateio.ws/api/v4',
'margin': 'https://api.gateio.ws/api/v4',
'delivery': 'https://api.gateio.ws/api/v4',
Expand Down

0 comments on commit 5298a99

Please sign in to comment.