GET
/
tx_search
curl --request GET \
  --url https://story-rpc-001.originstake.com/tx_search
{
  "response": {
    "txs": [
      {}
    ],
    "total_count": "<string>"
  }
}

Query Parameters

query
string
required

Query string (e.g. “tx.height=1000”)

prove
boolean

Include proofs of the transactions inclusion in the block

page
integer

Page number (1-based)

per_page
integer

Number of entries per page (max: 100)

order_by
string

Sort order (“asc” or “desc”)

Response

response
object

Search results