curl -X GET https://oro-tradebook-devnet.up.railway.app/api/distribution/partner/me \ -H "x-api-key: your-api-key"
{ "success": true, "data": { "partnerId": "1", "name": "Acme Gold Trading", "description": "Acme Gold Trading Partner", "contactEmail": "admin@acme.com", "kind": "SelfCustody", "adminWalletAddress": "UpdateAuthorityAddress", "executiveAuthorityAddresses": ["WalletAddress1"], "withdrawalAuthorityAddress": "WalletAddress3", "centralVaultAddress": "PDAAddress123", "createdAt": "2024-01-15T10:30:00.000Z" } }
Retrieves details about the authenticated Distribution Partner.
PARTNER_EXECUTIVE_AUTHORITY
PARTNER_UPDATE_AUTHORITY
PARTNER_WITHDRAWAL_AUTHORITY
Show properties