Interface RestPublicClientOptions

Public REST API client options

interface RestPublicClientOptions {
    sandbox?: boolean;
    apiKey?: string;
}

Properties

Properties

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
apiKey?: string

Optional for public clients

  • Increases rate limits when provided