Skip to main content
GET
/
v2
/
search
/
check-redirect
Check if search query should redirect to a specific entity page
curl --request GET \
  --url http://localhost/api/v2/search/check-redirect
{
  "parameter": "<string>",
  "redirect": true,
  "type": "address"
}

Documentation Index

Fetch the complete documentation index at: https://docs.blockscout.com/llms.txt

Use this file to discover all available pages before exploring further.

Query Parameters

q
string | null

Search query filter

apikey
string

API key for rate limiting or for sensitive endpoints

key
string

Secret key for getting access to restricted resources

Response

Response indicating whether the query should redirect to a specific entity page.

parameter
string | null
redirect
boolean | null
type
enum<string> | null
Available options:
address,
block,
transaction,
user_operation,
blob