Skip to main content
The Anchorage Digital API is a REST API that consists of 100+ operations across custody, wallets, transfers, trading, Atlas settlement, onboarding, tax, subaccounts, webhook notifications, and more.
Building with an AI assistant? Connect the Anchorage Digital docs MCP server or start from ready-made prompts. See Build with AI.

Base URLs

Send your first API call

1

Set a permission group

Define which vaults and operations the API key can access. See Permission groups.
2

Create an API key

Generate a key assigned to the permission group. See API keys.
3

Sign your requests

Sensitive endpoints require an Ed25519 signature in addition to the API key. See Request signing.
4

Send the request

Include your API key in the Api-Access-Key header on every request. Add Api-Signature and Api-Timestamp on sensitive endpoints.

Next steps

Authentication

Learn how requests are signed and attached to headers.

Request signing

Learn how requests are signed and attached to headers.

Errors and pagination

Handle response codes, rate limits, and cursor pagination.