Altcoins Talks - Cryptocurrency Forum

Crypto Discussion Forum => Forum related => Topic started by: PX-Z on January 28, 2024, 08:35:26 AM

Title: [Tool] Crypto Wallet Address Balance Checker to Image
Post by: PX-Z on January 28, 2024, 08:35:26 AM
This API tool can show addresses' balance using different altcoins, bitcoin, and including tokens, and can show in fiat value, e.g. USD, EUR, GBP, etc.

Request URL
https://pxzone.online/api/crypto/balance-checker?parameters

Request Parameters
|Parameters|Required|Description|
|address|Yes|Wallet address|
|coin|Yes|coin name, supported coins here (#post_supported_coins)|
|currency|No|fiat abbreviation check this list (#post_currency_list)|
|color|No|6 digit hex code color|
|balance_only|No|will only show the balance true|
|token|No|Only for coins that has USDT token for now both trc20, erc20|

Sample URL for bitcoin, with color and balance_only
Code: [Select]
https://pxzone.online/api/crypto/balance-checker?address=3PeEJ899Ugfqz2vb7PwaKvGFVz9Xc8P4BR&coin=bitcoin&currency=usd&color=0362cd&balance_only=true

Results
Default - (https://pxzone.online/api/crypto/balance-checker?address=3PeEJ899Ugfqz2vb7PwaKvGFVz9Xc8P4BR&coin=bitcoin)
With currency - (https://pxzone.online/api/crypto/balance-checker?address=3PeEJ899Ugfqz2vb7PwaKvGFVz9Xc8P4BR&coin=bitcoin&currency=usd)
With currency, color (https://pxzone.online/api/crypto/balance-checker?address=3PeEJ899Ugfqz2vb7PwaKvGFVz9Xc8P4BR&coin=bitcoin&currency=usd&color=0362cd)
With currency, color, and balance_only (https://pxzone.online/api/crypto/balance-checker?address=3PeEJ899Ugfqz2vb7PwaKvGFVz9Xc8P4BR&coin=bitcoin&currency=usd&color=0362cd&balance_only=true)



Here is a sample with a USDT token, with color and balance_only using forums' donation address.
Code: [Select]
https://pxzone.online/api/crypto/balance-checker?address=0x2143F7146F0AadC0F9d85ea98F23273Da0e002Ab&coin=ethereum&token=usdt&balance_only=true
Result
(https://pxzone.online/api/crypto/balance-checker?address=0x2143F7146F0AadC0F9d85ea98F23273Da0e002Ab&coin=ethereum&token=usdt&color=0362cd&balance_only=true)

Supported coins
Code: [Select]
bitcoin
ethereum
binancecoin
tron
litecoin
dogecoin
bitcoin-cash
dash

Supported Currency
Code: [Select]
usd
aed
ars
aud
bdt
bhd
bmd
brl
cad
chf
clp
cny
czk
dkk
eur
gbp
gel
hkd
huf
idr
ils
inr
jpy
krw
kwd
lkr
mmk
mxn
myr
ngn
nok
nzd
php
pkr
pln
rub
sar
sek
sgd
thb
try
twd
uah
vef
vnd
zar




Donations:

BTC: bc1q00pxz0k04ndxqdvmkr8kj3fwtlntfctlzp37xl (https://pxzone.online/api/crypto/balance-checker?address=bc1q00pxz0k04ndxqdvmkr8kj3fwtlntfctlzp37xl&coin=bitcoin&currency=usd&&balance_only=true)
ETH: 0x6e212cB02e53c7d53b84277ecC7A923601422a46 (https://pxzone.online/api/crypto/balance-checker?address=0x6e212cB02e53c7d53b84277ecC7A923601422a46&coin=ethereum&currency=usd&&balance_only=true)
USDT (Trc20): TWyvoyijQY2mhnpUMY4bmpk3fX8A66KZTX (https://pxzone.online/api/crypto/balance-checker?address=TWyvoyijQY2mhnpUMY4bmpk3fX8A66KZTX&coin=tron&token=usdt&balance_only=true)

All donations will go towards the server/domain expense.


I hope this helps! Feel free to suggest and post some bugs if ever :)
Title: Re: [Tool] Crypto Wallet Address Balance Checker to Image
Post by: PX-Z on January 28, 2024, 08:40:56 AM
I knew @bitmover had a tool/api the same like this but limited only to bitcoin and other transaction stuff with bitcoin only, so this should be considered as a little bit of an upgrade . :)
Title: Re: [Tool] Crypto Wallet Address Balance Checker to Image
Post by: Freemind on January 28, 2024, 08:51:04 AM
Thank you very much for this (another) fantastic tool @PX-Z. I will translate the post to put it in the Spanish subforum as I did with your Telegram bot.

Would it be possible to add the forum tokens (https://www.altcoinstalks.com/index.php?topic=124991.0)?

Don't forget to put your addresses in the post to receive donations ;)

Karma +
Title: Re: [Tool] Crypto Wallet Address Balance Checker to Image
Post by: PX-Z on January 28, 2024, 09:03:34 AM
Thank you very much for this (another) fantastic tool @PX-Z. I will translate the post to put it in the Spanish subforum as I did with your Telegram bot.
Sure thank you! :)

Would it be possible to add the forum tokens (https://www.altcoinstalks.com/index.php?topic=124991.0)?
I'll try to check if there's an available API for the token altt tokens so it can be added too :)

Quote
Don't forget to put your addresses in the post to receive donations ;)
I will thank you.
Title: Re: [Tool] Crypto Wallet Address Balance Checker to Image
Post by: hugeblack on January 28, 2024, 10:02:22 AM
Good work. If you have time, create a userscript so that the code can be added directly by clicking on the icon.

The final result will be as follows:

before userscript
(https://talkimg.com/images/2024/01/28/kVDVv.png)

After userscript
(https://talkimg.com/images/2024/01/28/kVKlC.png)

When you click on these icons, the code is inserted directly, such as:

Code: [Select]
https://pxzone.online/api/crypto/balance-checker?address=0x2143F7146F0AadC0F9d85ea98F23273Da0e002Ab&coin=ethereum&token=usdt&balance_only=true
Instead of writing it manually.

in future, I hope admin will add it to the software code.
Title: Re: [Tool] Crypto Wallet Address Balance Checker to Image
Post by: bitmover on January 28, 2024, 01:29:57 PM
I knew @bitmover had a tool/api the same like this but limited only to bitcoin and other transaction stuff with bitcoin only, so this should be considered as a little bit of an upgrade . :)

I must confess that I feel somewhat strange looking at my old code and design and idea in the balance Checker tool... (I changed the design in my last version, this my old one), but still very similar.
https://bitcoindata.science/bitcoin-balance-check
And
https://pxzone.online/tools/bitcoin-balance-checker

But that is what open source is about.

My local price to image also support some altcoins too
https://www.altcoinstalks.com/index.php?topic=314204.0;topicseen
Title: Re: [Tool] Crypto Wallet Address Balance Checker to Image
Post by: PX-Z on January 28, 2024, 03:30:33 PM
I must confess that I feel somewhat strange looking at my old code and design and idea in the balance Checker tool... (I changed the design in my last version, this my old one), but still very similar.
...
But that is what open source is about.
I'll be honest, i'm a silent fan of your works and that was inspired to your works ;D
That's why i kept it as a personal project and never publicized to btt or here, those projects there are made last year or so, on my previous expired site pxdev.click and just migrated to pxzone.online

Quote
My local price to image also support some altcoins too
Oh, i didn't noticed it, you're right.

Good work. If you have time, create a userscript so that the code can be added directly by clicking on the icon.
...
Instead of writing it manually.
Thanks and this is a good idea, i'll think about it in the future.
Title: Re: [Tool] Crypto Wallet Address Balance Checker to Image
Post by: PX-Z on January 28, 2024, 04:33:58 PM
When you click on these icons, the code is inserted directly, such as:

Instead of writing it manually.
I have made a temporary code using jquery below,

Copy the code below, then paste it to browser's console or using F12 key.This icon (https://pxzone.online/assets/images/other/converter.png) will be added as a button. I'm not so sure if the icon represents on the feature  :-\

And the result looks like this
(https://talkimg.com/images/2024/01/28/krmId.png)

Code
Code: [Select]
var bbc_box_message = $("#bbcBox_message");
if(bbc_box_message){
    $("#bbcBox_message div:nth-child(2)").append('<img onclick="insertBalanceChecker()" src="https://pxzone.online/assets/images/other/converter.png" align="bottom" width="23" height="22" alt="Crypto Balance Checker" title="Crypto Balance Checker" style="cursor: pointer; background-image: url(&quot;https://pxzone.online/assets/images/other/converter.png&quot;);">')
}
function insertBalanceChecker(){
    bbcode = "[img]https://pxzone.online/api/crypto/balance-checker?address=3PeEJ899Ugfqz2vb7PwaKvGFVz9Xc8P4BR&coin=bitcoin&currency=usd[/img]";
    $("#message").val($("#message").val() + bbcode)
}

This code will be much better on browser's extension just like the one in btt but i never have experience creating one.
Title: Re: [Tool] Crypto Wallet Address Balance Checker to Image
Post by: dkbit98 on January 28, 2024, 10:56:06 PM
I must confess that I feel somewhat strange looking at my old code and design and idea in the balance Checker tool... (I changed the design in my last version, this my old one), but still very similar.
It's the new fork  8)
But I just wanted to ask him if he forked your tool or not.
I think he should give some credits to you.


This API tool can show addresses' balance using different altcoins, bitcoin, and including tokens, and can show in fiat value, e.g. USD, EUR, GBP, etc.
[/size]
Well done, but consider adding support for Monero XMR coin, and give credits to original creator of code that inspired you.
Now you are forcing Bitmover to improve his tool and make it better, this is the nice part of open source  :D
I just hope bitmover wont change license now, like nvk did for coldcard wallet  :P
Title: Re: [Tool] Crypto Wallet Address Balance Checker to Image
Post by: PX-Z on January 29, 2024, 03:48:08 AM
It's the new fork  8)
But I just wanted to ask him if he forked your tool or not.
I think he should give some credits to you.
I can't call it fork, coz it was done from scratch and i didn't do something with his codes, but the webpage looks was really inspired to his work.

Well done, but consider adding support for Monero XMR coin,
I will check if i can find a free api for this.

...and give credits to original creator of code that inspired you.
Yes, i should do it on my web page
Title: Re: [Tool] Crypto Wallet Address Balance Checker to Image
Post by: bitmover on January 29, 2024, 04:57:52 AM
It's the new fork  8)
But I just wanted to ask him if he forked your tool or not.
I think he should give some credits to you.
I can't call it fork, coz it was done from scratch and i didn't do something with his codes, but the webpage looks was really inspired to his work.

I can't see the code of your api because your api is closed source. And although it is similar, the api is not what made me feel odd.

 the balance Checker is definitely "a fork", it wasn't created from scratch. The code is terrible, i created it  4 years ago :)
I was still learning basic javascript.

But as I said, my website is now redesigned and I use a new code for this tool, with es6 js.

This tool is quite simple and I created this because I really needed It. I didn't find anything like it in the internet by the time (some didn't have segwit support, broken tools, etc).

I just hope bitmover wont change license now, like nvk did for coldcard wallet  :P

Front end is always open source. I can't change the license of it...  :P

Tools like the balance Checker  , giveaway manager, unit converter, etc will always be open source.
Title: Re: [Tool] Crypto Wallet Address Balance Checker to Image
Post by: dkbit98 on January 29, 2024, 11:44:39 PM
[/size]I can't call it fork, coz it was done from scratch and i didn't do something with his codes, but the webpage looks was really inspired to his work.
I can't read the code so I can't say anything about this, but it's obvious to me that you found inspiration with tools made by other members, and use some of their stuff.
Nothing wrong with that, but try to release everything as open source if possible.
It would be easier for others to contribute and find potential bugs.

Tools like the balance Checker  , giveaway manager, unit converter, etc will always be open source.
Unless if someone forks them and makes them closed source  ;) [/size]
Title: Re: [Tool] Crypto Wallet Address Balance Checker to Image
Post by: PX-Z on January 30, 2024, 09:56:55 AM
[/size]I can't call it fork, coz it was done from scratch and i didn't do something with his codes, but the webpage looks was really inspired to his work.
I can't read the code so I can't say anything about this, but it's obvious to me that you found inspiration with tools made by other members, and use some of their stuff.
Nothing wrong with that, but try to release everything as open source if possible.
It would be easier for others to contribute and find potential bugs.
Yes, I had it in mind, after I finalized the telegram notification (which I'm 90% done with (still lacking in tracking new topic in a board/section)) my site's source code and its features will be publicly available.