Skip to main content
PATCH
Update Solver

Headers

x-beam-sig
string

Request signature header

x-beam-sig-expire
string

Request signature expiry header

x-beam-sig-address
string

Request signature address header

Body

application/json
intentExecutionTypes
enum<string>[]

Array of intent execution types that this solver supports

Available options:
SELF_PUBLISH,
GASLESS
Example:
crossChainRoutes
object

Configuration of cross-chain routes that this solver supports, organized by source and destination chains

quotesUrl
string

V1 endpoint URL for retrieving quotes from the solver

Example:

"https://solver.example.com/api/v1/quotes"

quotesV2Url
string

V2 endpoint URL for retrieving quotes from the solver with enhanced parameters

Example:

"https://solver.example.com/api/v2/quotes"

reverseQuotesUrl
string

V1 endpoint URL for retrieving reverse quotes (specify output, get input quotes)

Example:

"https://solver.example.com/api/v1/quotes/reverse"

receiveSignedIntentUrl
string

V1 endpoint URL where the solver receives signed intents for execution

Example:

"https://solver.example.com/api/v1/intents"

useSolverDataFormat
boolean

Whether to use solver-specific data format (true) or generic format (false)

Example:

true

Response

200 - application/json

Solver configuration successfully updated

The response is of type object.