# Axiym Client Trade API Events

Product: Client Trade API
Event reference version: 0.2.0 (current)
OpenAPI contract: https://docs.axiym.io/openapi/trade-api/events/0.2.0.yaml
Canonical page: https://docs.axiym.io/trade-api/events/0.2.0

This reference describes the webhook events Axiym sends to your registered HTTPS endpoint. These are outbound notifications received by your application, not API operations for you to call.

Event payloads contain the identifiers and status information needed to recognize and route a change. Treat the corresponding Client Trade API resource as the authoritative source of its current state and retrieve it when your workflow needs additional or up-to-date details. Verify every event signature, use the event `id` to process duplicate deliveries safely, and acknowledge successfully received events with an HTTP `200` response.

To start receiving events, see [Webhook Registration & Management](/trade-api/webhooks/registration-management) and [Verifying Webhook Signatures](/trade-api/webhooks/verifying-signatures).

## Downloads




OpenAPI contract

v0.2.0 · current

Explore the schema or generate a client for your integration.

[


Download OpenAPI](/openapi/trade-api/events/0.2.0.yaml)

## Resources



[Withdrawal](/trade-api/events/0.2.0/withdrawal/onWithdrawalCreated)

Notifications about the lifecycle of an outbound withdrawal.







[Account](/trade-api/events/0.2.0/account/onAccountCredited)

Notifications about posted Axiym account movements and changes to Axiym account availability.







[Client](/trade-api/events/0.2.0/client/onClientOnboardingFinished)

Notifications about an represented client's onboarding decision and Client Trade API availability.







[Address book entry](/trade-api/events/0.2.0/address-book-entry/onDestinationCreated)

Notifications about the review and availability of an address book entry — an owned external bank account or wallet used for deposits and withdrawals. The event contract retains the `destination.*` names.







[Deposit](/trade-api/events/0.2.0/deposit/onDepositCreated)

Notifications about the lifecycle of an incoming deposit.







[Conversion](/trade-api/events/0.2.0/conversion/onConversionCreated)

Notifications about the lifecycle of a currency conversion.
