Tradebit API V3.0
  • Introduction
  • Quick Start
  • API Reference
    • Public APIs
      • Auth
      • Crypto
      • Others
    • Private APIs
      • Common
      • Others
      • Orders
      • Support Ticket
      • Wallet
        • Withdraw
        • Fiat And Spot
        • Staking
        • Others
      • Send Token
      • Referrals
      • Profile
        • Security Verification
        • User KYC
        • Others
      • Profile Information
    • Errors Codes
Powered by GitBook
On this page
  • Get Referrals
  • User Referrals Data
  • Get ReferIncome
  • Get Refer Income
  1. API Reference
  2. Private APIs

Referrals

Referrals can be a powerful way to grow your business, increase your customer base, and build trust in your brand.

Get Referrals

User Referrals Data

GET {{BASE_URL}}/api/user/getReferrals

With the help of this API we show all referrals data.

Headers

Name
Type
Description

AuthOrization*

String

jwt token

{
    "status_code": "Integer", // 1
    "status_text": "String", // Success
    "message": "String",
    "data":"Array"
}

Get ReferIncome

Get Refer Income

GET {{BASE_NODE_URL}}/user/get/referincome?page=1&per_page=10

"ReferIncome" typically refers to income or earnings generated through a referral program or by referring others to a particular product, service, platform, or opportunity.

Query Parameters

Name
Type
Description

page*

String

per_page*

String

Headers

Name
Type
Description

Authorization

String

jwt token

{
    "status_code": "Integer", // 1
    "status_text": "String", // Success
    "message": "String",
    "data":"Object"
}

PreviousSend TokenNextProfile

Last updated 6 months ago