curl -X GET https://oro-tradebook-devnet.up.railway.app/api/auth/api-keys \ -H "x-api-key: your-api-key"
{ "success": true, "data": [ { "id": "key-uuid-1", "name": "Trading Key", "scope": ["PARTNER_EXECUTIVE_AUTHORITY"], "walletAddress": "WalletAddress123", "partnerId": 1, "createdAt": "2024-01-15T10:30:00.000Z" } ] }
Retrieves all API keys associated with the authenticated wallet.
PARTNER_UPDATE_AUTHORITY
ADMIN
expired
active
all
PARTNER_EXECUTIVE_AUTHORITY
PARTNER_WITHDRAWAL_AUTHORITY
Show properties