cURL
curl --request GET \ --url https://api.range.org/v1/network/transactions/search \ --header 'Authorization: Bearer <token>'
{ "transactions": [ { "hash": "<string>", "height": "<string>", "network": "<string>", "time": "<string>" } ] }
Retrieves a list of transactions along with their metadata that correspond to the specified search string.
Use Authorization: Bearer
Transaction hash
List of transactions with metadata.
Show child attributes