cURL
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.
Successful Response
Show child attributes
Was this page helpful?