Competition
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
}
]
}API Reference
Competition
Get the solver competition results for a given quote, including which solvers participated and their offered prices.
GET
/
v2
/
competition
/
{quote_id}
Competition
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
}
]
}Was this page helpful?
⌘I