- Easy reporting — Generate reports, build financial dashboards, and view all digital assets in custody.
- Automated tracking — Download crypto and USD (fiat) balances, including all transactions across the organization’s vaults, and store data for processing and reconciliation.
- Complete monitoring — Read and monitor vault balances, query transaction history including deposits, and get visibility on trading activity.
Accessing developer settings
On the web dashboard homepage, select Developers on the sidebar to access developer settings.Creating a permission group
Permission groups contain a set of allowable permissions that can be assigned to one or more API keys. Only administrators can create and manage permission groups.1
Start a new permission group
In the web dashboard, select Create new group.
2
Configure the group
Give the permission group a name, then select the appropriate permissions from the list of global and vault-level permissions.
3
Submit for approval
Add a comment (optional), select Endorse to create a group, and complete biometric authentication via the mobile app. After quorum is met, Anchorage Digital will review for approval.
Creating an API key
1
Navigate to API key creation
In the API section of the web dashboard, select Create API key.
2
Fill in key details
Enter the key name, select the permission group, and if applicable, enter a contact email and the public key.
3
Generate the key
Select Create key. Generating an API key triggers an email confirmation — check your email to confirm the key was created.
Selecting certain permission groups requires additional approval when creating a key.
Edit, revoke, and delete
To revoke an API key, select Revoke next to the key details. To edit or delete a permission group, select the three dots next to the group details. Changes to permission groups require endorsement via the iOS app.Continue in the developer docs
Once you have an API key, the developer documentation covers how to authenticate and build against the Anchorage Digital API.Setting up
Set up your API integration, from permission groups to your first authenticated request.
Signing requests
Sign sensitive API requests with your Ed25519 key so they pass authorization.
Sandbox overview
Test your integration in a safe environment before moving to production.
Webhooks
Subscribe to events to track balances, transactions, and status changes in real time.