Sochain Api
getAddress
Get address information.
Parameters
$0
Object$0.apiKey
$0.sochainUrl
$0.network
$0.address
sochainUrl
string The sochain node url.network
stringaddress
string
Returns LtcAddressDTO
getTx
- **See: https://sochain.com/api#get-tx **
Get transaction by hash.
Parameters
$0
Object$0.apiKey
$0.sochainUrl
$0.network
$0.hash
sochainUrl
string The sochain node url.network
string network idhash
string The transaction hash.
Returns Transactions
getTxs
- **See: https://sochain.com/api#get-tx **
Get transactions
Parameters
$0
Object$0.apiKey
$0.address
$0.sochainUrl
$0.network
$0.page
sochainUrl
string The sochain node url.network
string network idhash
string The transaction hash.
Returns Transactions
getBalance
- **See: https://sochain.com/api#get-balance **
Get address balance.
Parameters
$0
Object$0.apiKey
$0.sochainUrl
$0.network
$0.address
sochainUrl
string The sochain node url.network
stringaddress
string
Returns number
getUnspentTxs
- **See: https://sochain.com/api#get-unspent-tx **
Get unspent txs
Parameters
$0
Object$0.apiKey
$0.sochainUrl
$0.network
$0.address
$0.page
sochainUrl
string The sochain node url.network
stringaddress
string
Returns Array<LtcAddressUTXO>