Proposals APIs
Retrieve recommended proposals from solvers
Provides recommended proposals generated by solvers.
GET
/
proposals
/
solver
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
request_id
string
requiredThe unique request ID returned by the solver's smart contract.
Response
200 - application/json
Response containing a list of solver proposals.
proposals
object[]
Array of solver proposal objects.
request_id
string
ID of the request for proposals.