SynapseDocumentation

Get provider earnings summary

Returns provider earnings analytics and recent settlement context for the authenticated provider wallet.

GET/api/v1/providers/earnings/summaryWallet JWT

For AI agents

Provider revenue read model. Use it to confirm that paid traffic is producing receivables before withdrawal.

Requires: Valid JWT (provider wallet)

Parameters

limit

query · optional

Maximum rows to aggregate

Generated OpenAPI reference

GET/api/v1/providers/earnings/summary

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Query Parameters

limit?integer

Maximum rows to aggregate

Response Body

application/json

curl -X GET "https://api-staging.synapse-network.ai/api/v1/providers/earnings/summary"
{
  "status": "success",
  "summary": {
    "providerReceivable": "12.50",
    "paidInvocations": 42,
    "platformFeeUsdc": "1.25"
  }
}