Translations:Server info/18/en
From ArdorDocs
Get Bundling Options Example
http://localhost:27876/nxt?
requestType=getBundlingOptions
{
"availableFilters": [
{
"name": "PersonalBundler",
"description": "Only bundle the transactions of the bundler account"
},
{
"name": "PropertyBundler",
"description": "Only bundle transactions sent by accounts which have the \"bundling\" property set on them by the bundler account"
},
{
"name": "AssetBundler",
"description": "Bundles only transactions for asset with ID provided as parameter"
},
{
"name": "CurrencyBundler",
"description": "Bundles only transactions for MS currency with ID provided as parameter"
},
{
"name": "PurchaseBundler",
"description": "Bundles only purchases of digital goods sold by an account provided as parameter"
},
{
"name": "QuotaBundler",
"description": "Bundles transaction until the quota per account and transaction type is reached. The quota is provided as parameter"
}
],
"availableFeeCalculators": [
"MIN_FEE",
"PROPORTIONAL_FEE"
]
}