TzScan API v3를 사용하여 주소의 거래 목록을 얻으려면 어떻게해야합니까?
1 대답
- 투표
작업 엔드 포인트를 사용하여 트랜잭션을 필터링 할 수 있습니다.
https://api1.tzscan.io/v1/operations/$address?type=Transaction
분명히 문제의 주소로 주소를 바꿉니다.금액,목적지,소스,요금,가스 한도,저장 한도,tx가 내부 인 경우 및tx가 실패했는지 여부를 검색 할 수 있습니다.
You can use the operations endpoint, filtering for transactions:
https://api1.tzscan.io/v1/operations/$address?type=Transaction
Obviously swap address for the address in question. You can retreive the amount, destination, source, fee, gas limit, storage limit, if the tx was internal and also if the tx failed or not.
TzScan.io API 문서를 읽었지만 특정 주소의 트랜잭션 목록을 가져올 수있는 엔드 포인트를 찾을 수 없습니다.TzScan.io에 이미 트랜잭션 TAB 기능이 있다는 점을 고려할 때 이것이 존재할 수 있습니다.그렇다면tz1 주소로 이루어진 거래 목록을 어떻게 얻을 수 있습니까?