- API permission groups
- Wealth manager master API key
- Shared API key (for Anchorage Digital)
- Request signing
- Sandbox testing considerations
API permission group
Configure permissions before generating an API key.1
Generate an API key
Generate an API access key in the Anchorage Digital web dashboard under the API 2.0 section. Save the key securely as keys are not recoverable.
2
Create permission group
Scroll to API permission groups and select ‘Create a new group’
3
Name the group and enable the following permissions
After submitting the permission group, endorse the operation on the iOS app to achieve quorum. Anchorage Digital will then perform a risk review before the permission group can be used to create an API key.
Master API key generation
1
Generate a unique Ed25519 public/private key pair
2
Create the API key
Select the permission group created above, and use the public key from step 1 to create your API key.
Create the shared API key for Anchorage Digital
The shared API key allows Anchorage Digital to settle trades on behalf of the wealth manager. It is provisioned by the wealth manager but owned and managed by Anchorage Digital.1
Navigate to the Developer API 2.0 page
2
Select the 'Shared API keys' tab in the top navigation
3
Accept the terms and conditions
4
Create the permission group
The permission group is pre-configured. Select the applicable options, then quorum approve the operation. Wait for Anchorage Digital to complete its risk review before proceeding.
5
Create the shared API key
This step also requires quorum approval and an Anchorage Digital risk review. No Ed25519 key pair is required — Anchorage Digital manages this key.
6
Confirm key creation is complete
In the API 2.0 keys table, verify the key status is green and marked Unused after Anchorage Digital approval.
API testing
Read-only APIs can be tested directly in the reference docs using your sandbox API key. Production keys will not work in the sandbox environment. For write APIs, generate a request signature outside of Postman or the reference docs. API signing: see the Request signing guide. Host URLs:Sandbox setup
Some steps only apply to production (e.g., onboarding, trading, settlement). Note the following before beginning sandbox testing:- Verify you are onboarded to the sandbox iOS app and have web dashboard access. Onboarding details are sent by Anchorage Digital via email.
- Admin users must download the iOS app for quorum approvals and API key creation.