Net
Chain base coin (ETH, BNB) APIs
net_getTempKey
Returns a generated tempKey by address
Parameters
keyType
Return Value
Example
net_getTransactionStatus
Returns a status of transaction.
Parameters
Return Value
Status type
Example
net_getBalance
Return an address ETH / BNB balance.
Parameters
Return Value
Example
net_getGasPrice
Returns the average gas value from the corresponding Onchain.
Parameters
Return Value
Example
net_transfer
Transfer ETH / BNB from from-address to to-address.
Parameters
Return Value
A transactionId is returned, but that doesn't mean it has been added to the Block yet. You should check that the status is 1 by using getTransactionStatus.
Example
Last updated