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 Native Balance

Endpoint: /evm/wallet/balance
socket.emit("/evm/wallet/balance", {
  chain: "eth",
  wallet: "0x10a64c6d7f12c47b7c66c5b4e20e72bc1fcd5d9e",
});

Get Token Balance

Endpoint: /evm/wallet/balance/token
socket.emit("/evm/wallet/balance/token", {
  chain: "eth",
  token: "0x6982508145454Ce325dDbE47a25d4ec3d2311933",
  wallet: "0x10a64c6d7f12c47b7c66c5b4e20e72bc1fcd5d9e",
});