API Specifications
Specifications to interact with Fynd server
Responses
200
Service healthy
application/json
Health check response.
healthybooleanRequiredExample:
Whether the service is healthy.
truelast_update_msinteger · int64RequiredExample:
Time since last market update in milliseconds.
1250num_solver_poolsintegerRequiredExample:
Number of active solver pools.
2503
Data stale
application/json
get
/v1/healthBody
Request to solve one or more swap orders.
Responses
200
Solve completed
application/json
Complete solution for a [SolutionRequest].
Contains a solution for each order in the request, along with aggregate gas estimates and timing information.
solve_time_msinteger · int64RequiredExample:
Time taken to compute this solution, in milliseconds.
12total_gas_estimatestringRequiredExample:
Total estimated gas for executing all swaps (as decimal string).
150000400
Invalid request
application/json
422
No route found
application/json
503
Service unavailable
application/json
504
Solve timeout
application/json
post
/v1/solveLast updated