Pro API Error Type

Detailed explanation of common errors when applying Solscan Pro API endpoints.

Error Type: 400 (Bad Request)

  • 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