Proposals APIs
Accept a list of proposals from solvers
Accepts a list of proposals from solvers for processing.
POST
/
proposals
/
solver
Body
application/json
user_address
string
requiredUser's blockchain address (in hex format).
signature
string
requiredUser's signature (in hex format).
siwe_msg
string
requiredSign-In With Ethereum (SIWE) message in string format.
Response
200 - application/json
Details of proposals from solvers.
proposals
object[]
List of solver proposal objects.
solver_address
string
Address of the solver (in hex format).
solver_reputation
number
Reputation score of the solver.
request_id
string
ID of the request associated with the proposals.