apiKey: Backend only - never expose in frontend codeappId: Safe for frontend - requires domain whitelist configuration
Properties
| Property | Type | Description |
|---|---|---|
apiKey? | string | API key for backend authentication (never expose in frontend code) |
environment | GridEnvironment | Target environment (sandbox or production) |
baseUrl? | string | Base URL for the Grid API |
appId? | string | Application ID for frontend (safe to expose, whitelist domains in dashboard) |
timeout? | number | Request timeout in milliseconds |
retryAttempts? | number | Retry attempts for failed requests |
solanaRpcUrl? | string | Solana RPC endpoint URL |