Type aliases
GetBalanceMultiRequest
GetBalanceMultiRequest: { address: string[]; tag?: Tag }
Type declaration
address: string[]
Optional tag?: Tag
GetBalanceMultiResponseItem
GetBalanceMultiResponseItem: { account: string; balance: string }
Type declaration
account: string
balance: string
GetBalanceRequest
GetBalanceRequest: { address: string; tag?: Tag }
Type declaration
address: string
Optional tag?: Tag
GetBalanceResponse
GetBalanceResponse: string
GetMinedBlocksRequest
Get
Mined
Blocks
Request
: Pagination & { address
: string; blocktype
?: BlockType }GetMinedBlocksResponseItem
GetMinedBlocksResponseItem: { blockNumber: string; blockReward: string; timeStamp: string }
Type declaration
blockNumber: string
blockReward: string
timeStamp: string
GetTokenNFTTxRequest
Get
TokenNFTTx
Request
: Pagination & { address
: string }GetTokenNFTTxResponse
Get
TokenNFTTx
Response
: ERC721[]GetTokenTxResponse
Get
Token
Tx
Response
: BEP20[]GetTxListInternalResponse
GetTxListInternalResponseItem
GetTxListInternalResponseItem: { blockNumber: string; contractAddress: string; errCode: string; from: string; gas: string; gasUsed: string; hash: string; input: string; isError: string; timeStamp: string; to: string; traceId: string; type: string; value: string }
Type declaration
blockNumber: string
contractAddress: string
errCode: string
from: string
gas: string
gasUsed: string
hash: string
input: string
isError: string
timeStamp: string
to: string
traceId: string
type: string
value: string
GetTxListRequest
Get
Tx
List
Request
: Pagination & { address
: string }GetTxListResponseItem
GetTxListResponseItem: { blockHash: string; blockNumber: string; confirmations: string; contractAddress: string; cumulativeGasUsed: string; from: string; gas: string; gasPrice: string; gasUsed: string; hash: string; input: string; isError: string; nonce: string; timeStamp: string; to: string; transactionIndex: string; txreceipt_status: string; value: string }
Type declaration
blockHash: string
blockNumber: string
confirmations: string
contractAddress: string
cumulativeGasUsed: string
from: string
gas: string
gasPrice: string
gasUsed: string
hash: string
input: string
isError: string
nonce: string
timeStamp: string
to: string
transactionIndex: string
txreceipt_status: string
value: string
Pagination
Pagination: { endblock?: number; offset?: number; page?: number; sort?: Sort; startblock?: number }
Type declaration
Optional endblock?: number
Optional offset?: number
Optional page?: number
Optional sort?: Sort
Optional startblock?: number