Preparing search index...
The search index is not available
IDEX SDK Reference
IDEX SDK Reference
RestPublicClientOptions
Interface RestPublicClientOptions
Public REST API client options
See
typedoc
Reference Documentation
client
RestPublicClient
interface
RestPublicClientOptions
{
sandbox
?:
boolean
;
apiKey
?:
string
;
}
Index
Properties
sandbox?
api
Key?
Properties
Optional
sandbox
sandbox
?:
boolean
If
true
, the client will point to
IDEX Sandbox API
If not provided or
false
, will point to the IDEX Production API.
Default Value
false
Copy
Optional
api
Key
api
Key
?:
string
Optional for public clients
Increases rate limits when provided
Settings
Member Visibility
Inherited
Deprecated
Theme
OS
Light
Dark
On This Page
sandbox
api
Key
IDEX Home
IDEX API Docs
SDK GitHub
Exchange Sandbox
IDEX SDK Reference
Loading...
Public REST API client options
See