Skip to main content
GET
/
v1
/
network
/
transactions
/
search
Get Search Results
curl --request GET \
  --url https://api.range.org/v1/network/transactions/search \
  --header 'X-API-KEY: <api-key>'
{
  "transactions": [
    {
      "hash": "<string>",
      "height": "<string>",
      "network": "<string>",
      "time": "<string>"
    }
  ]
}

Authorizations

X-API-KEY
string
header
required

Authorization method required to allow user to access the api endpoints.

Query Parameters

hash
string
required

Transaction hash

Response

200 - application/json

List of transactions with metadata.

transactions
object[]
required