# Axiym Direct Trade API

Product: Direct Trade API
API reference version: 0.1.0 (current)
OpenAPI contract: https://docs.axiym.io/openapi/direct-trade-api/0.1.0.yaml
Canonical page: https://docs.axiym.io/direct-trade-api/api-reference/0.1.0

Use the Direct Trade API to operate Axiym accounts owned by your organization: deposit, convert, and withdraw for your own activity or as part of services you provide to clients. The access token identifies your organization, and every account, address book entry, deposit, conversion, and withdrawal belongs to it. Downstream clients are not individually onboarded with Axiym and do not receive `clientId`-scoped resources.

Webhook subscriptions deliver events about organization-owned resources, so their payloads carry no `clientId`, including when an operation supports a customer workflow. If you also operate the Client Trade API, its client-owned resource events carry a `clientId`.

## Downloads




OpenAPI contract

v0.1.0 · current

Explore the schema or generate a client for your integration.

[


Download OpenAPI](/openapi/direct-trade-api/0.1.0.yaml)




Postman collection

v0.1.0 · current

Import ready-to-use requests and connect to the sandbox.

[


Download collection](/postman/direct-trade-api/axiym_direct_trade_api_v0.1.0.json)

## Environments




Sandbox

[`https://partner-api.sandbox.axiym.io/api/v1`](https://partner-api.sandbox.axiym.io/api/v1)




Production

[`https://partner-api.axiym.io/api/v1`](https://partner-api.axiym.io/api/v1)

## Resources



[Auth](/direct-trade-api/api-reference/0.1.0/auth/oauth/token/post)

OAuth 2.0 client credentials authentication.







[Accounts](/direct-trade-api/api-reference/0.1.0/accounts/listAccounts)

Your Axiym accounts and balances.







[Address Book](/direct-trade-api/api-reference/0.1.0/address-book/listAddressBookEntries)

External bank accounts and wallets you own, registered as deposit sources and withdrawal destinations.







[Deposits](/direct-trade-api/api-reference/0.1.0/deposits/getDepositInstructions)

Incoming funds credited to your Axiym accounts.







[Conversions](/direct-trade-api/api-reference/0.1.0/conversions/listConversionPairs)

Currency conversions between your permitted Axiym accounts.







[Withdrawals](/direct-trade-api/api-reference/0.1.0/withdrawals/listWithdrawals)

Outgoing funds from your Axiym accounts.







[Webhook Subscriptions](/direct-trade-api/api-reference/0.1.0/webhook-subscriptions/webhooks/subscriptions/get)

Webhook subscriptions and signing keys.
