/tx_search

Search for transactions w/ their results. See /subscribe for the query syntax.

Parameters:

query - string, Query

Example:

// Request
curl -X GET -H 'Content-Type: application/json'  https://froopyland.blockpi.network/rpc/v1/<your-api-key>/tx_search?query=%22tx.height%3D14183822%22

// Result
{
    "jsonrpc": "2.0",
    "result": {
        "total_count": "0",
        "txs": []
    }
}

Last updated