Questions tagged [staking]

11 questions
3
votes
1 answer

Total number of NEAR token staked in NEAR Blockchain

I need to get the total number of NEAR token staked in NEAR Blockchain programmatically, like it is shown in the NEAR explorer(https://explorer.near.org/nodes/validators). Total Staked in NEAR Blockchain NEAR provides JSON RPC…
Mithun Pal
  • 39
  • 1
1
vote
0 answers

get execution income in beaconcha API

I want to query the execution of the public key: 0xaf93696b857fb621048539d0f9ee7722d801e05cf3be3039decd17b937dd9d69f4450c407f5ae4e96d875cb754840c1c Request interface…
0
votes
0 answers

about staking on port.onflow.org

I'm writing to you because I've been delegating my tokens for over a year now. Last week I saw a request for destacking on one of my validators (I've never asked to withdraw my tokens) and today when I logged in I can't see the validator and I…
0
votes
0 answers

Staking via ledger

I am staking via ledger. Today I tried accessing my staked balance and it's only allowing me to login via ledger live (as opposed to logging in via the ledger devise itself). Now my staked balance is not showing in my staking pool. Please advise. I…
0
votes
0 answers

What is Polygon MATIC crypto?

What is Polygon MATIC crypto and how does it work? Can you explain its features and benefits, as well as its use cases? what are some potential risks and limitations of using the Polygon network and the MATIC cryptocurrency?
0
votes
0 answers

Google Charts with stacked bar chart - tooltip problem

I have created a column chart with Google Charts. This is also displayed correctly. Now I wanted to individualize the standard tooltip, which basically works. Unfortunately, both are now always displayed - the HTML text and the standard text. Where…
derSESO
  • 1
  • 1
0
votes
0 answers

Calculating number of validators on dune

to find total validators on eth , i am using below logics : SELECT sum(amount_staked) FROM staking_ethereum.deposits as a, SELECT sum(amount)/1e9 FROM ethereum.withdrawals as b and my output is (a-b)/32 , am i making a mistake ? I saw some query…
0
votes
1 answer

Transaction Too Large

Please help. I unstaked my Solana on TrustWallet from 5 or so delegators at once. Since then, when I go to claim my rewards, I receive the following error: encoded solana_sdk::transaction::versioned::Versioned-Transaction too large: 1876 bytes (max:…
0
votes
0 answers

How to stake MATIC from a smart contract programatically?

How can I stake MATIC from a smart contract? I know it happens on Ethereum Mainnet, I guess this is the correct smart contract documentation, but what is the address of the smart contract and how to set the staking validator address?
Vladimir Trifonov
  • 1,395
  • 11
  • 9
0
votes
0 answers

Getting staked accounts for wallet

I developing staking and ustaking solana. How to get all created staked accounts for wallet? Or I should save all created staked account?
Oksana
  • 13,442
  • 10
  • 53
  • 89
-1
votes
1 answer

How can I make Solana stake transaction with python?

How can I develop Solana staking with python? How can I make Solana stake transaction with python? Has anyone done it yet? Is there any resource for help?