From 18cc0055ed65949edf7dc4e3908ae979a8e0578a Mon Sep 17 00:00:00 2001 From: jaensen <4954577+jaensen@users.noreply.github.com> Date: Tue, 23 May 2023 17:55:32 +0200 Subject: [PATCH] updated readme --- README.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index cd326c8..ca3df20 100644 --- a/README.md +++ b/README.md @@ -53,11 +53,15 @@ afterward the server can be queried with the following command: curl -X POST \ -H "Content-Type: application/json" \ -d '{ - "from": "0x000...", - "to": "0x000...", - "value": 999999999999, - "iterative": false, - "prune": true + "id": "timestamp_value", + "method": "compute_transfer", + "params": { + "from": "0x000...", + "to": "0x000...", + "value": 999999999999, + "iterative": false, + "prune": true + } }' \ "http://:" ```