Agara

Get pending rebate balances

GET
/trade/v1/portfolio/rebates

Authorization

Authorization
Required
Bearer <token>

Personal access token issued from the web app's Settings → API tokens page. Send as Authorization: Bearer agt_….

In: header

Scope: portfolio:read

curl -X GET "https://app.agara.xyz/trade/v1/portfolio/rebates" \
  -H "Authorization: Bearer <token>"

Pending rebate balances per program, in micro-collateral units.

{
  "lp_incentive_micro": "1000000",
  "maker_rebate_micro": "1000000",
  "total_micro": "1000000",
  "vip_rebate_micro": "1000000"
}