Skip to main content

GetBindingOptions

Retrieves the available binding filters and fee calculators for creating binders.

Request

GET /nxt?requestType=getBindingOptions

All endpoints use port 22024 by default.

Parameters

None

Response

{
"availableFilters": [
{
"name": "height",
"description": "Filter by block height"
},
{
"name": "timestamp",
"description": "Filter by timestamp"
}
],
"availableFeeCalculators": [
"standard",
"fixed",
"percentage"
],
"errorCode": 0,
"errorDescription": ""
}

Example

curl "http://localhost:22024/nxt?requestType=getBindingOptions"