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.net
Cost: 0 NUM (free to use)
Method: GET
Endpoint: /?wallet=WALLET_TO_CHECK
Authentication:
This API does not require authentication.
Examples:
curl -X GET https://eoyugr0gdfeg4xd.m.pipedream.net?wallet=WALLET_TO_CHECK
Response:
{
"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
}