kocho
kocho
Thanx, I'm looking into it, but can't seem to find some calls that would allow me to get transactions within a block? get_transfers method is returning not found.
curl -X POST http://localhost:8081/json_rpc -H 'Content-Type: application/json-rpc' -d '{"jsonrpc": "2.0", "id": "test", "method": "get_transfers", "params": {"from_height": 2, "to_height":5}}' Still, doen't matter which params i put in, theres no error regarding...
I need all transactions in a block, [this](https://github.com/bcndev/bytecoin/wiki/Bytecoin-Node-Daemon-JSON-RPC-API) should be the bytecoind api, but i don't see anything relevant?
curl -X POST http://localhost:8081/json_rpc -H 'Content-Type: application/json-rpc' -d '{"jsonrpc": "2.0", "id": "test", "method": "sync_blocks", "params": {}}' Response: { "id": "test", "jsonrpc": "2.0", "result": { "blocks": [], "start_height": 0, "status": {...