Skip to content

Instantly share code, notes, and snippets.

@satran004
Created November 6, 2018 15:51
Show Gist options
  • Save satran004/8e07a321a4cb3709146344fc0e2dd6ed to your computer and use it in GitHub Desktop.
Save satran004/8e07a321a4cb3709146344fc0e2dd6ed to your computer and use it in GitHub Desktop.
AION GraphQL - Get balance of an account
BALANCE_QUERY: string = `
query balance($address: String!) {
chainApi {
balance(address: $address)
}
}`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment