Proposals APIs
Retrieve recommended proposals from solvers
Provides a list of proposals recommended by solvers. The list is sorted by default.
GET
/
proposals
/
recommendation
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
sla
number
requiredUptime requirement in seconds.
cost
number
requiredCost in USD.
throughput
number
requiredThroughput requirement in MB per second.
error_rate
number
requiredThe acceptable error rate.
Response
200 - application/json
Will be deprecated once the solver development is complete.
solver_proposals
object[]
Array of solver proposal objects.