getTransactions
POST
JSON-RPC getTransactionsProtocol Details
Inputs
params
txIdsarray[string]publicKeysarray[string]Outputs
result
errorstringerror_descriptionstringRelated Schemas
params
params
txIdsarray[string]publicKeysarray[string]result
result
errorstringerror_descriptionstringcURL
cURL
curl \
<JSON_RPC_URL> \
-H 'content-type: application/json' \
--data @- <<'EOF'
{
"jsonrpc": "2.0",
"id": 1,
"method": "getTransactions",
"params": {
"params": {
"txIds": [
"<string>"
],
"publicKeys": [
"<string>"
]
}
}
}
EOF
Resultapplication/json
Result
{
"error": "<string>",
"error_description": "<string>"
}