Skip to content

Commit

Permalink
feat(blofin): add query-apiKey and affiliate endpoints (#22311)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosmiei committed Apr 28, 2024
1 parent a46afba commit 1ad96f8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ts/src/blofin.ts
Expand Up @@ -194,6 +194,8 @@ export default class blofin extends Exchange {
'trade/orders-tpsl-pending': 1,
'trade/orders-history': 1,
'trade/orders-tpsl-history': 1,
'user/query-apikey': 1,
'affiliate/basic': 1,
},
'post': {
'trade/order': 1,
Expand Down

0 comments on commit 1ad96f8

Please sign in to comment.