curl --request GET \
--url https://api.soltop.sh/mev/job-status/{jobId} \
--header 'Authorization: Bearer <token>'{
"success": true,
"id": "abc123def456",
"state": "active",
"progress": 45,
"createdAt": "2025-10-02T15:30:00Z"
}Poll for job status and retrieve results when complete. Used for check-wallet, check-attacker, and check-sandwich jobs. Job states: waiting (queued), active (processing), completed (results available), failed (error occurred).
curl --request GET \
--url https://api.soltop.sh/mev/job-status/{jobId} \
--header 'Authorization: Bearer <token>'{
"success": true,
"id": "abc123def456",
"state": "active",
"progress": 45,
"createdAt": "2025-10-02T15:30:00Z"
}Documentation Index
Fetch the complete documentation index at: https://docs.blockline.sh/llms.txt
Use this file to discover all available pages before exploring further.
Supabase JWT authentication. Used for MEV Analysis and Write Locks endpoints. Requires an active subscription (trial, active, or grace_period status).
Job ID returned from check-wallet, check-attacker, or check-sandwich endpoint
"abc123def456"