Wallet Webhooks Overview
The CoinPayments API supports subscriptions to the following event types for wallet
/address
related notifications:
- internalReceive - receiving funds from within the CoinPayments system;
- utxoExternalReceive - receiving UTXO funds from an external source;
- accountBasedExternalReceive - receiving funds from external account-based transfers;
- internalSpend - sending funds from one CoinPayments user to another;
- externalSpend - sending funds to an external address;
- sameUserReceive - receiving funds from one wallet to another for the same CoinPayments user;
- accountBasedExternalTokenReceive - receiving tokens from external account-based transfers;
- accountBasedTokenSpend - sending account-based tokens to external address.
To review the received webhook payload, see Webhook Payload.