API
A public set of API's to get data from the Swipe Network.
Total Staked
GET
https://api.swipe.org/api?module=stats&action=totalStaked
This endpoint allows you to retrieve the total amount of SXP staked on the Swipe Network.
{"status":true,"data":"29855685667325892439200000"}
Reward Amount
GET
https://api.swipe.org/api?module=stats&action=rewardAmount
This endpoint allows you to retrieve the total amount of SXP earned daily on the Swipe Network.
{"status":true,"data":"20000000000000000000000"}
Reward Cycle
GET
https://api.swipe.org/api?module=stats&action=rewardCycle
This endpoint allows you to retrieve the SXP rewards distribution cycle in seconds.
{"status":true,"data":"86400"}
Minimum Stake
GET
https://api.swipe.org/api?module=stats&action=minimumStakeAmount
This endpoint allows you to retrieve the minimum SXP required to stake on the Swipe Network.
{"status":true,"data":"1000000000000000000000"}
Last updated
Was this helpful?