Net
Chain base coin (ETH, BNB) APIs
Last updated
Chain base coin (ETH, BNB) APIs
Last updated
Real Server : https://api.lmtls.io/v1/chain/net
Real Server : https://test-api.lmtls.io/v1/chain/net
Returns a generated tempKey by address
Name | Type | Description |
---|---|---|
Transaction Type | keyType String |
---|---|
Returns a status of transaction.
Return an address ETH / BNB balance.
Returns the average gas value from the corresponding Onchain.
Transfer ETH / BNB from from-address to to-address.
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.
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Status | Description |
---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
address
String
Address
keyType
String
See below keyType section.
Export Address
exportAddress
Create Token
create
Burn
burn
Transfer
transfer
Approve
approve
Mint
mint
tempKey
String
tempKey
transactionId
String
Transaction Id
status
Integer
See below status type.
revertReason
String
Reverted reason, if transaction fail.
1
Success
0
Fail
2
Invalid
-1
Pending or invalid Transaction Id
address
String
Address
balance
BigDecimal
balance of address.
gasPrice
BigDecimal
gasPrice
sender
String
Sender address
toAddress
String
To address
amount
BigDecimal
Transfer amount.
tempKey
String
tempKey for "transfer"
hashKey
String
hash(tempKey | fromAddress' secretKey)
signature
String
sign( hash (sender | toAddress | amount | tempKey | hashKey) ) by formAddress's privateKey using signData API
gasPrice
BigDecimal
gasPrice.
nonce
BigInteger
nonce value. If it is null, it will be filled in automatically.
If acceleration is needed, use the nonce value generated when performing the transaction and use a higher gasPrice than the previous transaction.
transactionId
String
Transaction Id
nonce
BigInteger
nonce value