Clients
Client Comparison
GrvtRawClient
Initialization
import { GrvtEnv, GrvtRawClient } from "@wezzcoetzee/grvt";
const client = new GrvtRawClient({
env: GrvtEnv.TESTNET,
apiKey: "your-api-key", // Required for authenticated endpoints
});Options
Option
Type
Default
Description
Usage Example
Available Methods
GrvtClient
Initialization
Options
Option
Type
Default
Description
Market Loading
Order Methods
Market Data Methods
Account Methods
Available Methods
Custom Transport
Accessing the Raw Client
Next Steps
Last updated