Register a new solver. Solvers provide quotes and execute intents on behalf of users. This endpoint requires authentication via request signature headers.
Request signature header
Request signature expiry header
Request signature address header
Array of intent execution types that this solver supports
SELF_PUBLISH, GASLESS ["SELF_PUBLISH", "GASLESS"]Configuration of cross-chain routes that this solver supports, organized by source and destination chains
V1 endpoint URL for retrieving quotes from the solver
"https://solver.example.com/api/v1/quotes"
V1 endpoint URL where the solver receives signed intents for execution
"https://solver.example.com/api/v1/intents"
Whether the solver supports native token transfers (ETH, MATIC, etc.) without wrapping
true
V1 endpoint URL for retrieving reverse quotes (specify output, get input quotes)
"https://solver.example.com/api/v1/quotes/reverse"
V2 endpoint URL for retrieving quotes from the solver with enhanced parameters
"https://solver.example.com/api/v2/quotes"
V2 endpoint URL for retrieving reverse quotes with enhanced parameters
"https://solver.example.com/api/v2/quotes/reverse"
V2 endpoint URL where the solver receives signed intents with enhanced parameters
"https://solver.example.com/api/v2/intents"
Endpoint URL for retrieving transaction data for gasless intent execution
"https://solver.example.com/api/v1/gasless/transaction-data"
Whether to use solver-specific data format (true) or generic format (false)
true
Solver successfully registered
The response is of type object.