Get started in four steps
Connect a trading account, copy its account ID, create an organization API key, and submit your first order.Step 1: Create your Anthid account
- Sign up for an Anthid account.
- Log in to your dashboard.
Step 2: Link a broker account
- Open Trading Accounts.
- Click Link Broker Account.
- Select the environment and broker, then enter the broker credentials.
- Submit the form.
Step 3: Get your account_id
- Find the account in Connected trading accounts.
- Copy its Account ID.
Step 4: Create an API key
- Open Organization.
- Create an API key for the active organization.
- Store the key securely. It is sent as the
x-api-keyheader.
Submit your first order
Orders are submitted to Anthid as intents: the instruction as you sent it, which Anthid records before it contacts the broker. See Intents for why the two are kept apart. This buys 10 shares of AAPL at a $100 limit, good for the day:What happens next
- Anthid checks the order against your organization, account, and symbol controls.
- If it is allowed, the instruction is recorded and queued for the broker.
- Order and position updates arrive as the broker reports them, and everything lands in the ledger.
Set up controls first
Configure limits before pointing anything at a live account.
API reference
Request and response shapes, amendments and cancellations, and the full endpoint list.