Skip to main content
GET
/
api
/
v1
/
agents
/
earnings
Get Agent Earnings
curl --request GET \
  --url https://pulsarpay.io/api/v1/agents/earnings \
  --header 'x-agent-key: <x-agent-key>'
{
  "earnings": [
    {
      "currency": "USDC",
      "totalEarned": 1550.75,
      "totalCharges": 142,
      "currentBalance": 18.889
    }
  ]
}

Headers

x-agent-key
string
required

The unique API key of the agent. Used to identify the account and fetch its specific earning statistics.

Response

Agent earnings and statistics retrieved successfully.

earnings
object[]

One entry per supported currency. Each currency maintains an independent balance.