Affiliate

GET Affiliate Info

circle-info

Please refer to the official BloFin API Docs for the Required parameters.

https://docs.blofin.com/index.html#get-affiliate-infoarrow-up-right

Function Name:

getAffiliateInfo()

Usage:

import { createExchange } from "./exchanges/exchange.js";

   let myBlofinExchange  = createExchange({
      exchange: "blofin",
      authenticate: "true",
      key: "myKey",
      secret: "mySecret",
      passphrase: "myPassphrase",
      label: "blofin"
  });

async function getAffiliateInfo(exchange, options) {
    try {
        let result = await exchange.getAffiliateInfo(options);
        console.log(result);
    } catch (error) {
        console.log(error.message);
    }
}

let result = await getAffiliateInfo(myBlofinExchange, 
});

GET Referral Code

circle-info

Please refer to the official BloFin API Docs for the Required parameters.

https://docs.blofin.com/index.html#get-referral-codearrow-up-right

Function Name:

Usage:

GET Direct Invitees

circle-info

Please refer to the official BloFin API Docs for the Required parameters.

https://docs.blofin.com/index.html#get-direct-inviteesarrow-up-right

Function Name:

Usage:

GET Sub Invitees

circle-info

Please refer to the official BloFin API Docs for the Required parameters.

https://docs.blofin.com/index.html#get-sub-inviteesarrow-up-right

Function Name:

Usage:

GET Sub Affiliates

circle-info

Please refer to the official BloFin API Docs for the Required parameters.

https://docs.blofin.com/index.html#get-sub-affiliatesarrow-up-right

Function Name:

Usage:

Last updated