txissue
Agent Server REST API
txinfo
POST
http://dev.whitehat.co.kr/agent/v1/txinfo
API that can search the whole list of the transaction or with a given search condition
Headers
Name
Type
Description
X-AGENT-API-TOKEN
string
required token for searching the Agent API (issuing console)
Request Body
Name
Type
Description
blockNum
string
block number on the blockchain
from
string
from account
to
string
to account
txId
string
transaction Id on the blockchain
limit
string
number of items to get at a time (default: 10)
page
string
current page number (default: 1)
Request Parameter example (JSON)
Last updated