Prizm Space
  • Prizm GitBook
  • Whitepaper
    • Introduction
    • Review
    • Core Technologies
    • POS in Prizm
    • Comparsion with Peercoin
    • Tokens
    • Network node
    • Blocks
    • Forging
    • Forging Algorithm
    • Paramining
    • Paramining options
    • Prizm Accounts
    • WALLET.DAT
    • Basics of Prizm Cryptography
    • Key Features
    • Problems
    • Application
    • Prizm Solutions
  • Prizm API
    • Description
    • General Notes
    • Create Transaction
    • Account Operations
    • Arbitrary Message System Operations
    • Block Operations
    • Forging Operations
    • Hallmark Operations
    • Networking Operations
    • Server Information Operations
    • Token Operations
    • Transaction Operations
    • Utilities
    • Debug Operations
    • Prizm API Examples
  • Roadmap
  • Prizm Devs
  • Latest News
  • Community
  • Downloads
  • Guidelines
    • Video
    • Articles
      • How can I connect to my node from another device?
      • How to create Prizm Wallet
      • How to install Prizm Core
      • Prizm Integration
  • F.A.Q
Powered by GitBook
On this page
  • Decode Hallmark
  • Mark Host
  • Generate Hallmark

Was this helpful?

  1. Prizm API

Hallmark Operations

PreviousForging OperationsNextNetworking Operations

Last updated 4 years ago

Was this helpful?

Decode Hallmark

Decode a node hallmark.

Request:

  • requestType is decodeHallmark

  • hallmark is the hallmark value

Response:

  • valid (B) is true if host is less than 100 characters, weight > 0 and the embedded signature is verified

  • weight (N) is the weight assigned to the hallmark

  • host (S) is the IP address or domain name associated with the hallmark

  • account (S) is the account number associated with the hallmark

  • accountRS (S) is the Reed-Solomon address of the account

  • date (S) is the date the hallmark was created, in YYYY-MM-DD format

  • requestProcessingTime (N) is the API request processing time (in millisec)

Example: Refer to example.

Mark Host

Generates a node hallmark. POST only.

Request:

  • requestType is markHost

  • secretPhrase is the secret passphrase for the account that will be hallmarked on the node

  • host is the IP address or domain name of the node

  • weight is the weight to assign to the node

  • date is the current date in YYYY-MM-DD format

Response:

  • hallmark (S) is the hallmark hex string

  • requestProcessingTime (N) is the API request processing time (in millisec)

Generate Hallmark

Note: Refer to for details.

Note: Refer to for instructions for applying the hallmark to a public node.

Example: Refer to example.

Refer to .

Create Hallmark
Create Hallmark
Decode Hallmark
Mark Host
Mark Host