-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
API problem #7
Comments
Send a POST request, don't use GET request. |
@Flyingblue
|
Yes, but is POST.... the documentation said wrong method... Make PHP post request.
|
@Flyingblue Appreciate for your help, it finally worked ! but there is something so strange! |
Your welcome ;-) I don't know, I don't have that problem. |
@Flyingblue This is server production test, I made a ticket and waiting for support, its unusual . |
Hi.
I used cryptoloot HTTP API like:
https://api.crypto-loot.com/user/balance?name=1256****156&secret=66f5610f5533e9bf****************e84891528dd0
and its responded :
{ "success": "false", "error": "invalid_secret" }
I copied "exact" key from dashboard. whats wrong?
The text was updated successfully, but these errors were encountered: