WebSocket events (reference)
WebSocket
WebSocket events (reference)
This is a documentation-only path — there is no HTTP endpoint at
/ws/events. Use it to navigate the message schemas pushed over
/ws.
Discriminate on event:
connected→ WsConnectedEventdeposit.transfer→ WsDepositTransferEvent (gatepay on-chain detected)deposit.completed→ WsGatewayDepositCompletedEvent or WsCryptoDepositCreditedEvent (distinguish bydata.fundingIdvsdata.depositId)deposit.failed→ WsDepositFailedEvent or WsCryptoDepositFailedEvent (distinguish bydata.fundingIdvsdata.depositId)deposit.refunded→ WsDepositRefundedEventdeposit.pending→ WsCryptoDepositPendingEventtrade.<status>→ WsTradeUpdateEventsystem.notice→ WsSystemNoticeEvent
GET
WebSocket events (reference)
Authorizations
Your raw API key. Generate, rotate, and revoke keys from the merchant
dashboard. Keys can optionally be bound to one or more allowed source
IPs — requests from any other IP are rejected with API_KEY_IP_DENIED.