Blockfrost · JSON Structure

Blockfrost Drep Delegators Structure

drep_delegators schema from Blockfrost API

Type: array Properties: 0
BlockchainCardanoCryptocurrencyDAppsNFTWeb3

drep_delegators is a JSON Structure definition published by Blockfrost. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/blockfrost/refs/heads/main/json-structure/blockfrost-drep-delegators-structure.json",
  "name": "drep_delegators",
  "description": "drep_delegators schema from Blockfrost API",
  "type": "array",
  "items": {
    "required": [
      "address",
      "amount"
    ],
    "type": "object",
    "properties": {
      "address": {
        "description": "Bech32 encoded stake addresses",
        "type": "string"
      },
      "amount": {
        "description": "Currently delegated amount",
        "type": "string"
      }
    }
  }
}