Qyrox JSON API

Version: 0.4.1-mainnet-pq-dynamic-pow-retarget

Marker: QYROX_MAINNET_DYNAMIC_POW_RETARGET_V0_4_1=1

MethodEndpointAuthRequest exampleResponse example
GET/healthzpublic
-
{"ok":true,"status":{...}}
GET/api/v1/chainpublic
-
{"status":{...}}
GET/api/v1/mempoolpublic
-
{"mempool":[...]}
GET/api/v1/poolpublic
-
{"pool":{...}}
POST/api/v1/tx/broadcastpublic/API client
{"tx_hex":"...","relay":true}
{"broadcast":{"txid":"..."}}
POST/api/v1/pool/auto-registerpublic miner registration
{"name":"surface-01","address":"qrx1...","difficulty":1}
{"worker":{"id":"...","token":"shown once"}}
POST/api/v1/pool/shareworker token
{"worker_id":"...","worker_token":"...","nonce":"...","difficulty":1}
{"share":{"accepted":true}}
POST/api/v1/pool/accountingpool admin token
{"admin_token":"...","mode":"pplns"}
{"ok":true}
POST/api/v1/client/balancepassword login
{"addresses":["qrx1..."]}
{"balances":[...]}
POST/api/v1/client/transferpassword + enabled 2FA + TOTP
{"from_address":"qrx1...","to_address":"qrx1...","amount_qrx":"1.25"}
{"signed_transfer":{"txid":"...","wtxid":"..."}}