Hello. I see here: https://forum.wavesplatform.com/t/w8io-waves-explorer-based-on-php-sqlite/1424
There is possible to get RAW-data as JSON, but this is displayed inside HTML-page, and not always correct.
Example, test for donation address pywaves (3P5dg6PtSAQmdH1qCGKJWu7bkzRG27mny5i)
https://w8io.ru/3P5dg6PtSAQmdH1qCGKJWu7bkzRG27mny5i/pay/1725000/5000000
one data
https://w8io.ru/3P5dg6PtSAQmdH1qCGKJWu7bkzRG27mny5i/pay/1725000/5000000/raw
another data...
Can you fix this, and return the pure JSON, which can be parsed?
Something, like:
https://w8io.ru/NODEADDRESS/pay/STARTBLOCK/ENDBLOCK/json -> pure JSON to pay for leasers for their leasing, according generated blocks on the node NODEADDRESS, from STARTBLOCK up to ENDBLOCK.
Also, will be better to add something, like masspay text:
https://w8io.ru/NODEADDRESS/pay/STARTBLOCK/ENDBLOCK/masspay
to just copy and paste this, parse, or just get by XMLHttpRequest,
and pay for leasers, using one masspay transaction, using some script.
Best regards.
Hello. I see here: https://forum.wavesplatform.com/t/w8io-waves-explorer-based-on-php-sqlite/1424
There is possible to get RAW-data as JSON, but this is displayed inside HTML-page, and not always correct.
Example, test for donation address
pywaves(3P5dg6PtSAQmdH1qCGKJWu7bkzRG27mny5i)https://w8io.ru/3P5dg6PtSAQmdH1qCGKJWu7bkzRG27mny5i/pay/1725000/5000000
one data
https://w8io.ru/3P5dg6PtSAQmdH1qCGKJWu7bkzRG27mny5i/pay/1725000/5000000/raw
another data...
Can you fix this, and return the pure JSON, which can be parsed?
Something, like:
https://w8io.ru/NODEADDRESS/pay/STARTBLOCK/ENDBLOCK/json ->
pure JSONto pay for leasers for their leasing, according generated blocks on the nodeNODEADDRESS, fromSTARTBLOCKup toENDBLOCK.Also, will be better to add something, like
masspay text:https://w8io.ru/NODEADDRESS/pay/STARTBLOCK/ENDBLOCK/masspay
to just copy and paste this, parse, or just get by XMLHttpRequest,
and pay for leasers, using one masspay transaction, using some script.
Best regards.