How it works
Three steps, and none of them touches an exchange account. You derive the addresses, we tell you the moment something lands on them, and the chain is the record you reconcile against.
-
Derive your deposit addresses
Sync an xPub — a public key, never a private one — and derive as many receiving addresses as you need. Crypto APIs tracks them from that point on.
-
Get a webhook when a transfer confirms
Subscribe to confirmed coin and token transactions on those addresses. The callback carries the transaction, the amount and the confirmation count, so you can credit an internal balance the moment it is safe to.
-
Reconcile against on-chain data
Read balances, transactions and token transfers for any address, current or historical, and check your own ledger against what actually settled.