LogoLogo
  • Solscan Introduction
  • Solana Blockchain
  • Browsing the site
    • Home
    • Search Bar
    • Token Page
    • Blockchain Tab
    • Resources
      • Validators
      • Public API
    • SOLSCAN KNOWLEDGE BASE
      • General
        • What is Solscan?
        • Homepage
        • Analytic Dashboard
        • DeFi Dashboard
        • NFT Dashboard
          • Dashboard Overview
            • Collections
            • Marketplaces
              • Overview
              • Volume
              • Listing
              • Active Addresses
            • Activity
            • New NFT & All NFT
          • Collection Page
          • NFT Page
      • FAQs
      • Developer
      • Token & App
      • Tutorial
  • Transaction details
    • Labeling
    • Account
      • Asset Management / Token Holdings
    • Transaction Details
      • TX MAP
    • Program
    • Anchor Verified Programs
  • Integration
    • Solscan Integration Guideline
    • Update Token Details
    • Parse Instruction
    • Anchor Integration
    • Metaplex Integration
  • Solscan Tool
    • Download CSV Report
    • Interact With Program
  • Solscan Account
    • Create & Manage Your Account
    • Personal Label
    • Manage Watchlist
    • Notification Bot
  • API Access
    • Pro API Documentation
    • Pro API Endpoints
    • Solscan Pro API FAQ
    • How to generate your Solscan Pro API Key
    • Pro API Terms and Services
    • Pro API Error Type
  • Solscan Pro API Program Data Coverage
  • Solscan Pro API Postman Collection
Powered by GitBook
On this page

Was this helpful?

  1. API Access

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" }

}

PreviousPro API Terms and ServicesNextSolscan Pro API Program Data Coverage

Last updated 7 months ago

Was this helpful?