# Treasuries

## Treasury Balances (Companies)

> Treasury Balances (Companies) shows the total holdings of the selected asset specifically for institutional holders, market makers, and corporate entities with crypto investments. This metric displays individual company holdings, allowing you to track specific corporate positions over time. Data is available in both native asset units and USD value. The \\"other\\" category includes non-whitelisted entities. Note that the numbers are not derived by directly tracking wallets, but rather are aggregated from publicly available reports.\n\nThis metric is based on raw data provided by \[CoinGecko]\(<https://www.coingecko.com/en/api).\\>
> \
> \[View in Studio]\(<https://studio.glassnode.com/charts/treasuries.BalanceCompanies?a=BTC>)<br>

```json
{"openapi":"3.0.3","info":{"title":"Glassnode API - treasuries","version":"1.0.0"},"servers":[{"url":"https://api.glassnode.com","description":"Production API server"}],"security":[{"ApiKeyAuth":[]}],"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"query","name":"api_key","description":"Your Glassnode API key"}},"schemas":{"TimeSeriesResponse":{"type":"array","items":{"$ref":"#/components/schemas/TimeSeriesDataPoint"}},"TimeSeriesDataPoint":{"type":"object","properties":{"t":{"type":"integer","format":"int64","description":"Unix timestamp"},"v":{"oneOf":[{"type":"number"},{"type":"object"},{"type":"array"}],"description":"Metric value (can be number, object, or array depending on the metric)"},"o":{"type":"object","description":"Object containing multiple metric values (when applicable)","additionalProperties":true}}},"ErrorResponse":{"type":"object","properties":{"error":{"type":"string"}}}}},"paths":{"/v1/metrics/treasuries/balance_companies":{"get":{"summary":"Treasury Balances (Companies)","description":"Treasury Balances (Companies) shows the total holdings of the selected asset specifically for institutional holders, market makers, and corporate entities with crypto investments. This metric displays individual company holdings, allowing you to track specific corporate positions over time. Data is available in both native asset units and USD value. The \\\"other\\\" category includes non-whitelisted entities. Note that the numbers are not derived by directly tracking wallets, but rather are aggregated from publicly available reports.\\n\\nThis metric is based on raw data provided by [CoinGecko](https://www.coingecko.com/en/api).\n\n[View in Studio](https://studio.glassnode.com/charts/treasuries.BalanceCompanies?a=BTC)\n","operationId":"treasuries.BalanceCompanies","parameters":[{"name":"a","in":"query","required":true,"description":"asset id - (see metadata (metadata/metric) page for more details)}","schema":{"type":"string"},"style":"form","explode":false},{"name":"i","in":"query","required":false,"description":"frequency interval - 24h","schema":{"type":"string"},"style":"form","explode":false},{"name":"f","in":"query","required":false,"description":"format - csv, json","schema":{"type":"string","enum":["csv","json"],"default":"json"},"style":"form","explode":false},{"name":"c","in":"query","required":false,"description":"currency - NATIVE, USD","schema":{"type":"string"},"style":"form","explode":false},{"name":"timestamp_format","in":"query","required":false,"description":"timestamp format - unix or humanized (RFC 3339)","schema":{"type":"string","enum":["unix","humanized"],"default":"unix"},"style":"form","explode":false}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TimeSeriesResponse"}}}},"400":{"description":"Bad Request - Invalid parameters or unsupported asset","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}},"401":{"description":"Unauthorized - Invalid or missing API key","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}},"429":{"description":"Too Many Requests - Rate limit exceeded","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}}}}}}
```

## Treasury Balances (Governments)

> Treasury Balances (Governments) shows the total holdings of the selected asset specifically for government entities with crypto investments. This metric displays individual government holdings, allowing you to track specific government positions over time. Data is available in both native asset units and USD value. Note that the numbers are not derived by directly tracking wallets, but rather are aggregated from publicly available reports.\n\nThis metric is based on raw data provided by \[CoinGecko]\(<https://www.coingecko.com/en/api).\\>
> \
> \[View in Studio]\(<https://studio.glassnode.com/charts/treasuries.BalanceGovernments?a=BTC>)<br>

```json
{"openapi":"3.0.3","info":{"title":"Glassnode API - treasuries","version":"1.0.0"},"servers":[{"url":"https://api.glassnode.com","description":"Production API server"}],"security":[{"ApiKeyAuth":[]}],"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"query","name":"api_key","description":"Your Glassnode API key"}},"schemas":{"TimeSeriesResponse":{"type":"array","items":{"$ref":"#/components/schemas/TimeSeriesDataPoint"}},"TimeSeriesDataPoint":{"type":"object","properties":{"t":{"type":"integer","format":"int64","description":"Unix timestamp"},"v":{"oneOf":[{"type":"number"},{"type":"object"},{"type":"array"}],"description":"Metric value (can be number, object, or array depending on the metric)"},"o":{"type":"object","description":"Object containing multiple metric values (when applicable)","additionalProperties":true}}},"ErrorResponse":{"type":"object","properties":{"error":{"type":"string"}}}}},"paths":{"/v1/metrics/treasuries/balance_governments":{"get":{"summary":"Treasury Balances (Governments)","description":"Treasury Balances (Governments) shows the total holdings of the selected asset specifically for government entities with crypto investments. This metric displays individual government holdings, allowing you to track specific government positions over time. Data is available in both native asset units and USD value. Note that the numbers are not derived by directly tracking wallets, but rather are aggregated from publicly available reports.\\n\\nThis metric is based on raw data provided by [CoinGecko](https://www.coingecko.com/en/api).\n\n[View in Studio](https://studio.glassnode.com/charts/treasuries.BalanceGovernments?a=BTC)\n","operationId":"treasuries.BalanceGovernments","parameters":[{"name":"a","in":"query","required":true,"description":"asset id - (see metadata (metadata/metric) page for more details)}","schema":{"type":"string"},"style":"form","explode":false},{"name":"i","in":"query","required":false,"description":"frequency interval - 24h","schema":{"type":"string"},"style":"form","explode":false},{"name":"f","in":"query","required":false,"description":"format - csv, json","schema":{"type":"string","enum":["csv","json"],"default":"json"},"style":"form","explode":false},{"name":"c","in":"query","required":false,"description":"currency - NATIVE, USD","schema":{"type":"string"},"style":"form","explode":false},{"name":"timestamp_format","in":"query","required":false,"description":"timestamp format - unix or humanized (RFC 3339)","schema":{"type":"string","enum":["unix","humanized"],"default":"unix"},"style":"form","explode":false}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TimeSeriesResponse"}}}},"400":{"description":"Bad Request - Invalid parameters or unsupported asset","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}},"401":{"description":"Unauthorized - Invalid or missing API key","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}},"429":{"description":"Too Many Requests - Rate limit exceeded","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}}}}}}
```

## Treasury Count (Companies)

> Number of Companies with a Non-Zero Treasury Balance tracks the number of companies with non-zero holdings of the asset at each point in time, allowing you to monitor adoption and holding patterns across institutional holders, market makers, and corporate entities. Government entities are excluded from this count. Note that the numbers are not derived by directly tracking wallets, but rather are aggregated from publicly available reports.\n\nThis metric is based on raw data provided by \[CoinGecko]\(<https://www.coingecko.com/en/api).\\>
> \
> \[View in Studio]\(<https://studio.glassnode.com/charts/treasuries.CompaniesNonZeroCount?a=BTC>)<br>

```json
{"openapi":"3.0.3","info":{"title":"Glassnode API - treasuries","version":"1.0.0"},"servers":[{"url":"https://api.glassnode.com","description":"Production API server"}],"security":[{"ApiKeyAuth":[]}],"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"query","name":"api_key","description":"Your Glassnode API key"}},"schemas":{"TimeSeriesResponse":{"type":"array","items":{"$ref":"#/components/schemas/TimeSeriesDataPoint"}},"TimeSeriesDataPoint":{"type":"object","properties":{"t":{"type":"integer","format":"int64","description":"Unix timestamp"},"v":{"oneOf":[{"type":"number"},{"type":"object"},{"type":"array"}],"description":"Metric value (can be number, object, or array depending on the metric)"},"o":{"type":"object","description":"Object containing multiple metric values (when applicable)","additionalProperties":true}}},"ErrorResponse":{"type":"object","properties":{"error":{"type":"string"}}}}},"paths":{"/v1/metrics/treasuries/companies_non_zero_count":{"get":{"summary":"Treasury Count (Companies)","description":"Number of Companies with a Non-Zero Treasury Balance tracks the number of companies with non-zero holdings of the asset at each point in time, allowing you to monitor adoption and holding patterns across institutional holders, market makers, and corporate entities. Government entities are excluded from this count. Note that the numbers are not derived by directly tracking wallets, but rather are aggregated from publicly available reports.\\n\\nThis metric is based on raw data provided by [CoinGecko](https://www.coingecko.com/en/api).\n\n[View in Studio](https://studio.glassnode.com/charts/treasuries.CompaniesNonZeroCount?a=BTC)\n","operationId":"treasuries.CompaniesNonZeroCount","parameters":[{"name":"a","in":"query","required":true,"description":"asset id - (see metadata (metadata/metric) page for more details)}","schema":{"type":"string"},"style":"form","explode":false},{"name":"s","in":"query","required":false,"description":"since, unix timestamp","schema":{"type":"integer"},"style":"form","explode":false},{"name":"u","in":"query","required":false,"description":"until, unix timestamp","schema":{"type":"integer"},"style":"form","explode":false},{"name":"i","in":"query","required":false,"description":"frequency interval - 24h","schema":{"type":"string"},"style":"form","explode":false},{"name":"f","in":"query","required":false,"description":"format - csv, json","schema":{"type":"string","enum":["csv","json"],"default":"json"},"style":"form","explode":false},{"name":"timestamp_format","in":"query","required":false,"description":"timestamp format - unix or humanized (RFC 3339)","schema":{"type":"string","enum":["unix","humanized"],"default":"unix"},"style":"form","explode":false}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TimeSeriesResponse"}}}},"400":{"description":"Bad Request - Invalid parameters or unsupported asset","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}},"401":{"description":"Unauthorized - Invalid or missing API key","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}},"429":{"description":"Too Many Requests - Rate limit exceeded","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}}}}}}
```

## Treasury Net Flows (Companies)

> Treasury Net Flows (Companies) tracks the daily position change specifically for institutional holders, market makers, and corporate entities with crypto investments. This metric displays individual company flows, allowing you to monitor accumulation and distribution patterns by specific companies. Positive values indicate accumulation (buying activity), while negative values indicate distribution (selling activity). The \\"other\\" category includes non-whitelisted entities. Note that the numbers are not derived by directly tracking wallets, but rather are aggregated from publicly available reports.\n\nThis metric is based on raw data provided by \[CoinGecko]\(<https://www.coingecko.com/en/api).\\>
> \
> \[View in Studio]\(<https://studio.glassnode.com/charts/treasuries.FlowsNetCompanies?a=BTC>)<br>

```json
{"openapi":"3.0.3","info":{"title":"Glassnode API - treasuries","version":"1.0.0"},"servers":[{"url":"https://api.glassnode.com","description":"Production API server"}],"security":[{"ApiKeyAuth":[]}],"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"query","name":"api_key","description":"Your Glassnode API key"}},"schemas":{"TimeSeriesResponse":{"type":"array","items":{"$ref":"#/components/schemas/TimeSeriesDataPoint"}},"TimeSeriesDataPoint":{"type":"object","properties":{"t":{"type":"integer","format":"int64","description":"Unix timestamp"},"v":{"oneOf":[{"type":"number"},{"type":"object"},{"type":"array"}],"description":"Metric value (can be number, object, or array depending on the metric)"},"o":{"type":"object","description":"Object containing multiple metric values (when applicable)","additionalProperties":true}}},"ErrorResponse":{"type":"object","properties":{"error":{"type":"string"}}}}},"paths":{"/v1/metrics/treasuries/flows_net_companies":{"get":{"summary":"Treasury Net Flows (Companies)","description":"Treasury Net Flows (Companies) tracks the daily position change specifically for institutional holders, market makers, and corporate entities with crypto investments. This metric displays individual company flows, allowing you to monitor accumulation and distribution patterns by specific companies. Positive values indicate accumulation (buying activity), while negative values indicate distribution (selling activity). The \\\"other\\\" category includes non-whitelisted entities. Note that the numbers are not derived by directly tracking wallets, but rather are aggregated from publicly available reports.\\n\\nThis metric is based on raw data provided by [CoinGecko](https://www.coingecko.com/en/api).\n\n[View in Studio](https://studio.glassnode.com/charts/treasuries.FlowsNetCompanies?a=BTC)\n","operationId":"treasuries.FlowsNetCompanies","parameters":[{"name":"a","in":"query","required":true,"description":"asset id - (see metadata (metadata/metric) page for more details)}","schema":{"type":"string"},"style":"form","explode":false},{"name":"s","in":"query","required":false,"description":"since, unix timestamp","schema":{"type":"integer"},"style":"form","explode":false},{"name":"u","in":"query","required":false,"description":"until, unix timestamp","schema":{"type":"integer"},"style":"form","explode":false},{"name":"i","in":"query","required":false,"description":"frequency interval - 24h","schema":{"type":"string"},"style":"form","explode":false},{"name":"f","in":"query","required":false,"description":"format - csv, json","schema":{"type":"string","enum":["csv","json"],"default":"json"},"style":"form","explode":false},{"name":"timestamp_format","in":"query","required":false,"description":"timestamp format - unix or humanized (RFC 3339)","schema":{"type":"string","enum":["unix","humanized"],"default":"unix"},"style":"form","explode":false}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TimeSeriesResponse"}}}},"400":{"description":"Bad Request - Invalid parameters or unsupported asset","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}},"401":{"description":"Unauthorized - Invalid or missing API key","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}},"429":{"description":"Too Many Requests - Rate limit exceeded","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}}}}}}
```

## Treasury Net Flows (Governments)

> Treasury Net Flows (Governments) tracks the daily position change specifically for government entities with crypto investments. This metric displays individual government flows, allowing you to monitor accumulation and distribution patterns by specific governments. Positive values indicate accumulation (buying activity), while negative values indicate distribution (selling activity). Note that the numbers are not derived by directly tracking wallets, but rather are aggregated from publicly available reports.\n\nThis metric is based on raw data provided by \[CoinGecko]\(<https://www.coingecko.com/en/api).\\>
> \
> \[View in Studio]\(<https://studio.glassnode.com/charts/treasuries.FlowsNetGovernments?a=BTC>)<br>

```json
{"openapi":"3.0.3","info":{"title":"Glassnode API - treasuries","version":"1.0.0"},"servers":[{"url":"https://api.glassnode.com","description":"Production API server"}],"security":[{"ApiKeyAuth":[]}],"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"query","name":"api_key","description":"Your Glassnode API key"}},"schemas":{"TimeSeriesResponse":{"type":"array","items":{"$ref":"#/components/schemas/TimeSeriesDataPoint"}},"TimeSeriesDataPoint":{"type":"object","properties":{"t":{"type":"integer","format":"int64","description":"Unix timestamp"},"v":{"oneOf":[{"type":"number"},{"type":"object"},{"type":"array"}],"description":"Metric value (can be number, object, or array depending on the metric)"},"o":{"type":"object","description":"Object containing multiple metric values (when applicable)","additionalProperties":true}}},"ErrorResponse":{"type":"object","properties":{"error":{"type":"string"}}}}},"paths":{"/v1/metrics/treasuries/flows_net_governments":{"get":{"summary":"Treasury Net Flows (Governments)","description":"Treasury Net Flows (Governments) tracks the daily position change specifically for government entities with crypto investments. This metric displays individual government flows, allowing you to monitor accumulation and distribution patterns by specific governments. Positive values indicate accumulation (buying activity), while negative values indicate distribution (selling activity). Note that the numbers are not derived by directly tracking wallets, but rather are aggregated from publicly available reports.\\n\\nThis metric is based on raw data provided by [CoinGecko](https://www.coingecko.com/en/api).\n\n[View in Studio](https://studio.glassnode.com/charts/treasuries.FlowsNetGovernments?a=BTC)\n","operationId":"treasuries.FlowsNetGovernments","parameters":[{"name":"a","in":"query","required":true,"description":"asset id - (see metadata (metadata/metric) page for more details)}","schema":{"type":"string"},"style":"form","explode":false},{"name":"s","in":"query","required":false,"description":"since, unix timestamp","schema":{"type":"integer"},"style":"form","explode":false},{"name":"u","in":"query","required":false,"description":"until, unix timestamp","schema":{"type":"integer"},"style":"form","explode":false},{"name":"i","in":"query","required":false,"description":"frequency interval - 24h","schema":{"type":"string"},"style":"form","explode":false},{"name":"f","in":"query","required":false,"description":"format - csv, json","schema":{"type":"string","enum":["csv","json"],"default":"json"},"style":"form","explode":false},{"name":"timestamp_format","in":"query","required":false,"description":"timestamp format - unix or humanized (RFC 3339)","schema":{"type":"string","enum":["unix","humanized"],"default":"unix"},"style":"form","explode":false}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TimeSeriesResponse"}}}},"400":{"description":"Bad Request - Invalid parameters or unsupported asset","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}},"401":{"description":"Unauthorized - Invalid or missing API key","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}},"429":{"description":"Too Many Requests - Rate limit exceeded","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}}}}}}
```

## Treasury Net Realized P\&L (Companies)

> Treasury Net Realized Profit/Loss (Companies) shows the actual realized profit or loss in USD specifically for institutional holders, market makers, and corporate entities with crypto investments. This metric displays individual company realized gains and losses from selling activity. Positive values indicate profitable sells, while negative values indicate selling at a loss. The \\"other\\" category includes non-whitelisted entities.\nNote that as the exact trading conditions such as prices are usually unknown, the metric should be considered as an estimation only.\n\nThis metric is based on raw data provided by \[CoinGecko]\(<https://www.coingecko.com/en/api).\\>
> \
> \[View in Studio]\(<https://studio.glassnode.com/charts/treasuries.NetRealizedProfitLossCompanies?a=BTC>)<br>

```json
{"openapi":"3.0.3","info":{"title":"Glassnode API - treasuries","version":"1.0.0"},"servers":[{"url":"https://api.glassnode.com","description":"Production API server"}],"security":[{"ApiKeyAuth":[]}],"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"query","name":"api_key","description":"Your Glassnode API key"}},"schemas":{"TimeSeriesResponse":{"type":"array","items":{"$ref":"#/components/schemas/TimeSeriesDataPoint"}},"TimeSeriesDataPoint":{"type":"object","properties":{"t":{"type":"integer","format":"int64","description":"Unix timestamp"},"v":{"oneOf":[{"type":"number"},{"type":"object"},{"type":"array"}],"description":"Metric value (can be number, object, or array depending on the metric)"},"o":{"type":"object","description":"Object containing multiple metric values (when applicable)","additionalProperties":true}}},"ErrorResponse":{"type":"object","properties":{"error":{"type":"string"}}}}},"paths":{"/v1/metrics/treasuries/net_realized_profit_loss_companies":{"get":{"summary":"Treasury Net Realized P&L (Companies)","description":"Treasury Net Realized Profit/Loss (Companies) shows the actual realized profit or loss in USD specifically for institutional holders, market makers, and corporate entities with crypto investments. This metric displays individual company realized gains and losses from selling activity. Positive values indicate profitable sells, while negative values indicate selling at a loss. The \\\"other\\\" category includes non-whitelisted entities.\\nNote that as the exact trading conditions such as prices are usually unknown, the metric should be considered as an estimation only.\\n\\nThis metric is based on raw data provided by [CoinGecko](https://www.coingecko.com/en/api).\n\n[View in Studio](https://studio.glassnode.com/charts/treasuries.NetRealizedProfitLossCompanies?a=BTC)\n","operationId":"treasuries.NetRealizedProfitLossCompanies","parameters":[{"name":"a","in":"query","required":true,"description":"asset id - (see metadata (metadata/metric) page for more details)}","schema":{"type":"string"},"style":"form","explode":false},{"name":"i","in":"query","required":false,"description":"frequency interval - 24h","schema":{"type":"string"},"style":"form","explode":false},{"name":"f","in":"query","required":false,"description":"format - csv, json","schema":{"type":"string","enum":["csv","json"],"default":"json"},"style":"form","explode":false},{"name":"timestamp_format","in":"query","required":false,"description":"timestamp format - unix or humanized (RFC 3339)","schema":{"type":"string","enum":["unix","humanized"],"default":"unix"},"style":"form","explode":false}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TimeSeriesResponse"}}}},"400":{"description":"Bad Request - Invalid parameters or unsupported asset","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}},"401":{"description":"Unauthorized - Invalid or missing API key","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}},"429":{"description":"Too Many Requests - Rate limit exceeded","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}}}}}}
```

## Treasury Net Realized P\&L (Governments)

> Treasury Net Realized Profit/Loss (Governments) shows the actual realized profit or loss in USD specifically for government entities with crypto investments. This metric displays individual government realized gains and losses from selling activity. Positive values indicate profitable sells, while negative values indicate selling at a loss.\nNote that as the exact trading conditions such as prices are usually unknown, the metric should be considered as an estimation only.\n\nThis metric is based on raw data provided by \[CoinGecko]\(<https://www.coingecko.com/en/api).\\>
> \
> \[View in Studio]\(<https://studio.glassnode.com/charts/treasuries.NetRealizedProfitLossGovernments?a=BTC>)<br>

```json
{"openapi":"3.0.3","info":{"title":"Glassnode API - treasuries","version":"1.0.0"},"servers":[{"url":"https://api.glassnode.com","description":"Production API server"}],"security":[{"ApiKeyAuth":[]}],"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"query","name":"api_key","description":"Your Glassnode API key"}},"schemas":{"TimeSeriesResponse":{"type":"array","items":{"$ref":"#/components/schemas/TimeSeriesDataPoint"}},"TimeSeriesDataPoint":{"type":"object","properties":{"t":{"type":"integer","format":"int64","description":"Unix timestamp"},"v":{"oneOf":[{"type":"number"},{"type":"object"},{"type":"array"}],"description":"Metric value (can be number, object, or array depending on the metric)"},"o":{"type":"object","description":"Object containing multiple metric values (when applicable)","additionalProperties":true}}},"ErrorResponse":{"type":"object","properties":{"error":{"type":"string"}}}}},"paths":{"/v1/metrics/treasuries/net_realized_profit_loss_governments":{"get":{"summary":"Treasury Net Realized P&L (Governments)","description":"Treasury Net Realized Profit/Loss (Governments) shows the actual realized profit or loss in USD specifically for government entities with crypto investments. This metric displays individual government realized gains and losses from selling activity. Positive values indicate profitable sells, while negative values indicate selling at a loss.\\nNote that as the exact trading conditions such as prices are usually unknown, the metric should be considered as an estimation only.\\n\\nThis metric is based on raw data provided by [CoinGecko](https://www.coingecko.com/en/api).\n\n[View in Studio](https://studio.glassnode.com/charts/treasuries.NetRealizedProfitLossGovernments?a=BTC)\n","operationId":"treasuries.NetRealizedProfitLossGovernments","parameters":[{"name":"a","in":"query","required":true,"description":"asset id - (see metadata (metadata/metric) page for more details)}","schema":{"type":"string"},"style":"form","explode":false},{"name":"i","in":"query","required":false,"description":"frequency interval - 24h","schema":{"type":"string"},"style":"form","explode":false},{"name":"f","in":"query","required":false,"description":"format - csv, json","schema":{"type":"string","enum":["csv","json"],"default":"json"},"style":"form","explode":false},{"name":"timestamp_format","in":"query","required":false,"description":"timestamp format - unix or humanized (RFC 3339)","schema":{"type":"string","enum":["unix","humanized"],"default":"unix"},"style":"form","explode":false}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TimeSeriesResponse"}}}},"400":{"description":"Bad Request - Invalid parameters or unsupported asset","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}},"401":{"description":"Unauthorized - Invalid or missing API key","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}},"429":{"description":"Too Many Requests - Rate limit exceeded","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}}}}}}
```

## Treasury Net Unrealized P\&L (Companies)

> Treasury Net Unrealized Profit/Loss (Companies) indicates the paper gain or loss of current holdings in USD specifically for institutional holders, market makers, and corporate entities with crypto investments. This metric displays individual company unrealized gains and losses, allowing you to track which companies are in profit or underwater on their positions. The \\"other\\" category includes non-whitelisted entities. Note that as the exact trading conditions such as prices are usually unknown, the metric should be considered as an estimation only.\n\nThis metric is based on raw data provided by \[CoinGecko]\(<https://www.coingecko.com/en/api).\\>
> \
> \[View in Studio]\(<https://studio.glassnode.com/charts/treasuries.NetUnrealizedProfitLossCompanies?a=BTC>)<br>

```json
{"openapi":"3.0.3","info":{"title":"Glassnode API - treasuries","version":"1.0.0"},"servers":[{"url":"https://api.glassnode.com","description":"Production API server"}],"security":[{"ApiKeyAuth":[]}],"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"query","name":"api_key","description":"Your Glassnode API key"}},"schemas":{"TimeSeriesResponse":{"type":"array","items":{"$ref":"#/components/schemas/TimeSeriesDataPoint"}},"TimeSeriesDataPoint":{"type":"object","properties":{"t":{"type":"integer","format":"int64","description":"Unix timestamp"},"v":{"oneOf":[{"type":"number"},{"type":"object"},{"type":"array"}],"description":"Metric value (can be number, object, or array depending on the metric)"},"o":{"type":"object","description":"Object containing multiple metric values (when applicable)","additionalProperties":true}}},"ErrorResponse":{"type":"object","properties":{"error":{"type":"string"}}}}},"paths":{"/v1/metrics/treasuries/net_unrealized_profit_loss_companies":{"get":{"summary":"Treasury Net Unrealized P&L (Companies)","description":"Treasury Net Unrealized Profit/Loss (Companies) indicates the paper gain or loss of current holdings in USD specifically for institutional holders, market makers, and corporate entities with crypto investments. This metric displays individual company unrealized gains and losses, allowing you to track which companies are in profit or underwater on their positions. The \\\"other\\\" category includes non-whitelisted entities. Note that as the exact trading conditions such as prices are usually unknown, the metric should be considered as an estimation only.\\n\\nThis metric is based on raw data provided by [CoinGecko](https://www.coingecko.com/en/api).\n\n[View in Studio](https://studio.glassnode.com/charts/treasuries.NetUnrealizedProfitLossCompanies?a=BTC)\n","operationId":"treasuries.NetUnrealizedProfitLossCompanies","parameters":[{"name":"a","in":"query","required":true,"description":"asset id - (see metadata (metadata/metric) page for more details)}","schema":{"type":"string"},"style":"form","explode":false},{"name":"i","in":"query","required":false,"description":"frequency interval - 24h","schema":{"type":"string"},"style":"form","explode":false},{"name":"f","in":"query","required":false,"description":"format - csv, json","schema":{"type":"string","enum":["csv","json"],"default":"json"},"style":"form","explode":false},{"name":"timestamp_format","in":"query","required":false,"description":"timestamp format - unix or humanized (RFC 3339)","schema":{"type":"string","enum":["unix","humanized"],"default":"unix"},"style":"form","explode":false}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TimeSeriesResponse"}}}},"400":{"description":"Bad Request - Invalid parameters or unsupported asset","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}},"401":{"description":"Unauthorized - Invalid or missing API key","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}},"429":{"description":"Too Many Requests - Rate limit exceeded","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}}}}}}
```

## Treasury Net Unrealized P\&L (Governments)

> Treasury Net Unrealized Profit/Loss (Governments) indicates the paper gain or loss of current holdings in USD specifically for government entities with crypto investments. This metric displays individual government unrealized gains and losses, allowing you to track which governments are in profit or underwater on their positions. Note that as the exact trading conditions such as prices are usually unknown, the metric should be considered as an estimation only.\n\nThis metric is based on raw data provided by \[CoinGecko]\(<https://www.coingecko.com/en/api).\\>
> \
> \[View in Studio]\(<https://studio.glassnode.com/charts/treasuries.NetUnrealizedProfitLossGovernments?a=BTC>)<br>

```json
{"openapi":"3.0.3","info":{"title":"Glassnode API - treasuries","version":"1.0.0"},"servers":[{"url":"https://api.glassnode.com","description":"Production API server"}],"security":[{"ApiKeyAuth":[]}],"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"query","name":"api_key","description":"Your Glassnode API key"}},"schemas":{"TimeSeriesResponse":{"type":"array","items":{"$ref":"#/components/schemas/TimeSeriesDataPoint"}},"TimeSeriesDataPoint":{"type":"object","properties":{"t":{"type":"integer","format":"int64","description":"Unix timestamp"},"v":{"oneOf":[{"type":"number"},{"type":"object"},{"type":"array"}],"description":"Metric value (can be number, object, or array depending on the metric)"},"o":{"type":"object","description":"Object containing multiple metric values (when applicable)","additionalProperties":true}}},"ErrorResponse":{"type":"object","properties":{"error":{"type":"string"}}}}},"paths":{"/v1/metrics/treasuries/net_unrealized_profit_loss_governments":{"get":{"summary":"Treasury Net Unrealized P&L (Governments)","description":"Treasury Net Unrealized Profit/Loss (Governments) indicates the paper gain or loss of current holdings in USD specifically for government entities with crypto investments. This metric displays individual government unrealized gains and losses, allowing you to track which governments are in profit or underwater on their positions. Note that as the exact trading conditions such as prices are usually unknown, the metric should be considered as an estimation only.\\n\\nThis metric is based on raw data provided by [CoinGecko](https://www.coingecko.com/en/api).\n\n[View in Studio](https://studio.glassnode.com/charts/treasuries.NetUnrealizedProfitLossGovernments?a=BTC)\n","operationId":"treasuries.NetUnrealizedProfitLossGovernments","parameters":[{"name":"a","in":"query","required":true,"description":"asset id - (see metadata (metadata/metric) page for more details)}","schema":{"type":"string"},"style":"form","explode":false},{"name":"i","in":"query","required":false,"description":"frequency interval - 24h","schema":{"type":"string"},"style":"form","explode":false},{"name":"f","in":"query","required":false,"description":"format - csv, json","schema":{"type":"string","enum":["csv","json"],"default":"json"},"style":"form","explode":false},{"name":"timestamp_format","in":"query","required":false,"description":"timestamp format - unix or humanized (RFC 3339)","schema":{"type":"string","enum":["unix","humanized"],"default":"unix"},"style":"form","explode":false}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TimeSeriesResponse"}}}},"400":{"description":"Bad Request - Invalid parameters or unsupported asset","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}},"401":{"description":"Unauthorized - Invalid or missing API key","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}},"429":{"description":"Too Many Requests - Rate limit exceeded","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}}}}}}
```

## Treasury Profit Ratio (Companies)

> Treasury Profit Ratio (Companies) measures the profit or loss on holdings specifically for institutional holders, market makers, and corporate entities with crypto investments. This metric displays individual company profitability, allowing you to track which companies are in profit or loss on their positions. Positive values indicate profit, while negative values indicate unrealized losses. The \\"other\\" category includes non-whitelisted entities.\nNote that as the exact trading conditions such as prices are usually unknown, the metric should be considered as an estimation only.\n\nThis metric is based on raw data provided by \[CoinGecko]\(<https://www.coingecko.com/en/api).\\>
> \
> \[View in Studio]\(<https://studio.glassnode.com/charts/treasuries.ProfitRatioCompanies?a=BTC>)<br>

```json
{"openapi":"3.0.3","info":{"title":"Glassnode API - treasuries","version":"1.0.0"},"servers":[{"url":"https://api.glassnode.com","description":"Production API server"}],"security":[{"ApiKeyAuth":[]}],"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"query","name":"api_key","description":"Your Glassnode API key"}},"schemas":{"TimeSeriesResponse":{"type":"array","items":{"$ref":"#/components/schemas/TimeSeriesDataPoint"}},"TimeSeriesDataPoint":{"type":"object","properties":{"t":{"type":"integer","format":"int64","description":"Unix timestamp"},"v":{"oneOf":[{"type":"number"},{"type":"object"},{"type":"array"}],"description":"Metric value (can be number, object, or array depending on the metric)"},"o":{"type":"object","description":"Object containing multiple metric values (when applicable)","additionalProperties":true}}},"ErrorResponse":{"type":"object","properties":{"error":{"type":"string"}}}}},"paths":{"/v1/metrics/treasuries/profit_ratio_companies":{"get":{"summary":"Treasury Profit Ratio (Companies)","description":"Treasury Profit Ratio (Companies) measures the profit or loss on holdings specifically for institutional holders, market makers, and corporate entities with crypto investments. This metric displays individual company profitability, allowing you to track which companies are in profit or loss on their positions. Positive values indicate profit, while negative values indicate unrealized losses. The \\\"other\\\" category includes non-whitelisted entities.\\nNote that as the exact trading conditions such as prices are usually unknown, the metric should be considered as an estimation only.\\n\\nThis metric is based on raw data provided by [CoinGecko](https://www.coingecko.com/en/api).\n\n[View in Studio](https://studio.glassnode.com/charts/treasuries.ProfitRatioCompanies?a=BTC)\n","operationId":"treasuries.ProfitRatioCompanies","parameters":[{"name":"a","in":"query","required":true,"description":"asset id - (see metadata (metadata/metric) page for more details)}","schema":{"type":"string"},"style":"form","explode":false},{"name":"i","in":"query","required":false,"description":"frequency interval - 24h","schema":{"type":"string"},"style":"form","explode":false},{"name":"f","in":"query","required":false,"description":"format - csv, json","schema":{"type":"string","enum":["csv","json"],"default":"json"},"style":"form","explode":false},{"name":"timestamp_format","in":"query","required":false,"description":"timestamp format - unix or humanized (RFC 3339)","schema":{"type":"string","enum":["unix","humanized"],"default":"unix"},"style":"form","explode":false}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TimeSeriesResponse"}}}},"400":{"description":"Bad Request - Invalid parameters or unsupported asset","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}},"401":{"description":"Unauthorized - Invalid or missing API key","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}},"429":{"description":"Too Many Requests - Rate limit exceeded","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}}}}}}
```

## Treasury Profit Ratio (Governments)

> Treasury Profit Ratio (Governments) measures the profit or loss on holdings specifically for government entities with crypto investments. This metric displays individual government profitability, allowing you to track which governments are in profit or loss on their positions. Positive values indicate profit, while negative values indicate unrealized losses.\nNote that as the exact trading conditions such as prices are usually unknown, the metric should be considered as an estimation only.\n\nThis metric is based on raw data provided by \[CoinGecko]\(<https://www.coingecko.com/en/api).\\>
> \
> \[View in Studio]\(<https://studio.glassnode.com/charts/treasuries.ProfitRatioGovernments?a=BTC>)<br>

```json
{"openapi":"3.0.3","info":{"title":"Glassnode API - treasuries","version":"1.0.0"},"servers":[{"url":"https://api.glassnode.com","description":"Production API server"}],"security":[{"ApiKeyAuth":[]}],"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"query","name":"api_key","description":"Your Glassnode API key"}},"schemas":{"TimeSeriesResponse":{"type":"array","items":{"$ref":"#/components/schemas/TimeSeriesDataPoint"}},"TimeSeriesDataPoint":{"type":"object","properties":{"t":{"type":"integer","format":"int64","description":"Unix timestamp"},"v":{"oneOf":[{"type":"number"},{"type":"object"},{"type":"array"}],"description":"Metric value (can be number, object, or array depending on the metric)"},"o":{"type":"object","description":"Object containing multiple metric values (when applicable)","additionalProperties":true}}},"ErrorResponse":{"type":"object","properties":{"error":{"type":"string"}}}}},"paths":{"/v1/metrics/treasuries/profit_ratio_governments":{"get":{"summary":"Treasury Profit Ratio (Governments)","description":"Treasury Profit Ratio (Governments) measures the profit or loss on holdings specifically for government entities with crypto investments. This metric displays individual government profitability, allowing you to track which governments are in profit or loss on their positions. Positive values indicate profit, while negative values indicate unrealized losses.\\nNote that as the exact trading conditions such as prices are usually unknown, the metric should be considered as an estimation only.\\n\\nThis metric is based on raw data provided by [CoinGecko](https://www.coingecko.com/en/api).\n\n[View in Studio](https://studio.glassnode.com/charts/treasuries.ProfitRatioGovernments?a=BTC)\n","operationId":"treasuries.ProfitRatioGovernments","parameters":[{"name":"a","in":"query","required":true,"description":"asset id - (see metadata (metadata/metric) page for more details)}","schema":{"type":"string"},"style":"form","explode":false},{"name":"i","in":"query","required":false,"description":"frequency interval - 24h","schema":{"type":"string"},"style":"form","explode":false},{"name":"f","in":"query","required":false,"description":"format - csv, json","schema":{"type":"string","enum":["csv","json"],"default":"json"},"style":"form","explode":false},{"name":"timestamp_format","in":"query","required":false,"description":"timestamp format - unix or humanized (RFC 3339)","schema":{"type":"string","enum":["unix","humanized"],"default":"unix"},"style":"form","explode":false}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TimeSeriesResponse"}}}},"400":{"description":"Bad Request - Invalid parameters or unsupported asset","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}},"401":{"description":"Unauthorized - Invalid or missing API key","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}},"429":{"description":"Too Many Requests - Rate limit exceeded","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}}}}}}
```

## Treasury Relative Balances (Companies)

> Treasury Relative Balances (Companies) shows the holdings of institutional holders, market makers, and corporate entities with crypto investments relative to the asset\&#x27;s total supply. This metric displays individual company holdings as a proportion of total supply, allowing you to track corporate market concentration. The \\"other\\" category includes non-whitelisted entities. Note that the numbers are not derived by directly tracking wallets, but rather are aggregated from publicly available reports.\n\nThis metric is based on raw data provided by \[CoinGecko]\(<https://www.coingecko.com/en/api).\\>
> \
> \[View in Studio]\(<https://studio.glassnode.com/charts/treasuries.BalanceRelativeCompanies?a=BTC>)<br>

```json
{"openapi":"3.0.3","info":{"title":"Glassnode API - treasuries","version":"1.0.0"},"servers":[{"url":"https://api.glassnode.com","description":"Production API server"}],"security":[{"ApiKeyAuth":[]}],"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"query","name":"api_key","description":"Your Glassnode API key"}},"schemas":{"TimeSeriesResponse":{"type":"array","items":{"$ref":"#/components/schemas/TimeSeriesDataPoint"}},"TimeSeriesDataPoint":{"type":"object","properties":{"t":{"type":"integer","format":"int64","description":"Unix timestamp"},"v":{"oneOf":[{"type":"number"},{"type":"object"},{"type":"array"}],"description":"Metric value (can be number, object, or array depending on the metric)"},"o":{"type":"object","description":"Object containing multiple metric values (when applicable)","additionalProperties":true}}},"ErrorResponse":{"type":"object","properties":{"error":{"type":"string"}}}}},"paths":{"/v1/metrics/treasuries/balance_relative_companies":{"get":{"summary":"Treasury Relative Balances (Companies)","description":"Treasury Relative Balances (Companies) shows the holdings of institutional holders, market makers, and corporate entities with crypto investments relative to the asset&#x27;s total supply. This metric displays individual company holdings as a proportion of total supply, allowing you to track corporate market concentration. The \\\"other\\\" category includes non-whitelisted entities. Note that the numbers are not derived by directly tracking wallets, but rather are aggregated from publicly available reports.\\n\\nThis metric is based on raw data provided by [CoinGecko](https://www.coingecko.com/en/api).\n\n[View in Studio](https://studio.glassnode.com/charts/treasuries.BalanceRelativeCompanies?a=BTC)\n","operationId":"treasuries.BalanceRelativeCompanies","parameters":[{"name":"a","in":"query","required":true,"description":"asset id - (see metadata (metadata/metric) page for more details)}","schema":{"type":"string"},"style":"form","explode":false},{"name":"i","in":"query","required":false,"description":"frequency interval - 24h","schema":{"type":"string"},"style":"form","explode":false},{"name":"f","in":"query","required":false,"description":"format - csv, json","schema":{"type":"string","enum":["csv","json"],"default":"json"},"style":"form","explode":false},{"name":"timestamp_format","in":"query","required":false,"description":"timestamp format - unix or humanized (RFC 3339)","schema":{"type":"string","enum":["unix","humanized"],"default":"unix"},"style":"form","explode":false}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TimeSeriesResponse"}}}},"400":{"description":"Bad Request - Invalid parameters or unsupported asset","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}},"401":{"description":"Unauthorized - Invalid or missing API key","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}},"429":{"description":"Too Many Requests - Rate limit exceeded","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}}}}}}
```

## Treasury Relative Balances (Governments)

> Treasury Relative Balances (Governments) shows the holdings of government entities with crypto investments relative to the asset\&#x27;s total supply. This metric displays individual government holdings as a proportion of total supply, allowing you to track government market concentration. Note that the numbers are not derived by directly tracking wallets, but rather are aggregated from publicly available reports.\n\nThis metric is based on raw data provided by \[CoinGecko]\(<https://www.coingecko.com/en/api).\\>
> \
> \[View in Studio]\(<https://studio.glassnode.com/charts/treasuries.BalanceRelativeGovernments?a=BTC>)<br>

```json
{"openapi":"3.0.3","info":{"title":"Glassnode API - treasuries","version":"1.0.0"},"servers":[{"url":"https://api.glassnode.com","description":"Production API server"}],"security":[{"ApiKeyAuth":[]}],"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"query","name":"api_key","description":"Your Glassnode API key"}},"schemas":{"TimeSeriesResponse":{"type":"array","items":{"$ref":"#/components/schemas/TimeSeriesDataPoint"}},"TimeSeriesDataPoint":{"type":"object","properties":{"t":{"type":"integer","format":"int64","description":"Unix timestamp"},"v":{"oneOf":[{"type":"number"},{"type":"object"},{"type":"array"}],"description":"Metric value (can be number, object, or array depending on the metric)"},"o":{"type":"object","description":"Object containing multiple metric values (when applicable)","additionalProperties":true}}},"ErrorResponse":{"type":"object","properties":{"error":{"type":"string"}}}}},"paths":{"/v1/metrics/treasuries/balance_relative_governments":{"get":{"summary":"Treasury Relative Balances (Governments)","description":"Treasury Relative Balances (Governments) shows the holdings of government entities with crypto investments relative to the asset&#x27;s total supply. This metric displays individual government holdings as a proportion of total supply, allowing you to track government market concentration. Note that the numbers are not derived by directly tracking wallets, but rather are aggregated from publicly available reports.\\n\\nThis metric is based on raw data provided by [CoinGecko](https://www.coingecko.com/en/api).\n\n[View in Studio](https://studio.glassnode.com/charts/treasuries.BalanceRelativeGovernments?a=BTC)\n","operationId":"treasuries.BalanceRelativeGovernments","parameters":[{"name":"a","in":"query","required":true,"description":"asset id - (see metadata (metadata/metric) page for more details)}","schema":{"type":"string"},"style":"form","explode":false},{"name":"i","in":"query","required":false,"description":"frequency interval - 24h","schema":{"type":"string"},"style":"form","explode":false},{"name":"f","in":"query","required":false,"description":"format - csv, json","schema":{"type":"string","enum":["csv","json"],"default":"json"},"style":"form","explode":false},{"name":"timestamp_format","in":"query","required":false,"description":"timestamp format - unix or humanized (RFC 3339)","schema":{"type":"string","enum":["unix","humanized"],"default":"unix"},"style":"form","explode":false}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TimeSeriesResponse"}}}},"400":{"description":"Bad Request - Invalid parameters or unsupported asset","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}},"401":{"description":"Unauthorized - Invalid or missing API key","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}},"429":{"description":"Too Many Requests - Rate limit exceeded","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}}}}}}
```
