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
  • Staking wallet
  • Staking Wallet
  • Staking Plans
  • Staking Plans
  • User Stake Data
  • User Stake Data
  • Staking Subscribe
  • Staking Subscribe
  • Staking Transfer
  • Staking Tranfer
  1. API Reference
  2. Private APIs
  3. Wallet

Staking

Staking is a process in which individuals who hold a particular cryptocurrency actively participate in the validation and security of a blockchain network.

Staking wallet

Staking Wallet

GET {{BASE_NODE_URL}}/staking/stake-wallet?per_page=10&page=1

Staking wallets allow users to hold and "stake" their cryptocurrency tokens, contributing to network security and validation while earning rewards in return.

Query Parameters

Name
Type
Description

per_page*

String

page*

String

Headers

Name
Type
Description

Authorization*

String

jwt token

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

Staking Plans

Staking Plans

GET {{BASE_NODE_URL}}/staking/myplans?per_page=10&page=1

In this we have time period of staking plans data.

Query Parameters

Name
Type
Description

per_page*

String

page*

String

Headers

Name
Type
Description

Authorization*

String

jwt token

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

User Stake Data

User Stake Data

GET {{BASE_NODE_URL}}/staking/userstake

User stake data is that data which belongs to user all staking data.

Headers

Name
Type
Description

Authorization*

String

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

Staking Subscribe

Staking Subscribe

POST {{BASE_NODE_URL}}/staking/subscribe

It seems like you're interested in subscribing to a staking service or platform where you can participate in cryptocurrency staking.

Headers

Name
Type
Description

Authorization*

String

jwt token

Request Body

Name
Type
Description

staking_plan_id*

String

amount*

String

{
    "status_code": "Integer", // 1
    "status_text": "String", // Success
    "message": "String"
}
{
    "status_code": "Integer", // 0
    "status_text": "String", // Failed
    "message": "String"
}

Staking Transfer

Staking Tranfer

POST {{BASE_NODE_URL}}/staking/portfolio-transfer

In this API we redeem staking reward balance and send this balance to user spot balance.

Headers

Name
Type
Description

Authorization*

String

jwt token

Request Body

Name
Type
Description

amount*

String

currency*

String

{
    "status_code": "Integer", // 1
    "status_text": "String", // Success
    "message": "String"
}
{
    "status_code": "Integer", // 0
    "status_text": "String", // Failed
    "message": "String"
}

PreviousFiat And SpotNextOthers

Last updated 6 months ago