OROdocs
Public

Get top miner payout rate

Get the current top miner's estimated emission payout rate in TAO/day and USD/day. Uses the cached metagraph and a periodically refreshed TAO/USD price.

GET/v1/public/top-miner-payout

Response Body

application/json

curl -X GET "https://loading/v1/public/top-miner-payout"
{
  "miner_hotkey": "string",
  "agent_name": "string",
  "tao_per_day": 0,
  "usd_per_day": 0,
  "tao_price_usd": 0,
  "as_of": "2019-08-24T14:15:22Z"
}