Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.chainworks.co/llms.txt

Use this file to discover all available pages before exploring further.

Query wallet balances.

Get SOL Balance

Endpoint: /svm/wallet/balance
socket.emit("/svm/wallet/balance", {
  chain: "sol",
  wallet: "YourSolanaWalletPublicKey",
});

Get Token Balance

Endpoint: /svm/wallet/balance/token
socket.emit("/svm/wallet/balance/token", {
  chain: "sol",
  token: "DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263",
  wallet: "YourSolanaWalletPublicKey",
});