i am using https://blockchain.info/q api For checking my balance i use this link : `https://blockchain.info/ru/q/getreceivedbyaddress/a37ab54a i want to know senders adress and or history of my wallet transactions via api . Is it possible ?
Not using that API, it isn't. There's only a few address related lookups as seen here, and none of them return a list of senders/receivers. However, with the complete API, you can get a list of transactions as json with the format https://blockchain.info/rawaddr/$bitcoin_address
.