Skip to main content
GET
/
me
Get partner profile and aggregate stats
curl --request GET \
  --url https://api.privataswap.com/partner/v1/me \
  --header 'X-API-Key: <api-key>'
{
  "partner_id": "<string>",
  "name": "<string>",
  "created_at": "2023-11-07T05:31:56Z",
  "stats": {
    "orders_total": 123,
    "orders_completed": 123,
    "volume_usd": 123,
    "revenue_share_pct": 123,
    "earnings_pending_usd": 123,
    "earnings_paid_usd": 123
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.privataswap.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-Key
string
header
required

Partner API key issued in the dashboard. Use pk_live_... in production, pk_test_... against sandbox.

Response

200 - application/json

OK

partner_id
string
name
string
created_at
string<date-time>
stats
object