Base URL
Authentication
Most endpoints require your owner wallet address as a query parameter. The Float MCP handles this automatically — you only need to authenticate manually if you’re calling the API directly.~/.float/config.json after running npx @usefloat/cli@latest init.
Response format
All responses are JSON. Errors follow this shape:| Code | Meaning |
|---|---|
| 200 | Success |
| 400 | Bad request — check your parameters |
| 401 | Unauthorized — missing or invalid API key |
| 402 | Payment required (x402) |
| 404 | Resource not found |
| 409 | Conflict — e.g. agent ID already exists |
| 500 | Internal server error |
Rate limits
The Float API does not currently enforce rate limits, but this will change as the platform scales. Be reasonable with polling intervals — use thestatus endpoint with a 2-second interval maximum during link session polling.
Endpoint groups
Agents
Provision, configure, and manage agents and their wallets.
Payments
Initiate payments and query payment history.
Services
Discover available paid APIs in Float’s service registry.

