Get network staking information

Retrieve detailed information about the eBus network staking, including current fees, network status, and other relevant metrics.

GET
/public/network/staking

Query Parameters

address?string

Filter by specific address involved in staking (optional).

Response Body

application/json

application/json

application/json

curl -X GET "https://api-testnet.dual.network/public/network/staking"
{
  "contract_address": "string",
  "total_staked": "string",
  "total_fees_dispatched": "string",
  "total_rewards_claimed": "string",
  "reward_per_token": "string",
  "is_paused": true
}
{
  "code": 0,
  "message": "string",
  "details": {}
}
{
  "code": 0,
  "message": "string",
  "details": {}
}