Pending Pool
小于 1 分钟
Pending Pool
gettransactionlistfrompending
GET
https://services.tokenview.io/vipapi/nodeservice/trx/wallet/gettransactionlistfrompending?apikey={apikey}
Get transaction list information from pending pool
Request
curl --location https://services.tokenview.io/vipapi/nodeservice/trx/wallet/gettransactionlistfrompending?apikey={apikey}
Response
gettransactionfrompending
POST
https://services.tokenview.io/vipapi/nodeservice/trx/wallet/gettransactionfrompending?apikey={apikey}
Get transaction details from the pending pool.
请求参数说明:
- value: string.
Request
curl --location -g 'https://services.tokenview.io/vipapi/nodeservice/trx/wallet/gettransactionfrompending?apikey={apikey}' \
--data '{
"value": "86860c1f3ab86bcf16fd71044156dc3abec66f1237d0b66117482cfdd88ace50"
}'
Response
getpendingsize
GET
https://services.tokenview.io/vipapi/nodeservice/trx/wallet/getpendingsize?apikey={apikey}
Get the size of the pending pool queue.
Request
curl --location https://services.tokenview.io/vipapi/nodeservice/trx/wallet/getpendingsize?apikey={apikey}
Response