UNPKG

@coinbase/agentkit

Version:

Coinbase AgentKit core primitives

36 lines (35 loc) 655 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getAccountOutflowQuery = void 0; exports.getAccountOutflowQuery = ` query GetAccountData($id: ID!) { accounts(where: { id: $id }) { isSuperApp inflows { currentFlowRate token { symbol } sender { id } } outflows { currentFlowRate token { symbol } receiver { id } } accountTokenSnapshots { token { id } totalNumberOfActiveStreams totalNetFlowRate } } } `;