fynd-rpc 0.47.0

HTTP RPC server for Fynd DEX router
docs.rs failed to build fynd-rpc-0.47.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: fynd-rpc-0.0.1

fynd-rpc

HTTP RPC server for the Fynd DEX router.

Wraps fynd-core with Actix Web and exposes swap routing as a REST service on http://0.0.0.0:3000 by default.

For documentation and configuration guides visit https://docs.fynd.xyz/. For the full API reference visit https://docs.fynd.xyz/reference/api.

Endpoints

Endpoint Description
POST /v1/quote Request an optimal swap route
GET /v1/health Data freshness and solver readiness
GET /v1/info Static instance metadata (chain ID, contract addresses)

Quick start

See the server configuration guide and the quickstart.