Webhooks forDocumentation Index
Fetch the complete documentation index at: https://docs.openxswitch.com/llms.txt
Use this file to discover all available pages before exploring further.
Wallet-as-a-Service internal transfers notify you about fund movements between wallets or sub-wallets within the OpenXSwitch system.
- Parent Method:
internal_transfer - Sub-Methods:
initiated: Triggered when a internal transfer request is initiated but not yet processed.completed: Triggered when the internal transfer is successfully processed.
Example Payload for Transfer:
Reference
| Field | Description | Type |
|---|---|---|
requestId | Unique identifier for the event | string |
method | Event type, always internal_transfer.initiated | string |
params.id | Internal transfer ID | string |
params.clientTxId | Optional client-assigned transaction ID | string |
params.coin | Cryptocurrency used (e.g. USDT) | string |
params.amount | Amount transferred | number |
params.status | Current status of the transfer (e.g. pending) | string |
params.networkFee | Fee applied to the transfer | number |
params.fromWalletId | Sender’s wallet ID | string |
params.toWalletId | Recipient’s wallet ID | string |
params.workspaceId | ID of the associated workspace or organization | string |
params.createdAt | Timestamp when the transfer was created | string (ISO 8601) |
params.wallet.id | Sender wallet ID (same as fromWalletId) | string |
params.wallet.clientUserId | Optional user ID of the sender | string or null |
params.wallet.email | Email associated with the sender wallet | string |
params.wallet.name | Wallet name or label | string |
params.wallet.asset.coin | Coin type stored in the wallet | string |
params.wallet.asset.balance | Wallet’s current balance | number |
params.wallet.asset.frozen | Amount frozen in the wallet | number |
params.wallet.asset.updatedAt | Last update time for wallet asset info | string (ISO 8601) |
params.wallet.isSubWallet | Indicates if the wallet is a sub-wallet | boolean |
.png?fit=max&auto=format&n=ML35RDblT1Ol-zJb&q=85&s=062e79ad9c4540929eec204aff020178)
.png?fit=max&auto=format&n=ML35RDblT1Ol-zJb&q=85&s=f6328956931c9664a2a070c2edb6e9b3)