Access and Permissions
Rakkar's API keys has granular access control by using API roles and permissions
Permissions
IP Whitelist Required - Please contact your Customer Success Manager or email [email protected] to whitelist your IP address before sending any requests to Rakkar's endpoints
Each API key will have permission to access endpoints and API functionalities depending on their permission type which can be determined on generation. Each permission type will have a unique authentication method relevant to their endpoint access.
| Permission Type | Description | API Function Permission | Authentication Method |
|---|---|---|---|
| Viewer | Has permission to query account data such as vaults, balances, transaction history, whitelists, and more. | GET | API Key + Account ID |
| Member | Has permission to initiate a transfer request from API. | POST | API Key + Account ID + Secret key |
| Admin | Has permission to request administrative changes to the account such as creating new vaults, creating new whitelist destinations and addresses, generating wallet addresses, and more. | POST | API Key + Account ID + RSA key pair |
Updated about 1 month ago
