From 1ad96f8e3a656ff366df188c795a89866865e072 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Gon=C3=A7alves?= <43336371+carlosmiei@users.noreply.github.com> Date: Sun, 28 Apr 2024 08:41:30 +0100 Subject: [PATCH] feat(blofin): add query-apiKey and affiliate endpoints (#22311) --- ts/src/blofin.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ts/src/blofin.ts b/ts/src/blofin.ts index edbacab1efe0..701319dc9c6a 100644 --- a/ts/src/blofin.ts +++ b/ts/src/blofin.ts @@ -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,