Endpoint
Authentication
Required. Include a valid session token in theAuthorization header.
Request Headers
Bearer token obtained from
/api/auth/login. Format: Bearer fn_sess_...Response
Always
true - indicates the Fishnet server is runningHuman-readable uptime in format like
2h 5m or 45mList of enabled service names (e.g.,
["openai", "anthropic", "binance"])Map of service names to total spend in USD for the current day
Map of service names to request counts for the current day
Response Example
Error Responses
Status Codes
200 OK- Status retrieved successfully401 Unauthorized- Missing or invalid authentication token
Examples
Service Discovery
Theservices array includes:
- First-party services with stored credentials (
openai,anthropic) - Enabled built-in services (
binance,onchain) - Custom services defined in configuration
Usage Metrics
today_spendtracks actual costs in USD based on token usage and model pricingtoday_requestscounts all requests, including those that didn’t incur costs- Metrics reset at midnight UTC
- Services with no activity show
0.0spend and0requests