cURL
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 IndexFetch the complete documentation index at: https://docs.privataswap.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.privataswap.com/llms.txt
Use this file to discover all available pages before exploring further.
Partner API key issued in the dashboard. Use pk_live_... in production, pk_test_... against sandbox.
pk_live_...
pk_test_...
OK
Show child attributes