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
per_page*
String
page*
String
Headers
Authorization*
String
jwt token
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
per_page*
String
page*
String
Headers
Authorization*
String
jwt token
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
Authorization*
String
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
Authorization*
String
jwt token
Request Body
staking_plan_id*
String
amount*
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
Authorization*
String
jwt token
Request Body
amount*
String
currency*
String
Last updated