Skip to main content

Stake pool metadata

GET /pools/:pool_id/metadata

Stake pool registration metadata.

Request

Path Parameters

    pool_id string required

    Bech32 or hexadecimal pool ID.

    Example: pool1pu5jlj4q9w9jlxeu370a3c9myx47md5j5m2str0naunn2q3lkdy
Responses

Return the pool metadata content.


Schema
    anyOf

    pool_id string required

    Bech32 pool ID

    hex string required

    Hexadecimal pool ID

    url string nullable required

    URL to the stake pool metadata

    hash string nullable required

    Hash of the metadata file

    ticker string nullable required

    Ticker of the stake pool

    name string nullable required

    Name of the stake pool

    description string nullable required

    Description of the stake pool

    homepage string nullable required

    Home page of the stake pool

Loading...