We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edb3fd2 commit 74c6615Copy full SHA for 74c6615
api/index.php
@@ -43,6 +43,6 @@
43
$result = $es->getLastTransfers($options);
44
break;
45
default:
46
- $ctr->sendError(17, 'Invalid request, check https://github.com/EverexIO/Ethplorer/wiki/Ethplorer-API for API specification');
+ $ctr->sendError(17, 'Invalid request, check API manual there: https://github.com/EverexIO/Ethplorer/wiki/Ethplorer-API');
47
}
48
$ctr->sendResult($result);
0 commit comments