@parifi/sdk
Version:
Parifi SDK with common utility functions
10 lines (8 loc) • 710 B
TypeScript
declare const fetchRealizedPnlData: (userAddress: string) => string;
declare const fetchPortfolioData: (userAddresses: string[]) => string;
declare const fetchAccountByWalletAddress: (walletAddress: string) => string;
declare const fetchLeaderboardUserData: (userAddresses: string[]) => string;
declare const fetchIntegratorFees: (userAddresses: string[]) => string;
declare const checkExistingUser: (userAddress: string) => string;
declare const depositedCollateralForSnxAccountsQuery: (accountIds: string[]) => string;
export { checkExistingUser, depositedCollateralForSnxAccountsQuery, fetchAccountByWalletAddress, fetchIntegratorFees, fetchLeaderboardUserData, fetchPortfolioData, fetchRealizedPnlData };