Get Ethereum transactions by address

GET {{baseUrl}}/v3/ethereum/account/transaction/:address?pageSize=10&offset=0

1 credit per API call.


Get Ethereum transactions by address. This includes incoming and outgoing transactions for the address.

Request Params

KeyDatatypeRequiredDescription
pageSizenumber(Required) Max number of items per page is 50.
offsetnumberOffset to obtain next page of the data.

RESPONSES

status: OK

[{"blockHash":"0xcf2c40f475e78c7c19778e1ae999a0e371c9319b38182ea15dc94536f13f9137","status":true,"blockNumber":6470854,"from":"0x81b7E08F65Bdf5648606c89998A9CC8164397647","gas":21000,"gasPrice":"1000000000","transactionHash":"0xe6e7340394958674cdf8606936d292f565e4ecc476aaa8b258ec8a141f7c75d7","input":"0x","nonce":26836405,"to":"0xbC546fa1716Ed886967cf73f40e8F2F5e623a92d","transactionIndex":3,"value":"1000000000000000000","gasUsed":21000,"cumulativeGasUsed":314159,"contractAddress":"0x81b7E08F65Bdf5648606c89998A9CC8164397647","logs":[{"address":"0x81b7E08F65Bdf5648606c89998A9CC8164397647","topics":["0x033456732123ffff2342342dd12342434324234234fd234fd23fd4f23d4234"],"data":"string","logIndex":0,"transactionIndex":0,"transactionHash":"0xe6e7340394958674cdf8606936d292f565e4ecc476aaa8b258ec8a141f7c75d7"}]}]