searchId is idempotent:curl --location --request POST 'https://api.sherlockeye.io/v1/searches//blockchain' \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"searchId": "string",
"alreadyExists": true,
"blockchainData": {
"signature": "string",
"confirmed": true,
"timestamp": 0,
"explorerUrl": "http://example.com"
}
}
}