mirror of
https://github.com/alexgo-io/stacks-blockchain-api.git
synced 2026-04-29 05:15:32 +08:00
feat: add pox endpoint
This commit is contained in:
committed by
Matthew Little
parent
238928e437
commit
d4e6966aa4
9
docs/api/core-node/get-pox.example.json
Normal file
9
docs/api/core-node/get-pox.example.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"contract_id": "ST000000000000000000002AMW42H.pox",
|
||||
"first_burnchain_block_height": 0,
|
||||
"min_amount_ustx": 150000000000,
|
||||
"registration_window_length": 250,
|
||||
"rejection_fraction": 25,
|
||||
"reward_cycle_id": 0,
|
||||
"reward_cycle_length": 1000
|
||||
}
|
||||
Reference in New Issue
Block a user