Get transactions of an address

Get transactions of an address

Log in to see full request history

Sample Request

curl --request GET \ --url 'https://api.0xscope.com/v2/address/transactions?address=0x690b9a9e9aa1c9db991c7721a92d351db4fac990&chain=ethereum&limit=10&page=1' \ --header 'API-KEY: your-api-key' \ --header 'accept: */*'

Sample Response

{ "code": 0, "data": { "total": 76695, "limit": 10, "page": 1, "rows": [ { "txhash": "0x3d0c68d1dabd75ef547847475e4f14a8916f9cb7f7126ca430e532be9c4f25e7", "timestamp": 1683860675, "from": "0x0000000000e3c7175357aae6fce025be01aa13ca", "to": "0x690b9a9e9aa1c9db991c7721a92d351db4fac990", "value": [ { "amount": 0.00001030747850452, "amountString": "0.00001030747850452", "tokenAddress": "0x0000000000000000000000000000000000000000", "symbol": "ETH", "tokenType": null } ], "method_decoded": "0x641b9274" }, { "txhash": "0x55fcc129982a8c5df71e2f2ce1d5e4bb03ef25d9e95dff4a80a4e441d4ed4cc5", "timestamp": 1683860675, "from": "0x690b9a9e9aa1c9db991c7721a92d351db4fac990", "to": "0x388c818ca8b9251b393131c08a736a67ccb19297", "value": [ { "amount": -1.644178608521564, "amountString": "-1.644178608521564", "tokenAddress": "0x0000000000000000000000000000000000000000", "symbol": "ETH", "tokenType": null } ], "method_decoded": "0x" }, { "txhash": "0x607a2a62e100ec855856c53be49d6480cb4d45d949819eaeab8faa95d9c76f91", "timestamp": 1683860627, "from": "0x690b9a9e9aa1c9db991c7721a92d351db4fac990", "to": "0x388c818ca8b9251b393131c08a736a67ccb19297", "value": [ { "amount": -0.3607678603042195, "amountString": "-0.3607678603042195", "tokenAddress": "0x0000000000000000000000000000000000000000", "symbol": "ETH", "tokenType": null } ], "method_decoded": "0x" }, ... ] }, "uuid": 1656858124629704700 }
Query Params
string
required
Defaults to 0x690b9a9e9aa1c9db991c7721a92d351db4fac990
string
required
Defaults to ethereum

specific the network

string
required
Defaults to 10

limit

string
required
Defaults to 1

page

Response

Language
Credentials
Click Try It! to start a request and see the response here! Or choose an example:
*/*