API - Generate cryptocurrency wallet address, private key, public key, mnemonic, extended public key

Format:   JSON   { URL }


>   BITCOIN Network

API-URL:
https://jeewer.com/api.php?create=address&network=BITCOIN

Generate bitcoin wallet address:
https://jeewer.com/api.php?create=address&network=BITCOIN





>   BITCOIN_CASH Network

API-URL:
https://jeewer.com/api.php?create=address&network=BITCOIN_CASH

Generate bitcoin_cash wallet address:
https://jeewer.com/api.php?create=address&network=BITCOIN_CASH





>   BNB_SMART_CHAIN Network

API-URL:
https://jeewer.com/api.php?create=address&network=BNB_SMART_CHAIN

Generate bnb_smart_chain wallet address:
https://jeewer.com/api.php?create=address&network=BNB_SMART_CHAIN





>   CARDANO Network

API-URL:
https://jeewer.com/api.php?create=address&network=CARDANO

Generate cardano wallet address:
https://jeewer.com/api.php?create=address&network=CARDANO





>   DOGECOIN Network

API-URL:
https://jeewer.com/api.php?create=address&network=DOGECOIN

Generate dogecoin wallet address:
https://jeewer.com/api.php?create=address&network=DOGECOIN





>   ETHEREUM Network

API-URL:
https://jeewer.com/api.php?create=address&network=ETHEREUM

Generate ethereum wallet address:
https://jeewer.com/api.php?create=address&network=ETHEREUM





>   LITECOIN Network

API-URL:
https://jeewer.com/api.php?create=address&network=LITECOIN

Generate litecoin wallet address:
https://jeewer.com/api.php?create=address&network=LITECOIN





>   RIPPLE Network

API-URL:
https://jeewer.com/api.php?create=address&network=RIPPLE

Generate ripple wallet address:
https://jeewer.com/api.php?create=address&network=RIPPLE





>   SOLANA Network

API-URL:
https://jeewer.com/api.php?create=address&network=SOLANA

Generate solana wallet address:
https://jeewer.com/api.php?create=address&network=SOLANA





>   TRON Network

API-URL:
https://jeewer.com/api.php?create=address&network=TRON

Generate tron wallet address:
https://jeewer.com/api.php?create=address&network=TRON





Integration </>

- How to use API on your coding to generate variables of new crypto wallet address, private key, mnemonic and extended publlc key.


PHP
If you are coding with PHP, you will extract your new wallet variables from the API url.
To get json datas as php variables from newly generated wallet, you will use the provided API url of the crypto network.
For Example; the API-URL for Bitcoin network is https://jeewer.com/api.php?create=address&network=BITCOIN you will find more API-URL of many crypto networks at the top of this page.

All you need to do is change the API-URL to the preferred crypto wallet address you want to generate, then run the PHP code on your PHP script.

Here is the PHP codes to generate new Bitcoin wallet address, private key, public key, mnemonic and extended public key xpub.

Code
<?php
$json = file_get_contents("https://jeewer.com/api.php?create=address&network=BITCOIN");

$array = str_replace("\\", "", json_encode($json));
$address = json_decode($json)->address;
$privatekey = json_decode($json)->privatekey;
$mnemonic = json_decode($json)->mnemonic;
$xpub = json_decode($json)->xpub;
$website = json_decode($json)->website;

echo $array;
echo "<br><br>";
echo "address: ".$address;
echo "<br><br>";
echo "privatekey: ".$privatekey;
echo "<br><br>";
echo "mnemonic: ".$mnemonic;
echo "<br><br>";
echo "xpub: ".$xpub;
echo "<br><br>";
echo "website: ".$website;
?>


Output
"{"address":"bc1qj7cc4g065lt4j3kgx3qx4gxlskh5apdjn7dxf5","privatekey":"L1Ny4eDex3roNvJAJ7cwHmYdrN9BehPy8Stq6rvRSmBvM4N8KEBz","mnemonic":"pride quality plate faculty fit tell game club twenty lesson concert witness phone cute feature butter million sister gasp raven view supply course shoot","xpub":"xpub6EkpBzHcMzo35UAeJn4qNvZSPmsWQTucXyDu79bKRPrWs8xRjeZP9LXcoZoRs6J5eVzz6vfT1JyjZNgyj7pt1VFwrnmQPo8ktx5BGfrPLwU"}"

address: bc1qj7cc4g065lt4j3kgx3qx4gxlskh5apdjn7dxf5

privatekey: L1Ny4eDex3roNvJAJ7cwHmYdrN9BehPy8Stq6rvRSmBvM4N8KEBz

mnemonic: pride quality plate faculty fit tell game club twenty lesson concert witness phone cute feature butter million sister gasp raven view supply course shoot

xpub: xpub6EkpBzHcMzo35UAeJn4qNvZSPmsWQTucXyDu79bKRPrWs8xRjeZP9LXcoZoRs6J5eVzz6vfT1JyjZNgyj7pt1VFwrnmQPo8ktx5BGfrPLwU






PYTHON
If you are coding with PYTHON, you will extract your new wallet variables from the API url.
To get json datas as python variables from newly generated wallet, you will use the provided API url of the crypto network.
For Example; the API-URL for Cardano network is https://jeewer.com/api.php?create=address&network=CARDANO you will find more API-URL of many crypto networks at the top of this page.

All you need to do is change the API-URL to the preferred crypto wallet address you want to generate, then run the PYTHON code on your PYTHON script.

Here is the PYTHON codes to generate new Cardano wallet address, private key, public key, mnemonic and extended public key xpub.

Code
import json,urllib.request
data = urllib.request.urlopen("https://jeewer.com/api.php?create=address&network=CARDANO").read()
output = json.loads(data)

print(output)
print("\n")
print("address:", output['address'])
print("\n")
print("privatekey:", output['privatekey'])
print("\n")
print("mnemonic:", output['mnemonic'])
print("\n")
print("xpub:", output['xpub'])
print("\n")
print("website:", output['website'])


Output
{'address': 'addr1vy6vuwj5eqsh3ygnu5zsl4vvkge6m53k3d2hlz8fe47cupqpelgcp', 'privatekey': '2069e18d9a0b1c1106b2f9ef2aa23c913b06b6c86d82893f87def524ce629b4ea83b9e5f10d80b905b075e8e7d9a8a8bf2545a4b1875960cbc86c8eb1467fb4f', 'mnemonic': 'alcohol erase install snake vanish theme profit again crowd ignore light shrug deliver problem humble next pitch patrol toilet settle since zebra long empower', 'xpub': '314f80365878ebafaad66287c48cf24dfd8b400195253558dda3605eae95b0049b71abcdc7938f64d89829c7a34f02c2c033475f741621d1f80bbac5d8c08cac'}

address: addr1vy6vuwj5eqsh3ygnu5zsl4vvkge6m53k3d2hlz8fe47cupqpelgcp

privatekey: 2069e18d9a0b1c1106b2f9ef2aa23c913b06b6c86d82893f87def524ce629b4ea83b9e5f10d80b905b075e8e7d9a8a8bf2545a4b1875960cbc86c8eb1467fb4f

mnemonic: alcohol erase install snake vanish theme profit again crowd ignore light shrug deliver problem humble next pitch patrol toilet settle since zebra long empower

xpub: 314f80365878ebafaad66287c48cf24dfd8b400195253558dda3605eae95b0049b71abcdc7938f64d89829c7a34f02c2c033475f741621d1f80bbac5d8c08cac






JAVASCRIPT
If you are coding with JAVASCRIPT, you will extract your new wallet variables from the API url.
To get json datas as JavaScript variables from newly generated wallet, you will use the provided API url of the crypto network.
For Example; the API-URL for Ethereum network is https://jeewer.com/api.php?create=address&network=ETHEREUM you will find more API-URL of many crypto networks at the top of this page.

All you need to do is change the API-URL to the preferred crypto wallet address you want to generate, then run the JAVASCRIPT code on your JAVASCRIPT script.

Here is the JAVASCRIPT codes to generate new Ethereum wallet address, private key, public key, mnemonic and extended public key xpub.

Code
<script>
(function() { var newXHR = null; function sendXHR(type, url, data, callback) { newXHR = new XMLHttpRequest() || new window.ActiveXObject("Microsoft.XMLHTTP");

newXHR.open(type, url); newXHR.send(data);

newXHR.onreadystatechange = function() {

if (this.status === 200 && this.readyState === 4) { callback(this.response); } }; } sendXHR("GET", "https://jeewer.com/api.php?create=address&network=ETHEREUM", null, function(response) {

var data = JSON.parse(response);

document.write(JSON.stringify(data) + "<br>" + "<br>");
document.write("address: " + JSON.stringify(data.address) + "<br>" + "<br>");
document.write("privatekey: " + JSON.stringify(data.privatekey) + "<br>" + "<br>");
document.write("mnemonic: " + JSON.stringify(data.mnemonic) + "<br>" + "<br>");
document.write("xpub: " + JSON.stringify(data.xpub) + "<br>" + "<br>");
document.write("website: " + JSON.stringify(data.website) + "<br>" + "<br>");

}); }());
</script>


Output
{"address":"0x3b686e47d0475da3e8c84506a29b493099021055","privatekey":"0x0626d53853b263f91bd0f0c3a0058f15f03df1bc985fbaf6dedbd74b1b5f5880","mnemonic":"tray hunt scorpion toilet rather clarify bicycle liar anchor present process change shadow source word eyebrow ritual soon smart area panic habit flee silent","xpub":"xpub6DpcdsRaRTUbDugq8VQpmyjmhZuVhEJe2onXRQpLJjpQKajrmBy4qRMrUXT5cMC8YMKnZ7bZCmyjru7FEjCcAbA58UXfsqRgbMmZJsQMwBQ"}

address: "0x3b686e47d0475da3e8c84506a29b493099021055"

privatekey: "0x0626d53853b263f91bd0f0c3a0058f15f03df1bc985fbaf6dedbd74b1b5f5880"

mnemonic: "tray hunt scorpion toilet rather clarify bicycle liar anchor present process change shadow source word eyebrow ritual soon smart area panic habit flee silent"

xpub: "xpub6DpcdsRaRTUbDugq8VQpmyjmhZuVhEJe2onXRQpLJjpQKajrmBy4qRMrUXT5cMC8YMKnZ7bZCmyjru7FEjCcAbA58UXfsqRgbMmZJsQMwBQ"






CURL
If you are coding with CURL, you will extract your new wallet variables from the API url.
To get json datas as curl variables from newly generated wallet, you will use the provided API url of the crypto network.
For Example; the API-URL for Litecoin network is https://jeewer.com/api.php?create=address&network=LITECOIN you will find more API-URL of many crypto networks at the top of this page.

All you need to do is change the API-URL to the preferred crypto wallet address you want to generate, then run the CURL code on your CURL script.

Here is the CURL codes to generate new Litecoin wallet address, private key, public key, mnemonic and extended public key xpub.

Code
curl https://jeewer.com/api.php?create=address&network=LITECOIN

-H "Accept: application/json"


Output
{"address":"LMeK555eF18rm6FGFKyiXwqzNCywHrtfpV","privatekey":"T7pUY8MKMuk8BL5J9Yti7Be3XTD4aRQQYqEA3PYXYhzEYk9XPWRs","mnemonic":"reason six shrug resemble father tornado monster banner segment surface excuse dash action army surprise shallow shove blind nasty genre raw chief hospital churn","xpub":"Ltub2aZWNDMQCuDUoBfJagj38zfxR42RSHR6p7tpGCZMS9R4yycMbdypP8EN1t8ziVEuR8hePFx4H8SfnXPuN9wP5c1ekSwFGShVBmEK2XcoXFF"}






NODE.JS
If you are coding with NODE.JS, you will extract your new wallet variables from the API url.
To get json datas as node.js variables from newly generated wallet, you will use the provided API url of the crypto network.
For Example; the API-URL for Dogecoin network is https://jeewer.com/api.php?create=address&network=DOGECOIN you will find more API-URL of many crypto networks at the top of this page.

All you need to do is change the API-URL to the preferred crypto wallet address you want to generate, then run the NODE.JS code on your NODE.JS script.

Here is the NODE.JS codes to generate new Dogecoin wallet address, private key, public key, mnemonic and extended public key xpub.

Code
const http = require("https");

const url = 'https://jeewer.com/api.php?create=address&network=DOGECOIN';

const options = {
'Accept': 'application/json',
};

let result = '';
const req = http.request(url, options, (res) => {
res.setEncoding('utf8');
res.on('data', (chunk) => {
result += chunk;
});

res.on('end', () => {
console.log(result);
});
});

req.on('error', (e) => {
console.error(e);
});

req.end();


Output
{"address":"DHxRtXXcv4GyQcZVrYvHxLsss557ubu2TK","privatekey":"QSwQbCCzPzdLy3fx59JyCRkydvErXMzkZTD2HddmmiUrR5KsqNRH","mnemonic":"like shop debris goose elite enter home skirt candy stick pottery defy gadget select annual lyrics clutch nation tribe problem rare build erosion federal","xpub":"xpub6ELDkdrxbsZAQZRuC76c5soM8VW1bwDmzsa6P3HzujDQw4ccjFY22S6AubmwJh7Pivoerhwvu3TVeWD8VLnftXjKqGUTajngass5KLukNcs"}