Version: 0.4.1-mainnet-pq-dynamic-pow-retarget
Marker: QYROX_MAINNET_DYNAMIC_POW_RETARGET_V0_4_1=1
| Method | Endpoint | Auth | Request example | Response example |
|---|---|---|---|---|
| GET | /healthz | public | - | {"ok":true,"status":{...}} |
| GET | /api/v1/chain | public | - | {"status":{...}} |
| GET | /api/v1/mempool | public | - | {"mempool":[...]} |
| GET | /api/v1/pool | public | - | {"pool":{...}} |
| POST | /api/v1/tx/broadcast | public/API client | {"tx_hex":"...","relay":true} | {"broadcast":{"txid":"..."}} |
| POST | /api/v1/pool/auto-register | public miner registration | {"name":"surface-01","address":"qrx1...","difficulty":1} | {"worker":{"id":"...","token":"shown once"}} |
| POST | /api/v1/pool/share | worker token | {"worker_id":"...","worker_token":"...","nonce":"...","difficulty":1} | {"share":{"accepted":true}} |
| POST | /api/v1/pool/accounting | pool admin token | {"admin_token":"...","mode":"pplns"} | {"ok":true} |
| POST | /api/v1/client/balance | password login | {"addresses":["qrx1..."]} | {"balances":[...]} |
| POST | /api/v1/client/transfer | password + enabled 2FA + TOTP | {"from_address":"qrx1...","to_address":"qrx1...","amount_qrx":"1.25"} | {"signed_transfer":{"txid":"...","wtxid":"..."}} |