eth_getLogs

입력한 필터 조건에 부합하는 Log들을 조회합니다. 별도의 필터를 생성하여 필터 ID로 조회하지 않고, 요청에 바로 필터 조건을 입력하여 조회합니다.

🚧

응답 시간이 오래 걸리나요? 블록 범위에 따라 응답 시간이 길어질 수 있습니다!

특정 블록 범위 내의 이벤트 로그를 검색할 때, 검색 범위가 넓거나 많은 이벤트가 발생한 블록을 포함하는 경우 응답 시간이 길어질 수 있습니다.
만약 빠른 응답을 원한다면 검색 범위를 좁히고, 특정 이벤트 필터를 추가하여 요청하는 데이터를 최소화하세요.

Log in to see full request history
timestatususer agent
Retrieving recent requests…
LoadingLoading…
Body Params
integer
required
Defaults to 1
string
required
Defaults to 2.0
string
required
Defaults to eth_getLogs
params
array of objects
required
length between 1 and 1
Defaults to [object Object]
params*
string
Defaults to 0x12C1A00

블록 지정을 위해 블록 넘버 또는 블록 태그 중 하나를 사용할 수 있습니다.

  • 블록 넘버: 16진수 문자열 (ex. "0x1")
  • 블록 태그: enum 문자열 (ex. "latest", "earliest", "pending")
string
Defaults to 0x12C1A00

블록 지정을 위해 블록 넘버 또는 블록 태그 중 하나를 사용할 수 있습니다.

  • 블록 넘버: 16진수 문자열 (ex. "0x1")
  • 블록 태그: enum 문자열 (ex. "latest", "earliest", "pending")
address
array of strings

필터링하고자 하는 주소를 배열 형식으로 입력합니다.

address
topics
array of strings
1 to 4
Defaults to 0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef,0x000000000000000000000000d8dA6BF26964aF9D7eEd9e03E53415D37aA96045

Topics는 트랜잭션 로그의 토픽 필터링을 위한 토픽 배열입니다. 각 토픽은 32바이트 길이의 16진수 문자열로 표현됩니다.

Topics
Responses

Response body
json

Language
Credentials
URL
Click Try It! to start a request and see the response here! Or choose an example:
application/json
English
Powered by Localize
한국어