Cast Vote
Voting Cast Vote API Endpoints.
/cast/vote/transactions
GET
http://localhost:4003/api/cast/vote/transactions
Returns all Cast Vote Transactions
Query Parameters
Name
Type
Description
page
integer
The number of page to be returned
limit
integer
The number of transaction per page
orderBy
string
Orders by specific parameter (asc or desc) Example: orderBy=id:asc
transform
boolean
Transforms to raw response
Curl Example
/cast/vote/transactions/:id
GET
http://localhost:4003/api/cast/vote/transactions/:id
Returns Cast Vote Transaction by id.
Path Parameters
Name
Type
Description
id
string
Transaction Id
Query Parameters
Name
Type
Description
transform
boolean
Transforms to raw response
Curl Example
/cast/vote/:id/wallet
GET
http://localhost:4003/api/cast/vote/:id/wallet
Returns wallet by Cast Vote transaction id
Path Parameters
Name
Type
Description
id
string
Cast Vote transaction id
Curl Example
Last updated