Token Launch Sniping
SnipeMe is bloXroute's sniping feature, aligning incentives between DeFi project launch teams and snipers by allowing for efficient sniping with revenue shared with the launching team.
Integration steps for DeFi projects
REQUEST
Parameters
Example
curl https://mev.api.blxrbdn.com \
-X POST \
-H "Content-Type: application/json" \
-H "Authorization: <YOUR-AUTHORIZATION-HEADER>" \
-d '{
"id": "1",
"method": "blxr_snipe_me",
"params": {
"transaction": [
"ab..ab",
"cd..cd"
],
"mev_builders": {
"bloxroute": "",
"flashbots": "<signature>",
"beaverbuild": "",
"all": ""
},
"number_of_blocks": 5,
"recipient_address": "0x000...111",
"platform": "uniswapv2"
}
}'
RESPONSE
Example
Integration steps for Snipers
REQUEST
Result Field
Description
Example
REQUEST
Parameter
Description