Use this file to discover all available pages before exploring further.
After setting up your Locus wallet and API key, you need to register the Laso Finance x402 endpoints in the Locus dashboard. This tells Locus which APIs your agent can call and how to forward parameters correctly.
This guide is for Locus users. If you’re using Sponge, endpoint
discovery is automatic — your agent calls GET /api/discover?query=laso and
Sponge handles the rest. No manual configuration needed.
Skipping this step will cause API calls to fail. Without endpoint
configuration, Locus doesn’t know how to route requests or pass parameters to
Laso Finance.
When you configure a GET endpoint, Locus needs to know how to forward parameters to the upstream API:
Location: query — Parameters are appended to the URL as query strings (e.g., ?amount=50)
Location: body — Parameters are sent in the request body (for POST endpoints)
Location: path — Parameters are substituted into the URL path
Laso Finance GET endpoints expect query parameters. If you don’t configure them with Location: query, Locus sends them as JSON body — which Laso Finance rejects with errors like: