Create Proposal
Voting Create Proposal API Endpoints.
/create/proposal/transactions
Query Parameters
Name
Type
Description
{
"meta": {
"totalCountIsEstimate": true,
"count": 4,
"pageCount": 1,
"totalCount": 4,
"next": null,
"previous": null,
"self": "/voting/create/proposal/transactions?transform=true&page=1&limit=100",
"first": "/voting/create/proposal/transactions?transform=true&page=1&limit=100",
"last": "/voting/create/proposal/transactions?transform=true&page=1&limit=100"
},
"data": [
{
"id": "8ba1411eb769c3ba7d04b7e353d5c78240705597ee254100164ee77b9999234b",
"senderPublicKey": "03287bfebba4c7881a0509717e71b34b63f31e40021c321f89ae04f84be6d6ac37",
"duration": {
"blockHeight": 123456
},
"content": "qwertz",
"timestamp": {
"epoch": 136819696,
"unix": 1626920896,
"human": "2021-07-22T02:28:16.000Z"
}
},
{
"id": "c8f3fff0df73f1125d15a467b4f9401a7967e2915c93612737b7761cde7ada29",
"senderPublicKey": "03287bfebba4c7881a0509717e71b34b63f31e40021c321f89ae04f84be6d6ac37",
"duration": {
"blockHeight": 123456
},
"content": "qwertz",
"timestamp": {
"epoch": 136819704,
"unix": 1626920904,
"human": "2021-07-22T02:28:24.000Z"
}
},
...
]
}Curl Example
/create/proposal/transactions/:id
Path Parameters
Name
Type
Description
Query Parameters
Name
Type
Description
Curl Example
/create/proposal/:id/wallet
Path Parameters
Name
Type
Description
Curl Example
Last updated
Was this helpful?