galoy-cli 0.1.7

A CLI Client for interacting with Galoy Backend
Documentation
query QueryMe {
  me {
    id
    username
    phone
    defaultAccount {
      __typename
      id
      defaultWalletId
      displayCurrency
      wallets {
        __typename
        id
        balance
        walletCurrency
      }
    }
  }
}