Skip to main content
Grid API client configuration Security:
  • apiKey: Backend only - never expose in frontend code
  • appId: Safe for frontend - requires domain whitelist configuration

Properties

PropertyTypeDescription
apiKey?stringAPI key for backend authentication (never expose in frontend code)
environmentGridEnvironmentTarget environment (sandbox or production)
baseUrl?stringBase URL for the Grid API
appId?stringApplication ID for frontend (safe to expose, whitelist domains in dashboard)
timeout?numberRequest timeout in milliseconds
retryAttempts?numberRetry attempts for failed requests
solanaRpcUrl?stringSolana RPC endpoint URL