Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

more detailed definitions of api responses #946

Open
ryanwaits opened this issue Jan 27, 2025 · 0 comments
Open

more detailed definitions of api responses #946

ryanwaits opened this issue Jan 27, 2025 · 0 comments

Comments

@ryanwaits
Copy link
Collaborator

ryanwaits commented Jan 27, 2025

we need better definitions of all the properties that get returned from our endpoints, ie what is the difference between the index_block_hash and the hash?

example response:

{
  "block_height": 361536,
  "block_hash": "0xc99ef63126f48ca8b7d47a123bc3200dd935d75729430f7054252192f2b6f96e",
  "block_time": 1734710434,
  "index_block_hash": "0xd60f3c659e81f5e7fac203479a9d23c4a7e69c38701235a0d6b283d66b92c5d6",
  "burn_block_height": 875611,
  "tenure_height": 178392,
  "signer_data": {
    "cycle_number": 99,
    "total_signer_count": 44,
    "accepted_count": 36,
    "rejected_count": 0,
    "missing_count": 8,
    "accepted_excluded_count": 12,
    "average_response_time_ms": 5559,
    "block_proposal_time_ms": 1734710440164,
    "accepted_stacked_amount": "431016657130188",
    "rejected_stacked_amount": "0",
    "missing_stacked_amount": "20669886265726",
    "accepted_weight": 3579,
    "rejected_weight": 0,
    "missing_weight": 170
  }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 🆕 New
Status: No status
Development

No branches or pull requests

1 participant