How to get sender address use incoming api

i use api(http://23.228.67.85:7890/account/transfers/incoming?address=TAE374WPO3R2TKBCHLLCDCF6RUVT3OLG3JWZ2HRM) get incomming data

result is

Blockquote
{
meta: {
innerHash: { },
id: 153327,
hash: {
data: “13c66bd39dd786d2e42ca69b08d0001417e1284cc26c206408cc5140200c700a”
},
height: 1243581
},
transaction: {
timeStamp: 85392829,
amount: 61000000,
signature: “6b97ad5eb5196027683b3159332e5ce956d00d5034c5909241c8273ff56cd559d804a4ccc12e010eadab78a065d9b44f11facbc4941c6b019a192e0a55fc4d0a”,
fee: 50000,
recipient: “TAE374WPO3R2TKBCHLLCDCF6RUVT3OLG3JWZ2HRM”,
type: 257,
deadline: 85396429,
message: { },
version: -1744830463,
signer: “d7e9c54ae377459231ea34d1c739ff9972b7997767a0941c247fe86d3c0f639b”
}
},

what is sender address?thx

This should be the pub-key of the account that signed this tx which is the account that sent it. Not 100% sure.
Your next question is probably how to convert that into an address eh ? I don’t know, you’d have to look it up in the techref.

thx.
in document have a interface:
account/get/from-public-key?publicKey={signer}
wil get sender address