eth_getBalance

특정 계정 주소가 소유한 Native Token 자산 잔고를 조회할 수 있습니다.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

생성한 노드 환경에 부여되는 ID. 19자리 숫자형식입니다.

Body Params
int32
required
Defaults to 1
string
required
Defaults to 2.0
string
Defaults to eth_getBalance
json
required
Defaults to ["0xebe80f029b1c02862b9e8a70a7e5317c06f62cae","latest"]

다음 파라미터들을 타입에 맞게 배열로 입력합니다.

1. address: 조회하고자 하는 계정의 주소를 입력합니다.

2. blockIdentifier : 특정 블록을 기준으로 해당 계정의 잔고를 조회할 수 있습니다. 블록 지정을 위해 블록의 해시값, Number 값(hex형식), 또는 다음 태그 중 하나를 사용할 수 있습니다 - "pending", "latest", "earliest".

Response

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json