curl --request GET \
--url https://api.bebop.xyz/jam/{chain}/v2/competition/{quote_id}{
"quoteId": "<string>",
"solutions": [
{
"solver": "<string>",
"amounts": {},
"reputation": 123,
"response_time": 123
}
]
}Get the solver competition results for a given quote, including which solvers participated and their offered prices.
curl --request GET \
--url https://api.bebop.xyz/jam/{chain}/v2/competition/{quote_id}{
"quoteId": "<string>",
"solutions": [
{
"solver": "<string>",
"amounts": {},
"reputation": 123,
"response_time": 123
}
]
}Documentation Index
Fetch the complete documentation index at: https://docs.bebop.xyz/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?