Starting up guide

I wanna know if we can use moralis wallet api’s on client side. My dAPP is operating without a backend and there is no plan to implement a backend for the application. I wanna get wallet transaction history using moralis wallet API fron react application. Is it possible to do it ? and what is the pricing for it

Hi @hammad283

Moralis API can work on client side application but it is not recommend to use it on client side as it exposes the API key. I would recommend using frameworks like next js where you can make server side calls while keeping your API key private.