Solscan API Error Type
Detailed explanation of common errors when applying Solscan Pro API endpoints.
Last updated
Was this helpful?
Detailed explanation of common errors when applying Solscan Pro API endpoints.
Error Details: This error occurs when invalid data is provided in one of the parameters, resulting in a client-side request error. The API cannot process the request due to this incorrect input.
Solution: Verify the data being sent in the parameters. Make sure that all required fields are provided, the data types are correct, and any constraints or formatting rules are followed. Then, try the request again.
Example:
{
"success": false,
"errors": {
"code": 1100,
"message": "Validation Error: Address [TmUEfZi6dHe7DcFq2ALvB2tbB] is invalid" }
}
Last updated
Was this helpful?
Was this helpful?
