# API response codes

<table><thead><tr><th width="140">CODE</th><th width="422">MESSAGE</th><th align="center">SUCESS BOOLEAN</th></tr></thead><tbody><tr><td>0</td><td>Request was Unsuccessful</td><td align="center">false</td></tr><tr><td>1</td><td>Request was Successful</td><td align="center">true</td></tr><tr><td>100</td><td></td><td align="center">true</td></tr><tr><td>101</td><td>Invalid Authentication Token</td><td align="center">false</td></tr><tr><td>102</td><td>API Rate Limit Reached</td><td align="center">false</td></tr><tr><td>103</td><td>Invalid Input</td><td align="center">false</td></tr><tr><td>104</td><td>Duplicate Request</td><td align="center">false</td></tr><tr><td>105</td><td>Invalid IP Address</td><td align="center">false</td></tr><tr><td>108</td><td>System under Maintenance</td><td align="center">false</td></tr><tr><td>109</td><td>Account Suspended</td><td align="center">false</td></tr><tr><td>110</td><td>Cannot complete this transaction, please contact admin</td><td align="center">false</td></tr><tr><td>111</td><td>Invalid Login Details</td><td align="center">false</td></tr><tr><td>112</td><td>Transaction Failed</td><td align="center">false</td></tr><tr><td>113</td><td>Insufficient Balance to Complete Transaction</td><td align="center">false</td></tr><tr><td>114</td><td>Account has no configuration for quoted currency</td><td align="center">false</td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://yogupay.gitbook.io/yogupay-payout-api/developers/api-response-codes.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
