Bitcoin Forum

Economy => Service Discussion => Topic started by: NinjaBits on January 26, 2017, 05:32:08 PM



Title: [BlockTrail] API Issues.
Post by: NinjaBits on January 26, 2017, 05:32:08 PM
Hello members.

I am using BT (BlockTrail) API.
I was recently testing a script, and I acidentaly ended up over-reaching the limits, and they Banned the IP.

I tried to contact my hosting company to change IP. They did change the IP - Still not working (Banned).
I tried making new BT Account - Not working.
I tried VPNs from my side - No effect.

Could it be, that the BAN is not on the IP, but on a specific domain name?
Maybe it might even be that they banned a specific IP range - but that would not make sense, that is too brutal.

Code:
Server Response: {"code":429,"msg":"Too Many Requests [banned IP]"}' in /home/epzxlemp/public_html/api/blocktrail/blocktrail-sdk/src/Connection/RestClient.php:281
Stack trace:
#0 /home/epzxlemp/public_html/api/blocktrail/blocktrail-sdk/src/Connection/RestClient.php(246): Blocktrail\SDK\Connection\RestClient->responseHandler(Object(GuzzleHttp\Message\Response))
#1 /home/epzxlemp/public_html/api/blocktrail/blocktrail-sdk/src/Connection/RestClient.php(127): Blocktrail\SDK\Connection\RestClient->request('GET', 'wallet/Antony', NULL, NULL, 'http-signatures', NULL, NULL)
#2 /home/epzxlemp/public_html/api/blocktrail/blocktrail-sdk/src/BlocktrailSDK.php(687): Blocktrail\SDK\Connection\RestClient->get('wallet/Antony', NULL, 'http-signatures')
#3 /home/epzxlemp/public_html/api/blocktrail/blocktrail-sdk/src/BlocktrailSDK.php(657): Blocktrail\SDK\BlocktrailSDK->getWallet('Antony')
#4 /home/epzxlemp/public_ in /home/epzxlemp/public_html/api/blocktrail/blocktrail-sdk/src/Connection/RestClient.php on line 281

Anyone can help me with this?
Thanks.


Title: Re: [BlockTrail] API Issues.
Post by: lite on January 26, 2017, 07:28:26 PM
Did you contact blocktrail support regarding this matter, they'll be able to help you much better. here send them an email support@blocktrail.com


Title: Re: [BlockTrail] API Issues.
Post by: eckmar on January 26, 2017, 09:47:19 PM
When you get that message it should refer to the IP that request was sent from (your server IP) but you said you already changed that so my guess is they banned your domain name. Try sending request from local development server and see what would happen