Signing API
JSON-RPC subscribeTransactions
txIds
txId
status
params
Transaction
curl \ <JSON_RPC_URL> \ -H 'content-type: application/json' \ --data @- <<'EOF' { "jsonrpc": "2.0", "id": 1, "method": "subscribeTransactions", "params": { "params": { "txIds": [ "<string>" ] } } } EOF
{ "txId": "<string>", "status": "<string>" }