Accounts
Get Ether Balance for a Single Address
Returns the Ether balance of a given address.
https://api-nova.arbiscan.io/api
?module=account
&action=balance
&address=0x9295F4F98197b2f5ae2382C2183906AD2d3a7411
&tag=latest
&apikey=YourApiKeyToken
Query Parameters
Sample response
{
"status": "1",
"message": "OK",
"result": "100000000000000"
}
Convert Ethereum units using our Unit Converter.
Get Ether Balance for Multiple Addresses in a Single Call
Returns the balance of the accounts from a list of addresses.
https://api-nova.arbiscan.io/api
?module=account
&action=balancemulti
&address=0x9295F4F98197b2f5ae2382C2183906AD2d3a7411,0xa3a6F4f98197B2F5AE2382c2183906AD2d3A8522,0x198ef1ec325a96cc354c7266a038be8b5c558f67
&tag=latest
&apikey=YourApiKeyToken
Query Parameters
Sample Response
{
"status": "1",
"message": "OK",
"result": [
{
"account": "0x9295F4F98197b2f5ae2382C2183906AD2d3a7411",
"balance": "100000000000000"
},
{
"account": "0xa3a6F4f98197B2F5AE2382c2183906AD2d3A8522",
"balance": "0"
},
{
"account": "0x198ef1ec325a96cc354c7266a038be8b5c558f67",
"balance": "0"
}
]
}
📖 Tip: The result
is returned in wei.
Convert Ethereum units using our Unit Converter.
Get a list of 'Normal' Transactions By Address
Returns the list of transactions performed by an address, with optional pagination.
https://api-nova.arbiscan.io/api
?module=account
&action=txlist
&address=0x3d080421c9dd5fb387d6e3124f7e1c241ade9568
&startblock=0
&endblock=99999999
&page=1
&offset=10
&sort=asc
&apikey=YourApiKeyToken
Query Parameters
Sample Response
{
"status": "1",
"message": "OK",
"result": [
{
"blockNumber": "658398",
"blockHash": "0x2072321daff1ba4f665e0ec24c055af448cd9f394cb52d4e7ec62a09023c7975",
"timeStamp": "1666180043",
"hash": "0xad930f2385d7f6b5c990ae5fa89530fc182b9eba44b6b5ecdcfcda97012a7ba4",
"nonce": "0",
"transactionIndex": "1",
"from": "0x4e190421c9dd5fb387d6e3124f7e1c241adea679",
"to": "0x3d080421c9dd5fb387d6e3124f7e1c241ade9568",
"value": "100000000000000000",
"gas": "0",
"gasPrice": "100000000",
"gasPriceBid": "0",
"input": "0x",
"methodId": "0x",
"functionName": "",
"contractAddress": "",
"cumulativeGasUsed": "0",
"txreceipt_status": "1",
"gasUsed": "0",
"confirmations": "6296000",
"isError": "0"
},
{
"blockNumber": "659084",
"blockHash": "0x33413b5e4f2a275ca06f1c24e125617afa83d089993bd22e1670c1449c3cf21c",
"timeStamp": "1666183534",
"hash": "0xd7a9bdb4b9eca79c89eabd2f8324abf7af02944222a3dfafebf341a501807b3f",
"nonce": "0",
"transactionIndex": "1",
"from": "0x3d080421c9dd5fb387d6e3124f7e1c241ade9568",
"to": "",
"value": "0",
"gas": "345496",
"gasPrice": "100000000",
"gasPriceBid": "2600000000",
"input": "0x60806040523480156200001157600080fd5b50604051620007e6380380620007e6833981810160405281019062000037919062000185565b80600290805190602001906200004f92919062000057565b50506200035a565b82805462000065906200026b565b90600052602060002090601f016020900481019282620000895760008555620000d5565b82601f10620000a457805160ff1916838001178555620000d5565b82800160010185558215620000d5579182015b82811115620000d4578251825591602001919060010190620000b7565b5b509050620000e49190620000e8565b5090565b5b8082111562000103576000816000905550600101620000e9565b5090565b60006200011e6200011884620001ff565b620001d6565b9050828152602081018484840111156200013d576200013c6200033a565b5b6200014a84828562000235565b509392505050565b600082601f8301126200016a576200016962000335565b5b81516200017c84826020860162000107565b91505092915050565b6000602082840312156200019e576200019d62000344565b5b600082015167ffffffffffffffff811115620001bf57620001be6200033f565b5b620001cd8482850162000152565b91505092915050565b6000620001e2620001f5565b9050620001f08282620002a1565b919050565b6000604051905090565b600067ffffffffffffffff8211156200021d576200021c62000306565b5b620002288262000349565b9050602081019050919050565b60005b838110156200025557808201518184015260208101905062000238565b8381111562000265576000848401525b50505050565b600060028204905060018216806200028457607f821691505b602082108114156200029b576200029a620002d7565b5b50919050565b620002ac8262000349565b810181811067ffffffffffffffff82111715620002ce57620002cd62000306565b5b80604052505050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b600080fd5b600080fd5b600080fd5b600080fd5b6000601f19601f8301169050919050565b61047c806200036a6000396000f3fe608060405234801561001057600080fd5b506004361061004c5760003560e01c80630dbe671f146100515780633fb5c1cb1461006f5780634d90bacd1461008b5780638381f58a146100a9575b600080fd5b6100596100c7565b604051610066919061025f565b60405180910390f35b610089600480360381019061008491906101c0565b610155565b005b61009361016b565b6040516100a09190610244565b60405180910390f35b6100b16101a5565b6040516100be9190610281565b60405180910390f35b600280546100d490610389565b80601f016020809104026020016040519081016040528092919081815260200182805461010090610389565b801561014d5780601f106101225761010080835404028352916020019161014d565b820191906000526020600020905b81548152906001019060200180831161013057829003601f168201915b505050505081565b60018161016291906102b8565b60018190555050565b600060017fa3f0ad74e5423aebfd80d3ef4346578335a9a72aeaee59ff6cb3582b35133d5160001c61019d919061030e565b60001b905090565b60015481565b6000813590506101ba8161042f565b92915050565b6000602082840312156101d6576101d5610419565b5b60006101e4848285016101ab565b91505092915050565b6101f681610342565b82525050565b60006102078261029c565b61021181856102a7565b9350610221818560208601610356565b61022a8161041e565b840191505092915050565b61023e8161034c565b82525050565b600060208201905061025960008301846101ed565b92915050565b6000602082019050818103600083015261027981846101fc565b905092915050565b60006020820190506102966000830184610235565b92915050565b600081519050919050565b600082825260208201905092915050565b60006102c38261034c565b91506102ce8361034c565b9250827fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff03821115610303576103026103bb565b5b828201905092915050565b60006103198261034c565b91506103248361034c565b925082821015610337576103366103bb565b5b828203905092915050565b6000819050919050565b6000819050919050565b60005b83811015610374578082015181840152602081019050610359565b83811115610383576000848401525b50505050565b600060028204905060018216806103a157607f821691505b602082108114156103b5576103b46103ea565b5b50919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b600080fd5b6000601f19601f8301169050919050565b6104388161034c565b811461044357600080fd5b5056fea26469706673582212204011b141d4207009b407919786548d95235d0634ccf61bbcfc4cadfa4ec612bc64736f6c63430008070033000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000010100000000000000000000000000000000000000000000000000000000000000",
"methodId": "0x60806040",
"functionName": "",
"contractAddress": "0xb11cf21feb3f4e1ee294fbbb654b1868236eeafc",
"cumulativeGasUsed": "344336",
"txreceipt_status": "1",
"gasUsed": "344336",
"confirmations": "6295314",
"isError": "0"
}
]
}
Get a list of 'Internal' Transactions by Address
Returns the list of internal transactions performed by an address, with optional pagination.
https://api-nova.arbiscan.io/api
?module=account
&action=txlistinternal
&address=0x639A647fbe20b6c8ac19E48E2de44ea792c62c5C
&startblock=0
&endblock=99999999
&page=1
&offset=10
&sort=asc
&apikey=YourApiKeyToken
Query Parameters
Sample Response
{
"status": "1",
"message": "OK",
"result": [
{
"blockNumber": "26324",
"timeStamp": "1660298474",
"hash": "0x850d5de5ce7e291ae694db196b91a00c17aa510905a9526c8e7986c73d28be78",
"from": "0x639a647fbe20b6c8ac19e48e2de44ea792c62c5c",
"to": "0x722e8bdd2ce80a4422e880164f2079488e115365",
"value": "8000000000000000",
"contractAddress": "",
"input": "",
"type": "call",
"gas": "65446",
"gasUsed": "36987",
"traceId": "0_1",
"isError": "0",
"errCode": ""
},
{
"blockNumber": "38185",
"timeStamp": "1660399468",
"hash": "0xeee35de5a7676494852baaf14d3f3afc53521b34259ad09e1cee8fc9d204fd5a",
"from": "0x722e8bdd2ce80a4422e880164f2079488e115365",
"to": "0x639a647fbe20b6c8ac19e48e2de44ea792c62c5c",
"value": "4000000000000000",
"contractAddress": "",
"input": "",
"type": "call",
"gas": "88073",
"gasUsed": "95",
"traceId": "0_1_1_1",
"isError": "0",
"errCode": ""
}
]
}
Get 'Internal Transactions' by Transaction Hash
Returns the list of internal transactions performed within a transaction.
https://api-nova.arbiscan.io/api
?module=account
&action=txlistinternal
&txhash=0x7f8a6eb0e7154143999e32614b1de2fe918a02f9b169fa369fb308548c426568
&apikey=YourApiKeyToken
Query Parameters
Sample Response
{
"status": "1",
"message": "OK",
"result": [
{
"blockNumber": "1836672",
"timeStamp": "1673956260",
"from": "0x639a647fbe20b6c8ac19e48e2de44ea792c62c5c",
"to": "0x722e8bdd2ce80a4422e880164f2079488e115365",
"value": "45780900000000000",
"contractAddress": "",
"input": "",
"type": "call",
"gas": "51895",
"gasUsed": "36987",
"isError": "0",
"errCode": ""
}
]
}
The isError
field returns 0
for successful transactions and 1
for rejected/cancelled transactions.
Get "Internal Transactions" by Block Range
Returns the list of internal transactions performed within a block range, with optional pagination.
https://api-nova.arbiscan.io/api
?module=account
&action=txlistinternal
&startblock=100
&endblock=110
&page=1
&offset=10
&sort=asc
&apikey=YourApiKeyToken
Query Parameters
Sample Response
{
"status": "1",
"message": "OK",
"result": [
{
"blockNumber": "100",
"timeStamp": "1657325784",
"hash": "0x5442de2fcd314cad388418bcfccd2a8f8ae3fc3c7abdf7f67d7f75bb7364ded2",
"from": "0x0000000000000000000000000000000000000000",
"to": "0x76e4eb6a9b654ac7290de059b612dc78bf0aec61",
"value": "571990055717632",
"contractAddress": "",
"input": "",
"type": "invalid",
"gas": "0",
"gasUsed": "0",
"traceId": "0_1",
"isError": "0",
"errCode": ""
},
{
"blockNumber": "100",
"timeStamp": "1657325784",
"hash": "0x5442de2fcd314cad388418bcfccd2a8f8ae3fc3c7abdf7f67d7f75bb7364ded2",
"from": "0x76e4eb6a9b654ac7290de059b612dc78bf0aec61",
"to": "0x0000000000000000000000000000000000000000",
"value": "39974702393136",
"contractAddress": "",
"input": "",
"type": "invalid",
"gas": "0",
"gasUsed": "0",
"traceId": "0_1",
"isError": "0",
"errCode": ""
},
{
"blockNumber": "100",
"timeStamp": "1657325784",
"hash": "0x5442de2fcd314cad388418bcfccd2a8f8ae3fc3c7abdf7f67d7f75bb7364ded2",
"from": "0x76e4eb6a9b654ac7290de059b612dc78bf0aec61",
"to": "0x3455faeee612eb837fb1b519e1b03b06adf3666d",
"value": "32015353324496",
"contractAddress": "",
"input": "",
"type": "invalid",
"gas": "0",
"gasUsed": "0",
"traceId": "0_1",
"isError": "0",
"errCode": ""
}
]
}
The isError
field returns 0
for successful transactions and 1
for rejected/cancelled transactions.
Get a list of 'ERC20 - Token Transfer Events' by Address
Returns the list of ERC-20 tokens transferred by an address, with optional filtering by token contract.
https://api-nova.arbiscan.io/api
?module=account
&action=tokentx
&contractaddress=0xdBA61558A49c0A836A4106502cFbe5870DAD1743
&address=0x301Bb26ae723d6dfBE3A14f47401ED7bE7a4C93A
&page=1
&offset=100
&startblock=0
&endblock=99999999
&sort=asc
&apikey=YourApiKeyToken
Usage:
ERC-20 transfers from an address, specify the
address
parameterERC-20 transfers from a contract address, specify the
contract address
parameterERC-20 transfers from an address filtered by a token contract, specify both
address
andcontract address
parameters.
Query Parameters
Sample Response
{
"status": "1",
"message": "OK",
"result": [
{
"blockNumber": "1264077",
"timeStamp": "1669642807",
"hash": "0x122f8eb0ee5eb5e972e98b1d7b87aaac5625ffc4e97d664d346aa0baaed1849e",
"nonce": "3",
"blockHash": "0xf8e382c873be5d850fe0dc94b064785af61e0cac8e78635f73212f3ada574ee5",
"from": "0x0000000000000000000000000000000000000000",
"contractAddress": "0xdba61558a49c0a836a4106502cfbe5870dad1743",
"to": "0x301bb26ae723d6dfbe3a14f47401ed7be7a4c93a",
"value": "263005750",
"tokenName": "Arbswap LP Token",
"tokenSymbol": "ALP",
"tokenDecimal": "18",
"transactionIndex": "1",
"gas": "245083",
"gasPrice": "100000000",
"gasUsed": "196489",
"cumulativeGasUsed": "196489",
"input": "deprecated",
"confirmations": "580316"
}
]
}
Get a list of 'ERC721 - Token Transfer Events' by Address
Returns the list of ERC-721 ( NFT ) tokens transferred by an address, with optional filtering by token contract.
https://api-nova.arbiscan.io/api
?module=account
&action=tokennfttx
&contractaddress=0x6f81e9D51Bf482EC3f3724B28eEFE9f9fBe4Fe04
&address=0x06e0fe46a6590d32377eb0d9a8ad6f9d9adfd74c
&page=1
&offset=100
&startblock=0
&endblock=99999999
&sort=asc
&apikey=YourApiKeyToken
Usage:
ERC-721 transfers from an address, specify the
address
parameterERC-721 transfers from a contract address, specify the
contract address
parameterERC-721 transfers from an address filtered by a token contract, specify both
address
andcontract address
parameters.
Query Parameters
Sample Response
{
"status": "1",
"message": "OK",
"result": [
{
"blockNumber": "993576",
"timeStamp": "1668129032",
"hash": "0xd29706c56396c58a51d7ff4cfd66a03276e8ba45a1c999cfb4287a1d28b3c7e3",
"nonce": "1",
"blockHash": "0xe5e8834312ff9a00a7f432a865b76cf5bc40b20caf811eb492696611fad759a4",
"from": "0x0000000000000000000000000000000000000000",
"contractAddress": "0x6f81e9d51bf482ec3f3724b28eefe9f9fbe4fe04",
"to": "0x06e0fe46a6590d32377eb0d9a8ad6f9d9adfd74c",
"tokenID": "8325",
"tokenName": "Damned Pirates Society Gen1",
"tokenSymbol": "DPS",
"tokenDecimal": "0",
"transactionIndex": "1",
"gas": "1253808",
"gasPrice": "100000000",
"gasUsed": "1233768",
"cumulativeGasUsed": "1233768",
"input": "deprecated",
"confirmations": "850836"
},
{
"blockNumber": "993576",
"timeStamp": "1668129032",
"hash": "0xd29706c56396c58a51d7ff4cfd66a03276e8ba45a1c999cfb4287a1d28b3c7e3",
"nonce": "1",
"blockHash": "0xe5e8834312ff9a00a7f432a865b76cf5bc40b20caf811eb492696611fad759a4",
"from": "0x0000000000000000000000000000000000000000",
"contractAddress": "0x6f81e9d51bf482ec3f3724b28eefe9f9fbe4fe04",
"to": "0x06e0fe46a6590d32377eb0d9a8ad6f9d9adfd74c",
"tokenID": "8326",
"tokenName": "Damned Pirates Society Gen1",
"tokenSymbol": "DPS",
"tokenDecimal": "0",
"transactionIndex": "1",
"gas": "1253808",
"gasPrice": "100000000",
"gasUsed": "1233768",
"cumulativeGasUsed": "1233768",
"input": "deprecated",
"confirmations": "850836"
}
]
}
Last updated