CoinPaymentsNet / coinpayments-php

MIT License
54 stars 30 forks source link

Too many errors in the last two minutes #5

Closed RNKushwaha closed 5 years ago

RNKushwaha commented 5 years ago

When I test it on localhost its working fine but when I uploaded it to the server it gives the following error message always-

Too many errors in the last two minutes from 2001:41d0:303:20a8:: please fix your code 
and try again
Crypto2 commented 5 years ago

That happens if you receive too many API errors in too short of a time, check your local logs or API logs on CoinPayments to see what errors you got. (Invalid address, trying to withdraw more than your balance, making calls your key doesn't have permission to, whatever.)

RNKushwaha commented 5 years ago

@Crypto2 I have enabled every permission for the API and if it is not enabled then localhost should also give the same error but its working on localhost. I have checked the API log it does not show any kind of error. I am trying to create a transaction not withdraw.

Crypto2 commented 5 years ago

You'd probably have to post a support ticket.