Protokol
  • Introduction To Digital Assets
  • Tutorials
    • How To Create Digital Assets
    • How To Trade Digital Assets
  • ARK CORE MODULES
    • NFT
      • Development
      • Complementary Examples
        • Base
        • Exchange
      • API Endpoints
        • Assets
        • Burns
        • Collections
        • Transfers
        • Base Configurations
        • Auctions
        • Bids
        • Trades
        • Exchange Configurations
    • Guardian
      • Development
      • Complementary Examples
      • API Endpoints
        • Configurations
        • Groups
        • Users
    • Nameservice
      • Development
      • Complementary Examples
      • API Endpoints
        • Configurations
        • Nameservice
    • Voting
      • Development
      • Complementary Examples
      • API Endpoints
        • Configurations
        • Create Proposal
        • Cast Vote
        • Statistics
  • Protokol Templates
    • Core Starter Kit
    • Solidity Typescript Hardhat
    • Nestjs
Powered by GitBook
On this page
  • List Of Configurations Endpoints
  • List Of Create Proposal Endpoints
  • List Of Cast Vote Endpoints
  • List Of Statistics Endpoints

Was this helpful?

  1. ARK CORE MODULES
  2. Voting

API Endpoints

List of Voting API Endpoints.

Default Voting API prefix is /api/voting

List Of Configurations Endpoints

Endpoints

Description

Type

Returns configurations for voting plugins

GET

List Of Create Proposal Endpoints

Endpoints

Description

Type

Returns all create proposal transactions

GET

Returns create proposal transaction by id

GET

Returns wallet by create proposal id

GET

List Of Cast Vote Endpoints

Endpoints

Description

Type

Returns all cast vote transactions

GET

Returns cast vote transaction by id

GET

Returns wallet by cast vote id

GET

List Of Statistics Endpoints

Endpoints

Description

Type

Returns statistics for proposal by id

GET

PreviousComplementary ExamplesNextConfigurations

Last updated 3 years ago

Was this helpful?

/configurations
/cast/vote/transactions
/cast/vote/transactions/:id
/cast/vote/:id/wallet
/statistics/:id
/create/proposal/transactions
/create/proposal/transactions/:id
/create/proposal/:id/wallet