Live tail
The MerkleMap live domains tail endpoint provides a real-time stream of newly discovered hostnames from the merklemap ingestion pipeline.
Endpoint
https://api.merklemap.com/v1/live-tail
Query Parameters
- Name
no_throttle
- Type
- boolean
- Description
Set to
true
to get live results without throttling (default is one hostname per 80ms).
Request
GET
/live-tailcurl -N https://api.merklemap.com/v1/live-tail \
-H "Authorization: Bearer your_api_token_here"
Response
data: {"hostname":"1.example.com"}
data: {"hostname":"example.com"}
data: {"hostname":"www.example.com"}
...