Mainnet Interface
Method : POST (Mostly)
Command Name | Parameters | Http/s Methods |
---|---|---|
createNewAddress |
language
[String]
|
POST |
convertToCommercialWallet |
address
*
[String]
privateKey
*
[String]
alias
*
[String]
|
POST |
rescuePrivateKey |
words
*
[String]
language
[String]
|
POST |
getMnemonic |
privateKey
*
[String]
language
[String]
|
POST |
getDetailStats |
assetID
[String]
|
POST |
getToken |
assetID
*
[String]
|
POST |
newTokenCreatingFee | POST | |
getTotalBurnedPiri | POST | |
getStats | POST | |
listDelegationTopN | POST | |
getBlocks |
skip
[String]
limit
= 10 (default)
[String]
|
POST |
getBlocksWithTransactionCount |
skip
[String]
limit
= 10 (default)
[String]
|
POST |
getBlocksDesc |
skip
[String]
limit
= 10 (default)
[String]
|
POST |
getLastBlocks |
limit
= 10 (default)
[String]
|
POST |
getLastBlocksWithBlockHeight |
limit
= 10 (default)
[String]
blockHeight
[String]
|
POST |
listTokens |
skip
[String]
limit
= 10 (default)
[String]
|
POST |
getOnlyBlocks |
skip
[String]
limit
= 10 (default)
[String]
|
POST |
getBalance |
address
*
[String]
assetID
= -1 (default)
[int]
|
POST |
getDetailsOfAddress |
address
*
[String]
|
POST |
listPoolTransactions | POST | |
listTransactions |
skip
*
[int]
limit
= 50 (default)
*
[int]
|
POST |
getPubKey |
address
*
[String]
|
POST |
listTransactionsByAssetID |
skip
*
[int]
limit
= 50 (default)
*
[int]
assetID
*
[string]
desc
= false (default)
[string]
|
POST |
listTransactionsByAddr |
skip
*
[int]
limit
= 50 (default)
*
[int]
address
*
[string]
|
POST |
getRichList |
assetID
*
[String]
limit
*
[String]
skip
[String]
|
POST |
listData |
limit
*
[String]
skip
[String]
|
POST |
listDataByAddresses |
from
*
[String]
to
*
[String]
limit
*
[String]
skip
[String]
|
POST |
listDataByAddress |
address
*
[String]
limit
*
[String]
skip
[String]
|
POST |
getMyRewardQuantity |
base58
*
[string]
privateKey
*
[string]
|
POST |
claimMyRewards |
address
*
[string]
privateKey
*
[string]
|
POST |
isValidAddress |
address
*
[string]
|
POST |
getBalanceList |
address
*
[string]
|
POST |
verifyAddress |
address
*
[string]
|
POST |
joinAsDeputy |
address
*
[string]
privateKey
*
[string]
alias
[string]
website
[string]
|
POST |
checkDeputy |
address
*
[string]
|
POST |
getAddressListByAsset |
assetID
*
[string]
start
*
[String]
limit
*
[String]
|
POST |
listDeputies | POST | |
freezeCoin |
delegationAddress
*
[string]
delegationPrivateKey
*
[string]
duptyAddress
*
[string]
amount
*
[String]
|
POST |
listMyDelegation |
delegationAddress
*
[string]
delegationPrivateKey
*
[string]
|
POST |
unFreezeCoin |
delegationAddress
*
[string]
delegationPrivateKey
*
[string]
nodeAddress
*
[string]
txHash
*
[String]
|
POST |
getTransaction |
tx
*
[string]
|
POST |
getPoolTransaction |
tx
*
[string]
|
POST |
search |
value
*
[String]
|
POST |
getCirculation | POST | |
getBlock |
blockNumber
*
[int]
|
POST |
givemePiri |
address
*
[String]
|
POST |
sendRawTransaction |
address
*
[String]
amount
*
[float]
assetID
*
[String]
publicKey
*
[String]
signaturedData
*
[String]
timeStamp
*
[String]
to
*
[string]
fee
*
[String]
metaData
[String]
|
POST |
sendToken |
address
*
[String]
privateKey
*
[String]
to
*
[String]
amount
*
[float]
assetID
*
[int]
|
POST |
pushData |
address
*
[String]
privateKey
*
[String]
to
[String]
customData[]
[Array]
customData
[Array]
indPubKey
[String]
|
POST |
pushDataRawTransaction |
address
*
[String]
pubKey
*
[String]
signature
*
[String]
timeStamp
*
[String]
to
[String]
customData[]
[Array]
customData
[Array]
indPubKey
[String]
|
POST |
createToken |
creatorAddress
*
[String]
privateKey
*
[String]
tokenName
*
[String]
tokenSymbol
*
[String]
totalSupply
*
[int]
logo
*
[String]
decimals
*
[int]
description
*
[String]
webSite
*
[String]
socialMediaFacebookURL
[String]
socialMediaTwitterURL
[String]
socialMediaMediumURL
[String]
socialMediaYoutubeURL
[String]
socialMediaRedditURL
[String]
socialMediaBitcoinTalkURL
[String]
socialMediaInstagramURL
[String]
mailAddress
[String]
companyAddress
[String]
sector
[String]
hasAirdrop
[String]
hasStake
[String]
|
POST |
getScenario |
address
*
[String]
|
POST |
createScenario |
address
*
[String]
privateKey
*
[String]
executeOnlyByMe
[String]
scenarioText
*
[String]
name
*
[String]
description
*
[String]
tags
*
[String]
|
POST |
listMyScenarios |
ownerAddress
*
[String]
|
POST |
listScenarios |
skip
[String]
limit
= 10 (default)
[String]
|
POST |
callScenario |
scenarioAddress
*
[String]
publicKey
*
[String]
address
*
[String]
method
*
[String]
params
*
[String]
|
POST |
executeScenario |
scenarioAddress
*
[String]
address
*
[String]
privateKey
*
[String]
method
*
[String]
params
[String]
amount
[String]
assetID
[String]
|
POST |
previewScenario |
scenarioText
*
[String]
address
*
[String]
privateKey
*
[String]
method
*
[String]
params
[String]
|
POST |
createAddressForBuyPiri |
type
*
[String]
|
POST |
getBalanceForBuyPiri |
type
*
[String]
address
*
[String]
piriAddress
*
[String]
|
POST |
getPiriPrice |
type
*
[String]
|
POST |
decrypt |
customID
*
[String]
privateKey
*
[String]
receiptPub
[String]
|
POST |
reloadSetting |
hanOwnerSHA3
[String]
|
POST |
getEstimatedFee | POST |