MeroSamriddhi
    MeroSamriddhi
    • Auth
      • Auth
        • login
        • loginWithGoogle
        • loginWithApple
        • loginWithFacebook
        • register
        • changePassword
        • me
        • updateMe
        • addProfilePicture
        • initConnectEmail
        • verifyConnectEmail
        • connectGoogle
        • connectApple
        • connectFacebook
        • disconnectProvider
        • appleCallback
        • refreshToken
        • sendForgotPasswordOtp
        • validateForgotPasswordOtp
        • changePasswordWithOtp
      • Feedback
        • createFeedback
    • Stocks
      • Portfolios
        • getPortfolios
        • createPortfolio
        • resetPortfolio
        • getPortfolio
        • updatePortfolio
        • deletePortfolio
        • getPortfolioTrades
        • getPortfolioItems
        • addTrade
        • addTrades
        • getPortfolioItem
        • deletePortfolioItem
        • updatePortfolioItemTarget
        • getPortfolioItemTrades
        • getPortfolioItemTrade
        • updatePortfolioItemTrade
        • deletePortfolioItemTrade
      • Tickers
        • getTickers
        • createTicker
        • getTicker
        • deleteTicker
      • Watchlists
        • getWatchlists
        • createWatchlist
        • getWatchlist
        • updateWatchlist
        • deleteWatchlist
        • getWatchlistItem
        • deleteWatchlistItem
        • getWatchlistItems
        • addWatchlistItem
      • Layouts
        • getLayouts
        • createLayout
        • getLayout
        • updateLayout
        • deleteLayout
        • getWindows
        • createWindow
        • getWindow
        • updateWindow
        • deleteWindow
      • Trades
        • getTrades
      • Performance
        • getPerformance
        • getPortfolioPerformance
        • getPortfolioItemPerformance
    • Samriddhi
      • Utilities
        • processScreenshots
        • getExchangeRates
      • Category
        • getCategories
        • createCategory
        • getCategory
        • updateCategory
        • deleteCategory
      • Bank
        • getBanks
        • searchBanks
      • Account
        • createAccount
        • getAccounts
        • getAccount
        • updateAccount
        • deleteAccount
        • getAccountTransactions
        • createAccountTransaction
        • getAccountTransaction
        • updateAccountTransaction
        • deleteAccountTransaction
      • Transactions
        • getTransactions
      • Analytics
        • getReport
      • ScheduledPayment
        • getScheduledPayments
        • createScheduledPayment
        • getScheduledPayment
        • updateScheduledPayment
        • deleteScheduledPayment
      • Jewellery
        • getJewelleryRate
        • getJewelleryReport
        • createJewelleryTransaction
        • getJewelleryTransactions
        • getJewelleryTransaction
        • updateJewelleryTransaction
        • deleteJewelleryTransaction
    • Schemas
      • Schemas
        • BankAccount
        • TickerType
        • NewBankAccount
        • InterestConfig
        • NewInvestment
        • InvestmentType
        • Loan
        • InvestmentOption
        • Investment
        • BankAccountType
      • AuthUser
      • UserSession
      • PaginationMetadata
      • OAuthCredential
      • AuthToken
      • Bank
      • OAuthProvider
      • NewUser
      • Ticker
      • Account
      • GoogleCrediential
      • User
      • Location
      • AppleCredential
      • ForgotPasswordRequest
      • Portfolio
      • UpdateUser
      • NewAccount
      • FacebookCredential
      • LivePriceItem
      • NewTransaction
      • ReccuringConfig
      • NewPortfolio
      • Transaction
      • UserBalance
      • Feedback
      • PortfolioType
      • TransactionType
      • AccountBalance
      • PaginatedPortfolios
      • PortfolioItem
      • HoldingDays
      • TransactionsResult
      • PortfolioItemTarget
      • RecurringPeriod
      • StockTarget
      • EmailVerification
      • TransactionFacet
      • ScheduledPaymentsResult
      • PaginatedPortfolioItems
      • NewTrade
      • ScheduledPaymentFacet
      • Trade
      • Category
      • PaginatedTrades
      • NewCategory
      • AccountType
      • TradeType
      • CategoryType
      • BudgetTarget
      • DateRangeOptions
      • Watchlist
      • NewBudgetTarget
      • FutureDateRangeOptions
      • WatchlistItem
      • Budget
      • TickerAlert
      • CashFlow
      • TickerAlertType
      • BalanceTrend
      • PriceItem
      • Balance
      • IndexHistory
      • ExpenseSummary
      • PaymentStatus
      • SecurityType
      • ExpenseSummaryItem
      • Security
      • DashboardAnalytics
      • Report
      • ReportReturn
      • ReportRight
      • EPS
      • FloorSheetResponse
      • FloorSheetItem
      • Broker
      • FloorsheetSummary
      • NewScheduledPayment
      • MarketDepth
      • ScheduledPayment
      • MarketDepthList
      • JewelleryPriceBasis
      • Layout
      • JewelleryRate
      • Window
      • JewelleryType
      • WindowType
      • JewelleryTransactionType
      • WindowRect
      • JewelleryUnit
      • TradesFacet
      • NewJewelleryTransaction
      • TradesResult
      • JewelleryTransaction
      • PortfolioPerformance
      • JewelleryReport
      • ExchangeRate
      • ExchangeRateResponse

    Account

    {
        "id": "string",
        "uid": "string",
        "name": "string",
        "type": "SAVINGS",
        "currency": "string",
        "returnConfig": {
            "amount": 0,
            "period": "DAILY",
            "quantity": 0
        },
        "investConfig": {
            "amount": 0,
            "period": "DAILY",
            "quantity": 0
        },
        "initialBalance": 0,
        "accountNumber": "string",
        "balance": 0,
        "location": {
            "latitude": 0,
            "longitude": 0,
            "streetAddress": "string",
            "district": "string",
            "state": "string",
            "country": "string"
        },
        "createdAt": "string",
        "updatedAt": "string",
        "endDate": "string"
    }
    Built with