Get settings

GET /settings

status: stable

Return the current settings.

Responses

  • 200 application/json

    Ok

    Hide response attribute Show response attribute object
    • pool_metadata_source string Required

      Pool metadata source. This sets the metadata fetching strategy.

      Possible values are

      • none -> no fetching
      • direct -> direct fetching
      • uri -> use SMASH server

      Format should match the following pattern: ^(none|direct|https?:\/\/[a-zA-Z0-9-_~.]+(:[0-9]+)?/?)$.

GET /settings
curl \
 --request GET https://localhost:8090/v2/settings
Response examples (200)
{
  "pool_metadata_source": "https://smash.cardano-mainnet.iohk.io/"
}