Crypto Address Validation API
This API provides an easy way to validate the wallet addresses for the major cryptocurrency networks. Currently, it allows you to validate addresses for: * Bitcoin * Ethereum * Monero * Litecoin * Cardano * Neo But this is just be beginning while we test the waters. More networks will be added soon, while we fine tune the existing API.
Crypto Address Validation API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Validate /addresses/validate/ |
This endpoint validates the provided address, against the chosen network. The response will tell you if the string you provided is a valid wallet address for a specific network.… |