-
-
Notifications
You must be signed in to change notification settings - Fork 337
Open
Description
https://api.etherscan.io/v2/api?apikey=0x5bd7A493Da1DE2879a8651f687D918595A2eb22B&chainid=1&module=account&action=balancehistory&address=0xde0b295669a9fd93d5f28d9ec85e40f4cb697bae&tag=latest&blockno=8000000const url = 'https://api.etherscan.io/v2/api?apikey=0x5bd7A493Da1DE2879a8651f687D918595A2eb22B&chainid=1&module=account&action=balancehistory&address=0xde0b295669a9fd93d5f28d9ec85e40f4cb697bae&tag=latest&blockno=8000000';
const options = {method: 'GET', body: undefined};
try {
const response = await fetch(url, options);
const data = await response.json();
console.log(data);
} catch (error) {
console.error(error);
}{
"status": "1",
"message": "OK",
"result": "610538078574759898951277"
}
Metadata
Metadata
Assignees
Labels
No labels