Operations

Get proposal by hash

Returns a proposal operation with specified hash.

get/v1/operations/proposals/{hash}

Path parameters

hashstring required

Operation hash

Query parameters

quote'None' | 'Btc' | 'Eur' | 'Usd' | 'Cny' | 'Jpy' | 'Krw' | 'Eth' | 'Gbp'

Comma-separated list of ticker symbols to inject historical prices into response

Response

typestring

Type of the operation, proposal - is used by bakers (delegates) to submit and/or upvote proposals to amend the protocol

idinteger

Unique ID of the operation, stored in the TzKT indexer database

levelinteger

The height of the block from the genesis block, in which the operation was included

timestampstring date-time

Datetime of the block, in which the operation was included (ISO 8601, e.g. 2020-02-20T02:40:57Z)

blockstring required

Hash of the block, in which the operation was included

hashstring required

Hash of the operation

votingPowerinteger

Baker's voting power

duplicatedboolean

Indicates whether proposal upvote has already been pushed. Duplicated proposal operations are not counted when selecting proposal-winner.

Changes

No recorded changes to this endpoint across all 1 revision of this API.