Skip to main content
Deposits are processed by xRocket. You create a deposit, send crypto to the address it returns, and the balance is credited when the transfer confirms.

Networks

TON · BSC · ETH · BTC · TRX · SOL
Send only the asset on the network you asked for, to the address you were given, before depositExpiresAt. Crypto transfers are irreversible: funds sent on the wrong network or to the wrong address cannot be recovered, and confirmation times are outside our control.
Watch depositMinAmount — a transfer below it may not be credited.

Payment status

Track one with GET /api/v1/payments/{paymentId}, or list them all with GET /api/v1/payments. Once completed, the payment carries transactionId and fromAddress — the on-chain facts that tie the credit to your transfer.
POST /api/v1/payments/webhook is the provider’s callback into Aflux, not something you call. It is in the spec because it is part of the public surface, not because it is for you.