Skip to main content
GET
/
protocol
/
{protocol}
/
solver
curl --request GET \
  --url 'https://api.sprinter.tech/protocol/{protocol}/solver'
{
  "duration": 123,
  "solver": "<string>"
}
curl --request GET \
  --url 'https://api.sprinter.tech/protocol/{protocol}/solver'

Path Parameters

protocol
string
required

Protocol on which intent will be executed

Query Parameters

amount
integer
required

order amount in USD

destinationChainId
string
required

destination chain in caip format

destinationToken
string
required

destination token, either symbol or address

sourceChainId
string
required

source chain in caip format

sourceToken
string
required

source token, either symbol or address

Response

OK

duration
integer
required
solver
string
required