/estimateGas
POST
Summary: 현재 지원되지 않습니다.
Parameters
Responses
/getBalance/{ID}/{useLongestChain}
GET
Summary: account ID로 주어진 계정의 잔액을 조회합니다.
Parameters
이름 | 위치 | 설명 | 필수 파라미터 여부 | 스키마 |
ID | path | | Yes | string |
useLongestChain | path | | Yes | boolean (boolean) |
Responses
/getBlockByHash/{hash}/{complete}
GET
Summary: 블록해쉬로 블록 정보를 가져옵니다.
Parameters
이름 | 위치 | 설명 | 필수 파라미터 여부 | 스키마 |
hash | path | | Yes | string |
complete | path | | Yes | boolean (boolean) |
Responses
/getBlockByNum/{num}/{complete}
GET
Summary: 블록넘버로 블록 정보를 가져옵니다.
Parameters
이름 | 위치 | 설명 | 필수 파라미터 여부 | 스키마 |
num | path | | Yes | string (int64) |
complete | path | | Yes | boolean (boolean) |
Responses
/getHeight
GET
Summary: 현재 블록체인의 높이를 가져옵니다. (가장 마지막 블록넘버)
Responses
/getNetID
GET
Summary: 네트워크 아이디(net id)를 가져옵니다.
Responses
/getState/{key}
GET
Summary: 파라미터로 주어진 key로 stateDB에 저장된 값을 조회합니다.
Parameters
이름 | 위치 | 설명 | 필수 파라미터 여부 | 스키마 |
key | path | | Yes | string |
field | query | | No | string |
Responses
/getTxByHash/{hash}
GET
Summary: 트랜잭션 해시로 트랜잭션 정보를 조회합니다.
Parameters
이름 | 위치 | 설명 | 필수 파라미터 여부 | 스키마 |
hash | path | | Yes | string |
Responses
/getTxReceiptByHash/{hash}
GET
Summary: 해시로 트랜잭션 영수증(receipt)을 조회합니다.
Parameters
이름 | 위치 | 설명 | 필수 파라미터 여부 | 스키마 |
hash | path | | Yes | string |
Responses
/getTxReceiptByTxHash/{hash}
GET
Summary: 트랜잭션 해시를 통해 트랜잭션 영수증(receipt)을 조회합니다.
Parameters
이름 | 위치 | 설명 | 필수 파라미터 여부 | 스키마 |
hash | path | | Yes | string |
Responses
/sendRawTx
POST
Summary: 인코드 된 트랜잭션을 전송합니다.
Parameters
Responses
/subscribe
POST
Summary: 이벤트를 구독합니다.
Parameters
Responses
Models
EventTopic
이름 | 타입 | 설명 | 필수 파라미터 여부 |
EventTopic | string | | |
blockBlockHead
이름 | 타입 | 설명 | 필수 파라미터 여부 |
version | string (int64) | | No |
parentHash | byte | | No |
txsHash | byte | | No |
merkleHash | byte | | No |
info | byte | | No |
number | string (int64) | | No |
witness | string | | No |
time | string (int64) | | No |
cryptoSignatureRaw
이름 | 타입 | 설명 | 필수 파라미터 여부 |
algorithm | integer | | No |
sig | byte | | No |
pubKey | byte | | No |
eventEvent
이름 | 타입 | 설명 | 필수 파라미터 여부 |
topic | EventTopic | | No |
data | string | | No |
time | string (int64) | | No |
rpcBlockInfo
rpcGasRes
이름 | 타입 | 설명 | 필수 파라미터 여부 |
gas | string (uint64) | | No |
rpcGetBalanceRes
이름 | 타입 | 설명 | 필수 파라미터 여부 |
balance | string (int64) | | No |
rpcGetNetIDRes
이름 | 타입 | 설명 | 필수 파라미터 여부 |
ID | string | | No |
rpcGetStateRes
이름 | 타입 | 설명 | 필수 파라미터 여부 |
value | string | | No |
rpcHeightRes
이름 | 타입 | 설명 | 필수 파라미터 여부 |
height | string (int64) | | No |
rpcRawTxReq
이름 | 타입 | 설명 | 필수 파라미터 여부 |
data | byte | | No |
rpcSendRawTxRes
이름 | 타입 | 설명 | 필수 파라미터 여부 |
hash | string | | No |
rpcSubscribeReq
rpcSubscribeRes
rpctxReceiptRes
rpctxRes
이름 | 타입 | 설명 | 필수 파라미터 여부 |
txRaw | txTxRaw | | No |
hash | byte | | No |
txActionRaw
이름 | 타입 | 설명 | 필수 파라미터 여부 |
contract | string | | No |
action이름 | string | | No |
data | string | | No |
txReceiptRaw
이름 | 타입 | 설명 | 필수 파라미터 여부 |
type | integer | | No |
content | string | | No |
txStatusRaw
이름 | 타입 | 설명 | 필수 파라미터 여부 |
code | integer | | No |
message | string | | No |
txTxRaw
txTxReceiptRaw
이름 | 타입 | 설명 | 필수 파라미터 여부 |
txHash | byte | | No |
gasUsage | string (int64) | | No |
status | txStatusRaw | | No |
succActionNum | integer | | No |
receipts | [ txReceiptRaw ] | | No |