Preparing search index...
The search index is not available
Katana Perps SDK Reference
Katana Perps 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
Katana Perps Sandbox API
If not provided or
false
, will point to the Katana Perps 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
Katana Perps Home
Katana Perps API Docs
SDK GitHub
Exchange Sandbox
Katana Perps SDK Reference
Loading...
Public REST API client options
See