Numbers offers staking services to NUM holders, appreciating their enduring support and incentivizing long-term holding. This API allows holders to monitor their total staked amount and the rewards from Numbers-provided staking sites.
API Endpoint: https://eoyugr0gdfeg4xd.m.pipedream.netCost:0NUM (free to use)Method:GETEndpoint:/?wallet=WALLET_TO_CHECKAuthentication:This API does not require authentication.Examples:curl -XGET https://eoyugr0gdfeg4xd.m.pipedream.net?wallet=WALLET_TO_CHECKResponse:{"bep": int,// The amount of staked NUM on BNB Chain."erc": int,// The amount of staked NUM on Ethereum."mainnet": int,// The amount of staked NUM on Numbers Mainnet."totalStaked": int,// The total amount of tokens staked (BNB Chain + Mainnet + Ethereum)."totalRewards": int,// This is the total amount of rewards earned from staking."statusBEP": true,// This boolean value indicates the status of query on BNB Chain"statusERC": true,// This boolean value indicates the status of query on Ethereum"statusMainnet": true// This boolean value indicates the status of query on Numbers Mainnet}