Documentation Index
Fetch the complete documentation index at: https://docs.moralis.com/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Bitcoin developers regularly need to map an xpub to every address it derives — and to know which of those addresses have actually been used. The xpub utility solves that natively. Pass a Bitcoin extended public key (xpub), and the API returns every derived address with its transfer count. No client-side derivation library required.Endpoint
| Endpoint | Universal path |
|---|---|
| Addresses From Xpub | GET /v1/chains/bitcoin/wallets/{publicKey}/addresses |

