# Models

## The Status object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]}}}}
```

## The Path object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"Path":{"type":"string","description":"It represents the path of the endpoint."}}}}
```

## The Parameters object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"Parameters":{"type":"string","description":"It represents the parameters required for the corresponding endpoint."}}}}
```

## The Endpoints object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"Endpoints":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["data"],"properties":{"data":{"type":"array","items":{"type":"object","required":["path","parameters"],"properties":{"path":{"$ref":"#/components/schemas/Path"},"parameters":{"$ref":"#/components/schemas/Parameters"}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Path":{"type":"string","description":"It represents the path of the endpoint."},"Parameters":{"type":"string","description":"It represents the parameters required for the corresponding endpoint."}}}}
```

## The Type object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"Type":{"type":"string","description":"Type of given entity list. This field is one of \"exchange\", \"miner\""}}}}
```

## The EntityListResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"EntityListResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["type","data"],"properties":{"type":{"$ref":"#/components/schemas/Type"},"data":{"type":"array","items":{"type":"object","required":["name","symbol","is_validated","market_type"],"properties":{"name":{"type":"string","description":"The name of entity."},"symbol":{"type":"string","description":"The name of calling symbol."},"is_validated":{"type":"int","description":"Entity is validated or in progress."},"market_type":{"type":"int","description":"Market type of entity."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Type":{"type":"string","description":"Type of given entity list. This field is one of \"exchange\", \"miner\""}}}}
```

## The Window\_DBH object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"Window_DBH":{"type":"string","description":"The size of window. It can be day, hour, or block, and it depends on the user request."}}}}
```

## The Blockheight object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."}}}}
```

## The Date object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."}}}}
```

## The Datetime object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"Datetime":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block is used."}}}}
```

## The ReserveResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"ReserveResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_DBH"},"data":{"type":"array","items":{"type":"object","required":["reserve","reserve_usd"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime"},"reserve":{"type":"decimal","description":"The amount of BTC on a given exchange."},"reserve_usd":{"type":"decimal","description":"The USD value of BTC held by an exchange."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_DBH":{"type":"string","description":"The size of window. It can be day, hour, or block, and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block is used."}}}}
```

## The Datetime\_H object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"Datetime_H":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block or window=hour is used."}}}}
```

## The NetflowResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"NetflowResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_DBH"},"data":{"type":"array","items":{"type":"object","required":["netflow_total"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime_H"},"netflow_total":{"type":"decimal","description":"The difference between coins flowing into/out of exchanges."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_DBH":{"type":"string","description":"The size of window. It can be day, hour, or block, and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime_H":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block or window=hour is used."}}}}
```

## The InflowResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"InflowResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_DBH"},"data":{"type":"array","items":{"type":"object","required":["inflow_total","inflow_top10","inflow_mean"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime_H"},"inflow_total":{"type":"decimal","description":"The total amount of BTC that transferred to the exchange."},"inflow_top10":{"type":"decimal","description":"The total BTC amount of top 10 transactions (in terms of total BTC sent) flowing into exchange wallets for every day that the exchange wallets we track have been live on the blockchain."},"inflow_mean":{"type":"decimal","description":"The mean of tokens per transaction sent an exchange."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_DBH":{"type":"string","description":"The size of window. It can be day, hour, or block, and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime_H":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block or window=hour is used."}}}}
```

## The OutflowResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"OutflowResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_DBH"},"data":{"type":"array","items":{"type":"object","required":["outflow_total","outflow_top10","outflow_mean"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime_H"},"outflow_total":{"type":"decimal","description":"The total amount of BTC that traneferred from the exchange"},"outflow_top10":{"type":"decimal","description":"The total BTC amount of top 10 transactions (in terms of total BTC sent) flowing out of exchange wallets for every day that the exchange wallets we track have been live on the blockchain."},"outflow_mean":{"type":"decimal","description":"The mean of tokens per transaction sent from an exchange."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_DBH":{"type":"string","description":"The size of window. It can be day, hour, or block, and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime_H":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block or window=hour is used."}}}}
```

## The TransactionsCountEFResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"TransactionsCountEFResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_DBH"},"data":{"type":"array","items":{"type":"object","required":["transactions_count_inflow","transactions_count_outflow"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime_H"},"transactions_count_inflow":{"type":"decimal","description":"The number of transactions sent to the exchange ."},"transactions_count_outflow":{"type":"decimal","description":"The number of transactions sent from the exchange."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_DBH":{"type":"string","description":"The size of window. It can be day, hour, or block, and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime_H":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block or window=hour is used."}}}}
```

## The AddressesCountEFResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"AddressesCountEFResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_DBH"},"data":{"type":"array","items":{"type":"object","required":["addresses_count_inflow","addresses_count_outflow"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime_H"},"addresses_count_inflow":{"type":"decimal","description":"The number of addresses evoking inflow transactions to exchange wallets"},"addresses_count_outflow":{"type":"decimal","description":"The number of addresses evoking outflow transactions from exchange wallets"}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_DBH":{"type":"string","description":"The size of window. It can be day, hour, or block, and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime_H":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block or window=hour is used."}}}}
```

## The InHouseFlowResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"InHouseFlowResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_DBH"},"data":{"type":"array","items":{"type":"object","required":["flow_total","flow_mean","transactions_count_flow"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime_H"},"flow_total":{"type":"decimal","description":"The total amount of BTC circulated within an exchange."},"flow_mean":{"type":"decimal","description":"The mean of tokens per transaction circulated within an exchange."},"transactions_count_flow":{"type":"decimal","description":"The number of transactions circulated within an exchange."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_DBH":{"type":"string","description":"The size of window. It can be day, hour, or block, and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime_H":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block or window=hour is used."}}}}
```

## The Window object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"Window":{"type":"string","description":"The size of window. It can be day or block, and it depends on the user request."}}}}
```

## The schemas\_ReserveResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"schemas_ReserveResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window"},"data":{"type":"array","items":{"type":"object","required":["reserve","reserve_usd"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime_H"},"reserve":{"type":"decimal","description":"The amount of BTC on a given mining pool."},"reserve_usd":{"type":"decimal","description":"The USD value of BTC held by a mining pool."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window":{"type":"string","description":"The size of window. It can be day or block, and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime_H":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block or window=hour is used."}}}}
```

## The schemas\_NetflowResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"schemas_NetflowResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_DBH"},"data":{"type":"array","items":{"type":"object","required":["netflow_total"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime_H"},"netflow_total":{"type":"decimal","description":"The difference between coins flowing into/out of mining pools."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_DBH":{"type":"string","description":"The size of window. It can be day, hour, or block, and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime_H":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block or window=hour is used."}}}}
```

## The schemas\_InflowResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"schemas_InflowResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window"},"data":{"type":"array","items":{"type":"object","required":["inflow_total","inflow_top10","inflow_mean"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime_H"},"inflow_total":{"type":"decimal","description":"The total amount of BTC transferred to the miner."},"inflow_top10":{"type":"decimal","description":"The total BTC amount of top 10 transactions (in terms of total BTC sent) flowing into miner wallets for every day that the miner wallets we track have been live on the blockchain."},"inflow_mean":{"type":"decimal","description":"The mean of tokens per transactions sent to a miner."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window":{"type":"string","description":"The size of window. It can be day or block, and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime_H":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block or window=hour is used."}}}}
```

## The schemas\_OutflowResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"schemas_OutflowResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window"},"data":{"type":"array","items":{"type":"object","required":["outflow_total","outflow_top10","outflow_mean"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime_H"},"outflow_total":{"type":"decimal","description":"The total amount of BTC transferred from the miner."},"outflow_top10":{"type":"decimal","description":"The total BTC amount of top 10 transactions (in terms of total BTC sent) flowing out of miner wallets for every day that the miner wallets we track have been live on the blockchain."},"outflow_mean":{"type":"decimal","description":"The mean of tokens per transaction sent from a miner."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window":{"type":"string","description":"The size of window. It can be day or block, and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime_H":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block or window=hour is used."}}}}
```

## The TransactionsCountMFResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"TransactionsCountMFResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window"},"data":{"type":"array","items":{"type":"object","required":["transactions_count_inflow","transactions_count_outflow"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime_H"},"transactions_count_inflow":{"type":"decimal","description":"The number of transactions sent to the miner."},"transactions_count_outflow":{"type":"decimal","description":"The number of transactions sent from the miner."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window":{"type":"string","description":"The size of window. It can be day or block, and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime_H":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block or window=hour is used."}}}}
```

## The AddressesCountMFResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"AddressesCountMFResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window"},"data":{"type":"array","items":{"type":"object","required":["addresses_count_inflow","addresses_count_outflow"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime_H"},"addresses_count_inflow":{"type":"decimal","description":"The number of addresses evoking inflow transactions to mining pool wallets"},"addresses_count_outflow":{"type":"decimal","description":"The number of addresses evoking outflow transactions from mining pool wallets"}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window":{"type":"string","description":"The size of window. It can be day or block, and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime_H":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block or window=hour is used."}}}}
```

## The schemas\_InHouseFlowResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"schemas_InHouseFlowResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_DBH"},"data":{"type":"array","items":{"type":"object","required":["flow_total","flow_mean","transactions_count_flow"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime_H"},"flow_total":{"type":"decimal","description":"The total amount of BTC circulated within an miner."},"flow_mean":{"type":"decimal","description":"The mean of tokens per transaction circulated within an miner."},"transactions_count_flow":{"type":"decimal","description":"The number of transactions circulated within an miner."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_DBH":{"type":"string","description":"The size of window. It can be day, hour, or block, and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime_H":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block or window=hour is used."}}}}
```

## The Exchange-to-exchangeResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"Exchange-to-exchangeResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_DBH"},"data":{"type":"array","items":{"type":"object","required":["flow_total","flow_mean","transactions_count_flow"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime_H"},"flow_total":{"type":"decimal","description":"The total number of tokens transferred from one exchange to another."},"flow_mean":{"type":"decimal","description":"The mean of tokens transferred from one exchange to another."},"transactions_count_flow":{"type":"decimal","description":"The number of transactions from one exchange to another."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_DBH":{"type":"string","description":"The size of window. It can be day, hour, or block, and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime_H":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block or window=hour is used."}}}}
```

## The Miner-to-exchangeResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"Miner-to-exchangeResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_DBH"},"data":{"type":"array","items":{"type":"object","required":["flow_total","flow_mean","transactions_count_flow"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime_H"},"flow_total":{"type":"decimal","description":"The total number of tokens transferred from a mining pool to an exchange."},"flow_mean":{"type":"decimal","description":"The mean of tokens transferred from a mining pool to an exchange."},"transactions_count_flow":{"type":"decimal","description":"The number of transactions from a mining pool to an exchange."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_DBH":{"type":"string","description":"The size of window. It can be day, hour, or block, and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime_H":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block or window=hour is used."}}}}
```

## The Exchange-to-minerResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"Exchange-to-minerResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_DBH"},"data":{"type":"array","items":{"type":"object","required":["flow_total","flow_mean","transactions_count_flow"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime_H"},"flow_total":{"type":"decimal","description":"The total number of tokens transferred from an exchange to a mining pool."},"flow_mean":{"type":"decimal","description":"The mean of tokens transferred from an exchange to a mining pool."},"transactions_count_flow":{"type":"decimal","description":"The number of transactions from an exchange to a mining pool."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_DBH":{"type":"string","description":"The size of window. It can be day, hour, or block, and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime_H":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block or window=hour is used."}}}}
```

## The Miner-to-minerResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"Miner-to-minerResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_DBH"},"data":{"type":"array","items":{"type":"object","required":["flow_total","flow_mean","transactions_count_flow"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime_H"},"flow_total":{"type":"decimal","description":"The total number of tokens transferred from one mining pool to another."},"flow_mean":{"type":"decimal","description":"The mean of tokens transferred from one mining pool to another."},"transactions_count_flow":{"type":"decimal","description":"The number of transactions from one mining pool to another."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_DBH":{"type":"string","description":"The size of window. It can be day, hour, or block, and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime_H":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block or window=hour is used."}}}}
```

## The SupplyResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"SupplyResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_DBH"},"data":{"type":"array","items":{"type":"object","required":["supply_total","supply_new"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime"},"supply_total":{"type":"decimal","description":"The total amount of BTC in existence."},"supply_new":{"type":"decimal","description":"The sum of newly issued tokens in that window."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_DBH":{"type":"string","description":"The size of window. It can be day, hour, or block, and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block is used."}}}}
```

## The VelocityResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"VelocityResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_DBH"},"data":{"type":"array","items":{"type":"object","required":["velocity_supply_total"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime"},"velocity_supply_total":{"type":"decimal","description":"Estimated transaction volume in the trailing 1 year divided by current total supply."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_DBH":{"type":"string","description":"The size of window. It can be day, hour, or block, and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block is used."}}}}
```

## The TransactionsCountResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"TransactionsCountResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_DBH"},"data":{"type":"array","items":{"type":"object","required":["transactions_count_total","transactions_count_mean"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime"},"transactions_count_total":{"type":"decimal","description":"Total number of transactions whether they execute or not, and whether they result in the transfer of tokens or not."},"transactions_count_mean":{"type":"decimal","description":"The mean of number transactions per block. For window=block, this value will be same as transactions_count_total."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_DBH":{"type":"string","description":"The size of window. It can be day, hour, or block, and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block is used."}}}}
```

## The AddressesCountResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"AddressesCountResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_DBH"},"data":{"type":"array","items":{"type":"object","required":["addresses_count_active","addresses_count_sender","addresses_count_receiver"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime"},"addresses_count_active":{"type":"decimal","description":"The total number of unique addresses that were active (either sender or receiver) on the blockchain in a given window."},"addresses_count_sender":{"type":"decimal","description":"The number of addresses that were active as a sender."},"addresses_count_receiver":{"type":"decimal","description":"The number of addresses that were active as a receiver."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_DBH":{"type":"string","description":"The size of window. It can be day, hour, or block, and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block is used."}}}}
```

## The TokensTransferredResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"TokensTransferredResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_DBH"},"data":{"type":"array","items":{"type":"object","required":["tokens_transferred_total","tokens_transferred_mean","tokens_transferred_median"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime"},"tokens_transferred_total":{"type":"decimal","description":"Total number of tokens transferred in that window."},"tokens_transferred_mean":{"type":"decimal","description":"The mean of tokens transferred per transaction."},"tokens_transferred_median":{"type":"decimal","description":"The median of tokens transferred per transaction."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_DBH":{"type":"string","description":"The size of window. It can be day, hour, or block, and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block is used."}}}}
```

## The BlockBytesResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"BlockBytesResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["data","window"],"properties":{"window":{"$ref":"#/components/schemas/Window_DBH"},"data":{"type":"array","items":{"type":"object","required":["block_bytes"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime"},"block_bytes":{"type":"integer","description":"The mean size(in bytes) of all blocks generated"}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_DBH":{"type":"string","description":"The size of window. It can be day, hour, or block, and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block is used."}}}}
```

## The Window\_DH object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"Window_DH":{"type":"string","description":"The size of window. It can be day or hour, and it depends on the user request."}}}}
```

## The BlockCountResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"BlockCountResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["data","window"],"properties":{"window":{"$ref":"#/components/schemas/Window_DH"},"data":{"type":"array","items":{"type":"object","required":["block_count"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime"},"block_count":{"type":"integer","description":"The number of blocks generated in a given window."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_DH":{"type":"string","description":"The size of window. It can be day or hour, and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block is used."}}}}
```

## The BlockIntervalResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"BlockIntervalResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_DBH"},"data":{"type":"array","items":{"type":"object","required":["block_interval"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime"},"block_interval":{"type":"integer","description":"The average time between blocks generated in seconds."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_DBH":{"type":"string","description":"The size of window. It can be day, hour, or block, and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block is used."}}}}
```

## The UTXOCountResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"UTXOCountResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_DBH"},"data":{"type":"array","items":{"type":"object","required":["utxo_count"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime"},"utxo_count":{"type":"integer","description":"Number of unspent transaction outputs."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_DBH":{"type":"string","description":"The size of window. It can be day, hour, or block, and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block is used."}}}}
```

## The FeesResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"FeesResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_DBH"},"data":{"type":"array","items":{"type":"object","required":["fees_block_mean","fees_block_mean_usd","fees_total","fees_total_usd","fees_reward_percent"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime"},"fees_block_mean":{"type":"decimal","description":"The average fee per block."},"fees_block_mean_usd":{"type":"decimal","description":"The average fee per block, calculated in USD."},"fees_total":{"type":"decimal","description":"The sum of all fees that are paid to bitcoin miners."},"fees_total_usd":{"type":"decimal","description":"The sum of all fees that are paid to bitcoin miners, calculated in USD."},"fees_reward_percent":{"type":"decimal","description":"The percentage of fee in total block reward. Values are between 0 and 1."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_DBH":{"type":"string","description":"The size of window. It can be day, hour, or block, and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block is used."}}}}
```

## The FeesTransactionResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"FeesTransactionResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_DBH"},"data":{"type":"array","items":{"type":"object","required":["fees_transaction_mean","fees_transaction_mean_usd","fees_transaction_median","fees_transaction_median_usd","fees_reward_percent"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime"},"fees_transaction_mean":{"type":"decimal","description":"The average fee per transaction."},"fees_transaction_mean_usd":{"type":"decimal","description":"The average fee per transaction, calculated in USD."},"fees_transaction_median":{"type":"decimal","description":"The median fee per transaction."},"fees_transaction_median_usd":{"type":"decimal","description":"The median fee per transaction, calculated in USD."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_DBH":{"type":"string","description":"The size of window. It can be day, hour, or block, and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block is used."}}}}
```

## The BlockRewardResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"BlockRewardResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_DBH"},"data":{"type":"array","items":{"type":"object","required":["blockreward","blockreward_usd"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime"},"blockreward":{"type":"decimal","description":"The sum of block rewards (including mining or staking rewards and transaction fees)."},"blockreward_usd":{"type":"decimal","description":"The sum of block rewards (including mining or staking rewards and transaction fees), calculated in USD."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_DBH":{"type":"string","description":"The size of window. It can be day, hour, or block, and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block is used."}}}}
```

## The DifficultyResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"DifficultyResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_DBH"},"data":{"type":"array","items":{"type":"object","required":["difficulty"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime"},"difficulty":{"type":"decimal","description":"The mean difficulty of mining a new block."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_DBH":{"type":"string","description":"The size of window. It can be day, hour, or block, and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block is used."}}}}
```

## The HashrateResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"HashrateResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_DBH"},"data":{"type":"array","items":{"type":"object","required":["hashrate"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime"},"hashrate":{"type":"decimal","description":"The mean of hashes that miners calculates per second across all miners in the network. (Bytes/Sec)"}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_DBH":{"type":"string","description":"The size of window. It can be day, hour, or block, and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block is used."}}}}
```

## The Window\_MDHB object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"Window_MDHB":{"type":"string","description":"The size of window. It can be day, hour, min, or block and it depends on the user request."}}}}
```

## The PriceOHLCVResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"PriceOHLCVResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_MDHB"},"data":{"type":"array","items":{"type":"object","required":["open","high","low","close","volume"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime"},"open":{"type":"decimal","description":"opening price at the beginning of the window."},"high":{"type":"decimal","description":"opening price at the end of the window."},"low":{"type":"decimal","description":"The highest price in a given window."},"close":{"type":"decimal","description":"The lowest price in a given window."},"volume":{"type":"decimal","description":"The total traded amount in a given window."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_MDHB":{"type":"string","description":"The size of window. It can be day, hour, min, or block and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block is used."}}}}
```

## The Window\_MDH object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"Window_MDH":{"type":"string","description":"The size of window. It can be day, hour, or min and it depends on the user request."}}}}
```

## The OpenInterestResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"OpenInterestResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_MDH"},"data":{"type":"array","items":{"type":"object","required":["open_interest"],"properties":{"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime"},"open_interest":{"type":"string","description":"The amount of open interest in the given period and exchange. The standard unit can differ from each exchange."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_MDH":{"type":"string","description":"The size of window. It can be day, hour, or min and it depends on the user request."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block is used."}}}}
```

## The FundingRatesResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"FundingRatesResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_MDH"},"data":{"type":"array","items":{"type":"object","required":["funding_rates"],"properties":{"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime"},"funding_rates":{"type":"decimal","description":"Funding rates in the given period and exchange. The standard unit is percentage."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_MDH":{"type":"string","description":"The size of window. It can be day, hour, or min and it depends on the user request."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block is used."}}}}
```

## The TakerBuySellStatsResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"TakerBuySellStatsResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_MDH"},"data":{"type":"array","items":{"type":"object","required":["taker_buy_volume","taker_sell_volume","taker_buy_ratio","taker_sell_ratio","taker_buy_sell_ratio"],"properties":{"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime"},"taker_buy_volume":{"type":"decimal","description":"Volume that takers buy in the given period and exchange."},"taker_sell_volume":{"type":"decimal","description":"Volume that takers sell in the given period and exchange."},"taker_buy_ratio":{"type":"decimal","description":"The ratio of taker buy volume to taker total volume in the given period and exchange. Taker total volume is sum of taker buy and sell volume."},"taker_sell_ratio":{"type":"decimal","description":"The ratio of taker sell volume to taker total volume in the given period and exchange. Taker total volume is sum of taker buy and sell volume."},"taker_buy_sell_ratio":{"type":"decimal","description":"The ratio fo taker buy volume to taker sell volume in the given period and exchange."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_MDH":{"type":"string","description":"The size of window. It can be day, hour, or min and it depends on the user request."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block is used."}}}}
```

## The LiquidationsResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"LiquidationsResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_MDH"},"data":{"type":"array","items":{"type":"object","required":["long_liquidations","short_liquidations","long_liquidations_usd","short_liquidations_usd"],"properties":{"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime"},"long_liquidations":{"type":"decimal","description":"Amount of liquidated orders in long positions."},"short_liquidations":{"type":"decimal","description":"Amount of liquidated orders in short positions."},"long_liquidations_usd":{"type":"decimal","description":"Amount of liquidated orders in long positions in USD."},"short_liquidations_usd":{"type":"decimal","description":"Amount of liquidated orders in short positions in USD."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_MDH":{"type":"string","description":"The size of window. It can be day, hour, or min and it depends on the user request."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block is used."}}}}
```

## The CapitalizationResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"CapitalizationResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window"},"data":{"type":"array","items":{"type":"object","required":["market_cap","realized_cap","average_cap","delta_cap","thermo_cap"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime"},"market_cap":{"type":"decimal","description":"Market capitalization of BTC, calculated by total_supply * price_usd_close."},"realized_cap":{"type":"decimal","description":"The sum of all UTXOs multiplied by the price they last moved."},"average_cap":{"type":"decimal","description":"Forever moving average, calculated by dividing the cumulated sum of daily market cap with the age of market."},"delta_cap":{"type":"decimal","description":"realized_cap minus average_cap."},"thermo_cap":{"type":"decimal","description":"The weighted cumulative sum of the mined cryptocurrency price."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window":{"type":"string","description":"The size of window. It can be day or block, and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block is used."}}}}
```

## The Datetime\_MH object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"Datetime_MH":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=min or window=hour is used."}}}}
```

## The BTCCoinbasePremiumIndexResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"BTCCoinbasePremiumIndexResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_MDH"},"data":{"type":"array","items":{"type":"object","required":["coinbase_premium_gap","coinbase_premium_index"],"properties":{"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime_MH"},"coinbase_premium_gap":{"type":"decimal","description":"The gap between Coinbase Advanced price(USD pair) and Binance price(USDT pair)."},"coinbase_premium_index":{"type":"decimal","description":"The percent difference from Binance price(BTCUSDT) to Coinbase price(BTCUSD)."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_MDH":{"type":"string","description":"The size of window. It can be day, hour, or min and it depends on the user request."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime_MH":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=min or window=hour is used."}}}}
```

## The Window\_D object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"Window_D":{"type":"string","description":"The size of window. This metric supports only day resolution."}}}}
```

## The MarketPriceUSDResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"MarketPriceUSDResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_D"},"data":{"type":"array","items":{"type":"object","required":["price_usd_open","price_usd_high","price_usd_low","price_usd_close","price_usd_adj_close"],"properties":{"date":{"$ref":"#/components/schemas/Date"},"price_usd_open":{"type":"decimal","description":"USD opening price at the beginning of the window."},"price_usd_high":{"type":"decimal","description":"The highest USD price in a given window."},"price_usd_low":{"type":"decimal","description":"The lowest USD price in a given window."},"price_usd_close":{"type":"decimal","description":"USD closing price at the end of the window."},"price_usd_adj_close":{"type":"decimal","description":"USD adjusted closing price at the end of the window."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_D":{"type":"string","description":"The size of window. This metric supports only day resolution."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."}}}}
```

## The MarketVolumeResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"MarketVolumeResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_D"},"data":{"type":"array","items":{"type":"object","required":["volume"],"properties":{"date":{"$ref":"#/components/schemas/Date"},"volume":{"type":"decimal","description":"Traded volume of the window."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_D":{"type":"string","description":"The size of window. This metric supports only day resolution."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."}}}}
```

## The MarketPremiumResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"MarketPremiumResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_D"},"data":{"type":"array","items":{"type":"object","required":["market_premium"],"properties":{"date":{"$ref":"#/components/schemas/Date"},"market_premium":{"type":"decimal","description":"Market premium of the window."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_D":{"type":"string","description":"The size of window. This metric supports only day resolution."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."}}}}
```

## The DigitalAssetHoldingsResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"DigitalAssetHoldingsResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_D"},"data":{"type":"array","items":{"type":"object","required":["digital_asset_holdings"],"properties":{"date":{"$ref":"#/components/schemas/Date"},"digital_asset_holdings":{"type":"decimal","description":"Digital Asset Holdings of the window."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_D":{"type":"string","description":"The size of window. This metric supports only day resolution."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."}}}}
```

## The StockToFlowResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"StockToFlowResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_DBH"},"data":{"type":"array","items":{"type":"object","required":["stock_to_flow","stock_to_flow_reversion"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime_H"},"stock_to_flow":{"type":"decimal","description":"Stock to Flow is a ratio of currently circulating BTC divided by newly supplied BTC."},"stock_to_flow_reversion":{"type":"decimal","description":"Stock to Flow Reversion is used to spot market bottoms. It is calculated by dividing the price of bitcoin to its stock-to-flow ratio."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_DBH":{"type":"string","description":"The size of window. It can be day, hour, or block, and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime_H":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block or window=hour is used."}}}}
```

## The NVTResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"NVTResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_D"},"data":{"type":"array","items":{"type":"object","required":["nvt"],"properties":{"date":{"$ref":"#/components/schemas/Date"},"nvt":{"type":"decimal","description":"NVT(Network Value to Transaction) ratio is the network value(supply_total) divided by tokens_transferred_total."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_D":{"type":"string","description":"The size of window. This metric supports only day resolution."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."}}}}
```

## The NVTGoldenCrossResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"NVTGoldenCrossResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_D"},"data":{"type":"array","items":{"type":"object","required":["nvt_golden_cross"],"properties":{"date":{"$ref":"#/components/schemas/Date"},"nvt_golden_cross":{"type":"decimal","description":"NVT Golden Cross is a modified index of NVT. NVT Golden Cross value will return null if std is 0."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_D":{"type":"string","description":"The size of window. This metric supports only day resolution."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."}}}}
```

## The NVMResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"NVMResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_D"},"data":{"type":"array","items":{"type":"object","required":["nvm"],"properties":{"date":{"$ref":"#/components/schemas/Date"},"nvm":{"type":"decimal","description":"NVM is a ratio of market cap divided by daily active address."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_D":{"type":"string","description":"The size of window. This metric supports only day resolution."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."}}}}
```

## The PuellMultipleResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"PuellMultipleResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_D"},"data":{"type":"array","items":{"type":"object","required":["puell_multiple"],"properties":{"date":{"$ref":"#/components/schemas/Date"},"puell_multiple":{"type":"decimal","description":"Puell Multiple is the mining revenue usd divided by MA 365 mining revenue usd."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_D":{"type":"string","description":"The size of window. This metric supports only day resolution."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."}}}}
```

## The CDDResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"CDDResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window"},"data":{"type":"array","items":{"type":"object","required":["cdd","a_cdd","sa_cdd","average_sa_cdd","binary_cdd"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime"},"cdd":{"type":"decimal","description":"When UTxO destroyed, Coin Days Destroyed is calculated as the sum value of the number of days between created and spent multiplied by UTxO amount."},"sa_cdd":{"type":"decimal","description":"Supply Adjusted Coin Days Destroyed is `cdd` value adjusted by supply. It is calculated as the value of `cdd` divided by total supply."},"average_sa_cdd":{"type":"decimal","description":"Average Supply Adjusted Coin Days Destroyed is the historical average value of `sa_cdd` after generation block."},"binary_cdd":{"type":"integer","description":"Binary Coin Days Destroyed is binary value. When `sa_cdd` is larger than `average_sa_cdd`, `binary_cdd` is 1."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window":{"type":"string","description":"The size of window. It can be day or block, and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block is used."}}}}
```

## The MCAResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"MCAResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window"},"data":{"type":"array","items":{"type":"object","required":["mca","mcda"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime"},"mca":{"type":"decimal","description":"Mean Coin Age is the mean value of products of bitcoin unspent transaction output alive days and its value."},"mcda":{"type":"decimal","description":"Mean Coin Dollar Age is the mean value of products of bitcoin unspent transaction output alive days, value, and price at the created time."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window":{"type":"string","description":"The size of window. It can be day or block, and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block is used."}}}}
```

## The SCAResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"SCAResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window"},"data":{"type":"array","items":{"type":"object","required":["sca","scda"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime"},"sca":{"type":"decimal","description":"Sum Coin Age is the sum value of products of bitcoin unspent transaction output alive days and its value."},"scda":{"type":"decimal","description":"Sum Coin Dollar Age is the sum value of products of bitcoin unspent transaction output alive days, value, and price at the created time."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window":{"type":"string","description":"The size of window. It can be day or block, and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block is used."}}}}
```

## The SCADistributionResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"SCADistributionResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window"},"data":{"type":"array","items":{"type":"object","required":["range_0d_1d","range_1d_1w","range_1w_1m","range_1m_3m","range_3m_6m","range_6m_12m","range_12m_18m","range_18m_2y","range_2y_3y","range_3y_5y","range_5y_7y","range_7y_10y","range_10y_inf","range_0d_1d_percent","range_1d_1w_percent","range_1w_1m_percent","range_1m_3m_percent","range_3m_6m_percent","range_6m_12m_percent","range_12m_18m_percent","range_18m_2y_percent","range_2y_3y_percent","range_3y_5y_percent","range_5y_7y_percent","range_7y_10y_percent","range_10y_inf_percent"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime"},"range_0d_1d":{"type":"decimal","description":"Sum Coin Age distribution value of which alive time is less than 1 day."},"range_1d_1w":{"type":"decimal","description":"Sum Coin Age distribution value of which alive time is more than 1 day and less than 7 days."},"range_1w_1m":{"type":"decimal","description":"Sum Coin Age distribution value of which alive time is more than 7 days and less than 1 month."},"range_1m_3m":{"type":"decimal","description":"Sum Coin Age distribution value of which alive time is more than 1 month and less than 3 months."},"range_3m_6m":{"type":"decimal","description":"Sum Coin Age distribution value of which alive time is more than 3 months and less than 6 months."},"range_6m_12m":{"type":"decimal","description":"Sum Coin Age distribution value of which alive time is more than 6 months and less than 12 months."},"range_12m_18m":{"type":"decimal","description":"Sum Coin Age distribution value of which alive time is more than 12 months and less than 18 months."},"range_18m_2y":{"type":"decimal","description":"Sum Coin Age distribution value of which alive time is more than 18 months and less than 2 years."},"range_2y_3y":{"type":"decimal","description":"Sum Coin Age distribution value of which alive time is more than 2 years and less than 3 years."},"range_3y_5y":{"type":"decimal","description":"Sum Coin Age distribution value of which alive time is more than 3 years and less than 5 years."},"range_5y_7y":{"type":"decimal","description":"Sum Coin Age distribution value of which alive time is more than 5 years and less than 7 years."},"range_7y_10y":{"type":"decimal","description":"Sum Coin Age distribution value of which alive time is more than 7 years and less than 10 years."},"range_10y_inf":{"type":"decimal","description":"Sum Coin Age distribution percent value of which alive time is more than 10 years."},"range_0d_1d_percent":{"type":"decimal","description":"Sum Coin Age distribution percent value of which alive time is less than 1 day."},"range_1d_1w_percent":{"type":"decimal","description":"Sum Coin Age distribution percent value of which alive time is more than 1 day and less than 7 days."},"range_1w_1m_percent":{"type":"decimal","description":"Sum Coin Age distribution percent value of which alive time is more than 7 days and less than 1 month."},"range_1m_3m_percent":{"type":"decimal","description":"Sum Coin Age distribution percent value of which alive time is more than 1 month and less than 3 months."},"range_3m_6m_percent":{"type":"decimal","description":"Sum Coin Age distribution percent value of which alive time is more than 3 months and less than 6 months."},"range_6m_12m_percent":{"type":"decimal","description":"Sum Coin Age distribution percent value of which alive time is more than 6 months and less than 12 months."},"range_12m_18m_percent":{"type":"decimal","description":"Sum Coin Age distribution percent value of which alive time is more than 12 months and less than 18 months."},"range_18m_2y_percent":{"type":"decimal","description":"Sum Coin Age distribution percent value of which alive time is more than 18 months and less than 2 years."},"range_2y_3y_percent":{"type":"decimal","description":"Sum Coin Age distribution percent value of which alive time is more than 2 years and less than 3 years."},"range_3y_5y_percent":{"type":"decimal","description":"Sum Coin Age distribution percent value of which alive time is more than 3 years and less than 5 years."},"range_5y_7y_percent":{"type":"decimal","description":"Sum Coin Age distribution percent value of which alive time is more than 5 years and less than 7 years."},"range_7y_10y_percent":{"type":"decimal","description":"Sum Coin Age distribution percent value of which alive time is more than 7 years and less than 10 years."},"range_10y_inf_percent":{"type":"decimal","description":"Sum Coin Age distribution percent value of which alive time is more than 10 years."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window":{"type":"string","description":"The size of window. It can be day or block, and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block is used."}}}}
```

## The NUPLResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"NUPLResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window"},"data":{"type":"array","items":{"type":"object","required":["nupl","nup","nul"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime"},"nupl":{"type":"decimal","description":"Net Unrealized Profit and Loss is the difference between `market_cap` and `realized_cap` divided by `market_cap`."},"nup":{"type":"decimal","description":"Net Unrealized Profit is the sum of products of UTxO's value and price difference between created and destroyed only in profit, divided by `market_cap`."},"nul":{"type":"decimal","description":"Net Unrealized Loss is the sum of products of UTxO's value and price difference between created and destroyed only in loss, divided by `market_cap`."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window":{"type":"string","description":"The size of window. It can be day or block, and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block is used."}}}}
```

## The NRPLResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"NRPLResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_DBH"},"data":{"type":"array","items":{"type":"object","required":["nrpl"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime"},"nrpl":{"type":"decimal","description":"Net Realized Profit/Loss metric presenting the net magnitude of profit, or loss realized by all holders spending coins."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_DBH":{"type":"string","description":"The size of window. It can be day, hour, or block, and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block is used."}}}}
```

## The PNLUTxOResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"PNLUTxOResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_D"},"data":{"type":"array","items":{"type":"object","required":["profit_percent","loss_percent","profit_amount","loss_amount"],"properties":{"date":{"$ref":"#/components/schemas/Date"},"profit_percent":{"type":"decimal","description":"A percent of the number of UTxO in profit among total number of UTxO."},"loss_percent":{"type":"decimal","description":"A percent of the number of UTxO in loss among total number of UTxO."},"profit_amount":{"type":"decimal","description":"The number of UTxO in profit."},"loss_amount":{"type":"decimal","description":"The number of UTxO in loss."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_D":{"type":"string","description":"The size of window. This metric supports only day resolution."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."}}}}
```

## The PNLSupplyResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"PNLSupplyResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window"},"data":{"type":"array","items":{"type":"object","required":["profit_percent","loss_percent","profit_amount","loss_amount"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime"},"profit_percent":{"type":"decimal","description":"A percent of the sum of UTxO value in profit among total sum of UTxO value."},"loss_percent":{"type":"decimal","description":"A percent of the sum of UTxO value in loss among total sum of UTxO value."},"profit_amount":{"type":"decimal","description":"The sum of UTxO value in profit."},"loss_amount":{"type":"decimal","description":"The sum of UTxO value in loss."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window":{"type":"string","description":"The size of window. It can be day or block, and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block is used."}}}}
```

## The DormancyResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"DormancyResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window"},"data":{"type":"array","items":{"type":"object","required":["average_dormancy","sa_average_dormancy"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime"},"average_dormancy":{"type":"decimal","description":"The average number of days destroyed per coin transacted."},"sa_average_dormancy":{"type":"decimal","description":"Average dormancy normalized by supply total."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window":{"type":"string","description":"The size of window. It can be day or block, and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block is used."}}}}
```

## The UTxOAgeDistributionResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"UTxOAgeDistributionResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_DBH"},"data":{"type":"array","items":{"type":"object","required":["range_0d_1d","range_1d_1w","range_1w_1m","range_1m_3m","range_3m_6m","range_6m_12m","range_12m_18m","range_18m_2y","range_2y_3y","range_3y_5y","range_5y_7y","range_7y_10y","range_10y_inf","range_0d_1d_usd","range_1d_1w_usd","range_1w_1m_usd","range_1m_3m_usd","range_3m_6m_usd","range_6m_12m_usd","range_12m_18m_usd","range_18m_2y_usd","range_2y_3y_usd","range_3y_5y_usd","range_5y_7y_usd","range_7y_10y_usd","range_10y_inf_usd","range_0d_1d_percent","range_1d_1w_percent","range_1w_1m_percent","range_1m_3m_percent","range_3m_6m_percent","range_6m_12m_percent","range_12m_18m_percent","range_18m_2y_percent","range_2y_3y_percent","range_3y_5y_percent","range_5y_7y_percent","range_7y_10y_percent","range_10y_inf_percent"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime_H"},"range_0d_1d":{"type":"decimal","description":"Total supply of UTxOs of ages between 0 day to 1 day."},"range_1d_1w":{"type":"decimal","description":"Total supply of UTxOs of ages between 1 day to 1 week."},"range_1w_1m":{"type":"decimal","description":"Total supply of UTxOs of ages between 1 week to 1 month."},"range_1m_3m":{"type":"decimal","description":"Total supply of UTxOs of ages between 1 month to 3 months."},"range_3m_6m":{"type":"decimal","description":"Total supply of UTxOs of ages between 3 months to 6 months."},"range_6m_12m":{"type":"decimal","description":"Total supply of UTxOs of ages between 6 months to 12 months."},"range_12m_18m":{"type":"decimal","description":"Total supply of UTxOs of ages between 12 months to 18 months."},"range_18m_2y":{"type":"decimal","description":"Total supply of UTxOs of ages between 18 months to 2 years."},"range_2y_3y":{"type":"decimal","description":"Total supply of UTxOs of ages between 2 years to 3 years."},"range_3y_5y":{"type":"decimal","description":"Total supply of UTxOs of ages between 3 years to 5 years."},"range_5y_7y":{"type":"decimal","description":"Total supply of UTxOs of ages between 5 years to 7 years."},"range_7y_10y":{"type":"decimal","description":"Total supply of UTxOs of ages between 7 years to 10 years."},"range_10y_inf":{"type":"decimal","description":"Total supply of UTxOs of ages over 10 years."},"range_0d_1d_usd":{"type":"decimal","description":"Total supply of UTxOs of ages between 0 day to 1 day in USD."},"range_1d_1w_usd":{"type":"decimal","description":"Total supply of UTxOs of ages between 1 day to 1 week in USD."},"range_1w_1m_usd":{"type":"decimal","description":"Total supply of UTxOs of ages between 1 week to 1 month in USD."},"range_1m_3m_usd":{"type":"decimal","description":"Total supply of UTxOs of ages between 1 month to 3 months in USD."},"range_3m_6m_usd":{"type":"decimal","description":"Total supply of UTxOs of ages between 3 months to 6 months in USD."},"range_6m_12m_usd":{"type":"decimal","description":"Total supply of UTxOs of ages between 6 months to 12 months in USD."},"range_12m_18m_usd":{"type":"decimal","description":"Total supply of UTxOs of ages between 12 months to 18 months in USD."},"range_18m_2y_usd":{"type":"decimal","description":"Total supply of UTxOs of ages between 18 months to 2 years in USD."},"range_2y_3y_usd":{"type":"decimal","description":"Total supply of UTxOs of ages between 2 years to 3 years in USD."},"range_3y_5y_usd":{"type":"decimal","description":"Total supply of UTxOs of ages between 3 years to 5 years in USD."},"range_5y_7y_usd":{"type":"decimal","description":"Total supply of UTxOs of ages between 5 years to 7 years in USD."},"range_7y_10y_usd":{"type":"decimal","description":"Total supply of UTxOs of ages between 7 years to 10 years in USD."},"range_10y_inf_usd":{"type":"decimal","description":"Total supply of UTxOs of ages over 10 years in USD."},"range_0d_1d_percent":{"type":"decimal","description":"Percent supply held by UTxOs of ages between 0 day to 1 day."},"range_1d_1w_percent":{"type":"decimal","description":"Percent supply held by UTxOs of ages between 1 day to 1 week."},"range_1w_1m_percent":{"type":"decimal","description":"Percent supply held by UTxOs of ages between 1 week to 1 month."},"range_1m_3m_percent":{"type":"decimal","description":"Percent supply held by UTxOs of ages between 1 month to 3 months."},"range_3m_6m_percent":{"type":"decimal","description":"Percent supply held by UTxOs of ages between 3 months to 6 months."},"range_6m_12m_percent":{"type":"decimal","description":"Percent supply held by UTxOs of ages between 6 months to 12 months."},"range_12m_18m_percent":{"type":"decimal","description":"Percent supply held by UTxOs of ages between 12 months to 18 months."},"range_18m_2y_percent":{"type":"decimal","description":"Percent supply held by UTxOs of ages between 18 months to 2 years."},"range_2y_3y_percent":{"type":"decimal","description":"Percent supply held by UTxOs of ages between 2 years to 3 years."},"range_3y_5y_percent":{"type":"decimal","description":"Percent supply held by UTxOs of ages between 3 years to 5 years."},"range_5y_7y_percent":{"type":"decimal","description":"Percent supply held by UTxOs of ages between 5 years to 7 years."},"range_7y_10y_percent":{"type":"decimal","description":"Percent supply held by UTxOs of ages between 7 years to 10 years."},"range_10y_inf_percent":{"type":"decimal","description":"Percent supply held by UTxOs of ages over 10 years."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_DBH":{"type":"string","description":"The size of window. It can be day, hour, or block, and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime_H":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block or window=hour is used."}}}}
```

## The UTxORealizedAgeDistributionResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"UTxORealizedAgeDistributionResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_DBH"},"data":{"type":"array","items":{"type":"object","required":["range_0d_1d_usd","range_1d_1w_usd","range_1w_1m_usd","range_1m_3m_usd","range_3m_6m_usd","range_6m_12m_usd","range_12m_18m_usd","range_18m_2y_usd","range_2y_3y_usd","range_3y_5y_usd","range_5y_7y_usd","range_7y_10y_usd","range_10y_inf_usd","range_0d_1d_percent","range_1d_1w_percent","range_1w_1m_percent","range_1m_3m_percent","range_3m_6m_percent","range_6m_12m_percent","range_12m_18m_percent","range_18m_2y_percent","range_2y_3y_percent","range_3y_5y_percent","range_5y_7y_percent","range_7y_10y_percent","range_10y_inf_percent"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime_H"},"range_0d_1d_usd":{"type":"decimal","description":"Realized supply of UTxOs of ages between 0 day to 1 day in USD."},"range_1d_1w_usd":{"type":"decimal","description":"Realized supply of UTxOs of ages between 1 day to 1 week in USD."},"range_1w_1m_usd":{"type":"decimal","description":"Realized supply of UTxOs of ages between 1 week to 1 month in USD."},"range_1m_3m_usd":{"type":"decimal","description":"Realized supply of UTxOs of ages between 1 month to 3 months in USD."},"range_3m_6m_usd":{"type":"decimal","description":"Realized supply of UTxOs of ages between 3 months to 6 months in USD."},"range_6m_12m_usd":{"type":"decimal","description":"Realized supply of UTxOs of ages between 6 months to 12 months in USD."},"range_12m_18m_usd":{"type":"decimal","description":"Realized supply of UTxOs of ages between 12 months to 18 months in USD."},"range_18m_2y_usd":{"type":"decimal","description":"Realized supply of UTxOs of ages between 18 months to 2 years in USD."},"range_2y_3y_usd":{"type":"decimal","description":"Realized supply of UTxOs of ages between 2 years to 3 years in USD."},"range_3y_5y_usd":{"type":"decimal","description":"Realized supply of UTxOs of ages between 3 years to 5 years in USD."},"range_5y_7y_usd":{"type":"decimal","description":"Realized supply of UTxOs of ages between 5 years to 7 years in USD."},"range_7y_10y_usd":{"type":"decimal","description":"Realized supply of UTxOs of ages between 7 years to 10 years in USD."},"range_10y_inf_usd":{"type":"decimal","description":"Realized supply of UTxOs of ages over 10 years in USD."},"range_0d_1d_percent":{"type":"decimal","description":"Percent realized supply held by UTxOs of ages between 0 day to 1 day."},"range_1d_1w_percent":{"type":"decimal","description":"Percent realized supply held by UTxOs of ages between 1 day to 1 week."},"range_1w_1m_percent":{"type":"decimal","description":"Percent realized supply held by UTxOs of ages between 1 week to 1 month."},"range_1m_3m_percent":{"type":"decimal","description":"Percent realized supply held by UTxOs of ages between 1 month to 3 months."},"range_3m_6m_percent":{"type":"decimal","description":"Percent realized supply held by UTxOs of ages between 3 months to 6 months."},"range_6m_12m_percent":{"type":"decimal","description":"Percent realized supply held by UTxOs of ages between 6 months to 12 months."},"range_12m_18m_percent":{"type":"decimal","description":"Percent realized supply held by UTxOs of ages between 12 months to 18 months."},"range_18m_2y_percent":{"type":"decimal","description":"Percent realized supply held by UTxOs of ages between 18 months to 2 years."},"range_2y_3y_percent":{"type":"decimal","description":"Percent realized supply held by UTxOs of ages between 2 years to 3 years."},"range_3y_5y_percent":{"type":"decimal","description":"Percent realized supply held by UTxOs of ages between 3 years to 5 years."},"range_5y_7y_percent":{"type":"decimal","description":"Percent realized supply held by UTxOs of ages between 5 years to 7 years."},"range_7y_10y_percent":{"type":"decimal","description":"Percent realized supply held by UTxOs of ages between 7 years to 10 years."},"range_10y_inf_percent":{"type":"decimal","description":"Percent realized supply held by UTxOs of ages over 10 years."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_DBH":{"type":"string","description":"The size of window. It can be day, hour, or block, and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime_H":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block or window=hour is used."}}}}
```

## The UTxOCountAgeDistributionResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"UTxOCountAgeDistributionResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_DBH"},"data":{"type":"array","items":{"type":"object","required":["range_0d_1d","range_1d_1w","range_1w_1m","range_1m_3m","range_3m_6m","range_6m_12m","range_12m_18m","range_18m_2y","range_2y_3y","range_3y_5y","range_5y_7y","range_7y_10y","range_10y_inf","range_0d_1d_percent","range_1d_1w_percent","range_1w_1m_percent","range_1m_3m_percent","range_3m_6m_percent","range_6m_12m_percent","range_12m_18m_percent","range_18m_2y_percent","range_2y_3y_percent","range_3y_5y_percent","range_5y_7y_percent","range_7y_10y_percent","range_10y_inf_percent"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime_H"},"range_0d_1d":{"type":"decimal","description":"Total count of UTxOs of ages between 0 day to 1 day."},"range_1d_1w":{"type":"decimal","description":"Total count of UTxOs of ages between 1 day to 1 week."},"range_1w_1m":{"type":"decimal","description":"Total count of UTxOs of ages between 1 week to 1 month."},"range_1m_3m":{"type":"decimal","description":"Total count of UTxOs of ages between 1 month to 3 months."},"range_3m_6m":{"type":"decimal","description":"Total count of UTxOs of ages between 3 months to 6 months."},"range_6m_12m":{"type":"decimal","description":"Total count of UTxOs of ages between 6 months to 12 months."},"range_12m_18m":{"type":"decimal","description":"Total count of UTxOs of ages between 12 months to 18 months."},"range_18m_2y":{"type":"decimal","description":"Total count of UTxOs of ages between 18 months to 2 years."},"range_2y_3y":{"type":"decimal","description":"Total count of UTxOs of ages between 2 years to 3 years."},"range_3y_5y":{"type":"decimal","description":"Total count of UTxOs of ages between 3 years to 5 years."},"range_5y_7y":{"type":"decimal","description":"Total count of UTxOs of ages between 5 years to 7 years."},"range_7y_10y":{"type":"decimal","description":"Total count of UTxOs of ages between 7 years to 10 years."},"range_10y_inf":{"type":"decimal","description":"Total count of UTxOs of ages over 10 years."},"range_0d_1d_percent":{"type":"decimal","description":"Percent count held by UTxOs of ages between 0 day to 1 day."},"range_1d_1w_percent":{"type":"decimal","description":"Percent count held by UTxOs of ages between 1 day to 1 week."},"range_1w_1m_percent":{"type":"decimal","description":"Percent count held by UTxOs of ages between 1 week to 1 month."},"range_1m_3m_percent":{"type":"decimal","description":"Percent count held by UTxOs of ages between 1 month to 3 months."},"range_3m_6m_percent":{"type":"decimal","description":"Percent count held by UTxOs of ages between 3 months to 6 months."},"range_6m_12m_percent":{"type":"decimal","description":"Percent count held by UTxOs of ages between 6 months to 12 months."},"range_12m_18m_percent":{"type":"decimal","description":"Percent count held by UTxOs of ages between 12 months to 18 months."},"range_18m_2y_percent":{"type":"decimal","description":"Percent count held by UTxOs of ages between 18 months to 2 years."},"range_2y_3y_percent":{"type":"decimal","description":"Percent count held by UTxOs of ages between 2 years to 3 years."},"range_3y_5y_percent":{"type":"decimal","description":"Percent count held by UTxOs of ages between 3 years to 5 years."},"range_5y_7y_percent":{"type":"decimal","description":"Percent count held by UTxOs of ages between 5 years to 7 years."},"range_7y_10y_percent":{"type":"decimal","description":"Percent count held by UTxOs of ages between 7 years to 10 years."},"range_10y_inf_percent":{"type":"decimal","description":"Percent count held by UTxOs of ages over 10 years."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_DBH":{"type":"string","description":"The size of window. It can be day, hour, or block, and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime_H":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block or window=hour is used."}}}}
```

## The SpentOutputAgeDistributionResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"SpentOutputAgeDistributionResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_DBH"},"data":{"type":"array","items":{"type":"object","required":["range_0d_1d","range_1d_1w","range_1w_1m","range_1m_3m","range_3m_6m","range_6m_12m","range_12m_18m","range_18m_2y","range_2y_3y","range_3y_5y","range_5y_7y","range_7y_10y","range_10y_inf","range_0d_1d_usd","range_1d_1w_usd","range_1w_1m_usd","range_1m_3m_usd","range_3m_6m_usd","range_6m_12m_usd","range_12m_18m_usd","range_18m_2y_usd","range_2y_3y_usd","range_3y_5y_usd","range_5y_7y_usd","range_7y_10y_usd","range_10y_inf_usd","range_0d_1d_percent","range_1d_1w_percent","range_1w_1m_percent","range_1m_3m_percent","range_3m_6m_percent","range_6m_12m_percent","range_12m_18m_percent","range_18m_2y_percent","range_2y_3y_percent","range_3y_5y_percent","range_5y_7y_percent","range_7y_10y_percent","range_10y_inf_percent"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime_H"},"range_0d_1d":{"type":"decimal","description":"Total sum of spent outputs of ages between 0 day to 1 day."},"range_1d_1w":{"type":"decimal","description":"Total sum of spent outputs of ages between 1 day to 1 week."},"range_1w_1m":{"type":"decimal","description":"Total sum of spent outputs of ages between 1 week to 1 month."},"range_1m_3m":{"type":"decimal","description":"Total sum of spent outputs of ages between 1 month to 3 months."},"range_3m_6m":{"type":"decimal","description":"Total sum of spent outputs of ages between 3 months to 6 months."},"range_6m_12m":{"type":"decimal","description":"Total sum of spent outputs of ages between 6 months to 12 months."},"range_12m_18m":{"type":"decimal","description":"Total sum of spent outputs of ages between 12 months to 18 months."},"range_18m_2y":{"type":"decimal","description":"Total sum of spent outputs of ages between 18 months to 2 years."},"range_2y_3y":{"type":"decimal","description":"Total sum of spent outputs of ages between 2 years to 3 years."},"range_3y_5y":{"type":"decimal","description":"Total sum of spent outputs of ages between 3 years to 5 years."},"range_5y_7y":{"type":"decimal","description":"Total sum of spent outputs of ages between 5 years to 7 years."},"range_7y_10y":{"type":"decimal","description":"Total sum of spent outputs of ages between 7 years to 10 years."},"range_10y_inf":{"type":"decimal","description":"Total sum of spent outputs of ages over 10 years."},"range_0d_1d_usd":{"type":"decimal","description":"Total sum of spent outputs of ages between 0 day to 1 day in USD."},"range_1d_1w_usd":{"type":"decimal","description":"Total sum of spent outputs of ages between 1 day to 1 week in USD."},"range_1w_1m_usd":{"type":"decimal","description":"Total sum of spent outputs of ages between 1 week to 1 month in USD."},"range_1m_3m_usd":{"type":"decimal","description":"Total sum of spent outputs of ages between 1 month to 3 months in USD."},"range_3m_6m_usd":{"type":"decimal","description":"Total sum of spent outputs of ages between 3 months to 6 months in USD."},"range_6m_12m_usd":{"type":"decimal","description":"Total sum of spent outputs of ages between 6 months to 12 months in USD."},"range_12m_18m_usd":{"type":"decimal","description":"Total sum of spent outputs of ages between 12 months to 18 months in USD."},"range_18m_2y_usd":{"type":"decimal","description":"Total sum of spent outputs of ages between 18 months to 2 years in USD."},"range_2y_3y_usd":{"type":"decimal","description":"Total sum of spent outputs of ages between 2 years to 3 years in USD."},"range_3y_5y_usd":{"type":"decimal","description":"Total sum of spent outputs of ages between 3 years to 5 years in USD."},"range_5y_7y_usd":{"type":"decimal","description":"Total sum of spent outputs of ages between 5 years to 7 years in USD."},"range_7y_10y_usd":{"type":"decimal","description":"Total sum of spent outputs of ages between 7 years to 10 years in USD."},"range_10y_inf_usd":{"type":"decimal","description":"Total sum of spent outputs of ages over 10 years in USD."},"range_0d_1d_percent":{"type":"decimal","description":"Percent sum of spent outputs of ages between 0 day to 1 day."},"range_1d_1w_percent":{"type":"decimal","description":"Percent sum of spent outputs of ages between 1 day to 1 week."},"range_1w_1m_percent":{"type":"decimal","description":"Percent sum of spent outputs of ages between 1 week to 1 month."},"range_1m_3m_percent":{"type":"decimal","description":"Percent sum of spent outputs of ages between 1 month to 3 months."},"range_3m_6m_percent":{"type":"decimal","description":"Percent sum of spent outputs of ages between 3 months to 6 months."},"range_6m_12m_percent":{"type":"decimal","description":"Percent sum of spent outputs of ages between 6 months to 12 months."},"range_12m_18m_percent":{"type":"decimal","description":"Percent sum of spent outputs of ages between 12 months to 18 months."},"range_18m_2y_percent":{"type":"decimal","description":"Percent sum of spent outputs of ages between 18 months to 2 years."},"range_2y_3y_percent":{"type":"decimal","description":"Percent sum of spent outputs of ages between 2 years to 3 years."},"range_3y_5y_percent":{"type":"decimal","description":"Percent sum of spent outputs of ages between 3 years to 5 years."},"range_5y_7y_percent":{"type":"decimal","description":"Percent sum of spent outputs of ages between 5 years to 7 years."},"range_7y_10y_percent":{"type":"decimal","description":"Percent sum of spent outputs of ages between 7 years to 10 years."},"range_10y_inf_percent":{"type":"decimal","description":"Percent sum of spent outputs of ages over 10 years."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_DBH":{"type":"string","description":"The size of window. It can be day, hour, or block, and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime_H":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block or window=hour is used."}}}}
```

## The UTxOSupplyDistributionResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"UTxOSupplyDistributionResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_DBH"},"data":{"type":"array","items":{"type":"object","required":["range_0_001","range_001_01","range_01_1","range_1_10","range_10_100","range_100_1k","range_1k_10k","range_10k_inf","range_0_001_percent","range_001_01_percent","range_01_1_percent","range_1_10_percent","range_10_100_percent","range_100_1k_percent","range_1k_10k_percent","range_10k_inf_percent"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime_H"},"range_0_001":{"type":"decimal","description":"Total supply of UTxOs with balance between 0 and 0.01."},"range_001_01":{"type":"decimal","description":"Total supply of UTxOs with balance between 0.01 and 0.1."},"range_01_1":{"type":"decimal","description":"Total supply of UTxOs with balance between 0.1 and 1."},"range_1_10":{"type":"decimal","description":"Total supply of UTxOs with balance between 1 and 10."},"range_10_100":{"type":"decimal","description":"Total supply of UTxOs with balance between 10 and 100."},"range_100_1k":{"type":"decimal","description":"Total supply of UTxOs with balance between 100 and 1k."},"range_1k_10k":{"type":"decimal","description":"Total supply of UTxOs with balance between 1k and 10k."},"range_10k_inf":{"type":"decimal","description":"Total supply of UTxOs with balance over 10k."},"range_0_001_percent":{"type":"decimal","description":"Percent supply held by UTxOs with balance between 0 and 0.01."},"range_001_01_percent":{"type":"decimal","description":"Percent supply held by UTxOs with balance between 0.01 and 0.1."},"range_01_1_percent":{"type":"decimal","description":"Percent supply held by UTxOs with balance between 0.1 and 1."},"range_1_10_percent":{"type":"decimal","description":"Percent supply held by UTxOs with balance between 1 and 10."},"range_10_100_percent":{"type":"decimal","description":"Percent supply held by UTxOs with balance between 10 and 100."},"range_100_1k_percent":{"type":"decimal","description":"Percent supply held by UTxOs with balance between 100 and 1k."},"range_1k_10k_percent":{"type":"decimal","description":"Percent supply held by UTxOs with balance between 1k and 10k."},"range_10k_inf_percent":{"type":"decimal","description":"Percent supply held by UTxOs with balance over 10k."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_DBH":{"type":"string","description":"The size of window. It can be day, hour, or block, and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime_H":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block or window=hour is used."}}}}
```

## The UTxORealizedSupplyDistributionResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"UTxORealizedSupplyDistributionResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_DBH"},"data":{"type":"array","items":{"type":"object","required":["range_0_1_usd","range_1_10_usd","range_10_100_usd","range_100_1k_usd","range_1k_10k_usd","range_10k_100k_usd","range_100k_1M_usd","range_1M_inf_usd","range_0_1_percent","range_1_10_percent","range_10_100_percent","range_100_1k_percent","range_1k_10k_percent","range_10k_100k_percent","range_100k_1M_percent","range_1M_inf_percent"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime_H"},"range_0_1_usd":{"type":"decimal","description":"Total supply of UTxOs with balance between $0 and $1."},"range_1_10_usd":{"type":"decimal","description":"Total supply of UTxOs with balance between $1 and $10."},"range_10_100_usd":{"type":"decimal","description":"Total supply of UTxOs with balance between $10 and $100."},"range_100_1k_usd":{"type":"decimal","description":"Total supply of UTxOs with balance between $100 and $1k."},"range_1k_10k_usd":{"type":"decimal","description":"Total supply of UTxOs with balance between $1k and $10k."},"range_10k_100k_usd":{"type":"decimal","description":"Total supply of UTxOs with balance between $10k and $100k."},"range_100k_1M_usd":{"type":"decimal","description":"Total supply of UTxOs with balance between $100k and $1M."},"range_1M_inf_usd":{"type":"decimal","description":"Total supply of UTxOs with balance over $1M."},"range_0_1_percent":{"type":"decimal","description":"Percent supply held by UTxOs with balance between $0 and $1."},"range_1_10_percent":{"type":"decimal","description":"Percent supply held by UTxOs with balance between $1 and $10."},"range_10_100_percent":{"type":"decimal","description":"Percent supply held by UTxOs with balance between $10 and $100."},"range_100_1k_percent":{"type":"decimal","description":"Percent supply held by UTxOs with balance between $100 and $1k."},"range_1k_10k_percent":{"type":"decimal","description":"Percent supply held by UTxOs with balance between $1k and $10k."},"range_10k_100k_percent":{"type":"decimal","description":"Percent supply held by UTxOs with balance between $10k and $100k."},"range_100k_1M_percent":{"type":"decimal","description":"Percent supply held by UTxOs with balance between $100k and $1M."},"range_1M_inf_percent":{"type":"decimal","description":"Percent supply held by UTxOs with balance over $1M."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_DBH":{"type":"string","description":"The size of window. It can be day, hour, or block, and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime_H":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block or window=hour is used."}}}}
```

## The UTxOCountSupplyDistributionResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"UTxOCountSupplyDistributionResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_DBH"},"data":{"type":"array","items":{"type":"object","required":["range_0_001","range_001_01","range_01_1","range_1_10","range_10_100","range_100_1k","range_1k_10k","range_10k_inf","range_0_001_percent","range_001_01_percent","range_01_1_percent","range_1_10_percent","range_10_100_percent","range_100_1k_percent","range_1k_10k_percent","range_10k_inf_percent"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime_H"},"range_0_001":{"type":"decimal","description":"Total count of UTxOs with balance between 0 and 0.01."},"range_001_01":{"type":"decimal","description":"Total count of UTxOs with balance between 0.01 and 0.1."},"range_01_1":{"type":"decimal","description":"Total count of UTxOs with balance between 0.1 and 1."},"range_1_10":{"type":"decimal","description":"Total count of UTxOs with balance between 1 and 10."},"range_10_100":{"type":"decimal","description":"Total count of UTxOs with balance between 10 and 100."},"range_100_1k":{"type":"decimal","description":"Total count of UTxOs with balance between 100 and 1k."},"range_1k_10k":{"type":"decimal","description":"Total count of UTxOs with balance between 1k and 10k."},"range_10k_inf":{"type":"decimal","description":"Total count of UTxOs with balance over 10k."},"range_0_001_percent":{"type":"decimal","description":"Percent count held by UTxOs with balance between 0 and 0.01."},"range_001_01_percent":{"type":"decimal","description":"Percent count held by UTxOs with balance between 0.01 and 0.1."},"range_01_1_percent":{"type":"decimal","description":"Percent count held by UTxOs with balance between 0.1 and 1."},"range_1_10_percent":{"type":"decimal","description":"Percent count held by UTxOs with balance between 1 and 10."},"range_10_100_percent":{"type":"decimal","description":"Percent count held by UTxOs with balance between 10 and 100."},"range_100_1k_percent":{"type":"decimal","description":"Percent count held by UTxOs with balance between 100 and 1k."},"range_1k_10k_percent":{"type":"decimal","description":"Percent count held by UTxOs with balance between 1k and 10k."},"range_10k_inf_percent":{"type":"decimal","description":"Percent count held by UTxOs with balance over 10k."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_DBH":{"type":"string","description":"The size of window. It can be day, hour, or block, and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime_H":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block or window=hour is used."}}}}
```

## The SpentOutputSupplyDistributionResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"SpentOutputSupplyDistributionResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_DBH"},"data":{"type":"array","items":{"type":"object","required":["range_0_001","range_001_01","range_01_1","range_1_10","range_10_100","range_100_1k","range_1k_10k","range_10k_inf","range_0_1_usd","range_1_10_usd","range_10_100_usd","range_100_1k_usd","range_1k_10k_usd","range_10k_100k_usd","range_100k_1M_usd","range_1M_inf_usd","range_0_001_percent","range_001_01_percent","range_01_1_percent","range_1_10_percent","range_10_100_percent","range_100_1k_percent","range_1k_10k_percent","range_10k_inf_percent"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime_H"},"range_0_001":{"type":"decimal","description":"Total sum of spent outputs with balance between 0 and 0.01."},"range_001_01":{"type":"decimal","description":"Total sum of spent outputs with balance between 0.01 and 0.1."},"range_01_1":{"type":"decimal","description":"Total sum of spent outputs with balance between 0.1 and 1."},"range_1_10":{"type":"decimal","description":"Total sum of spent outputs with balance between 1 and 10."},"range_10_100":{"type":"decimal","description":"Total sum of spent outputs with balance between 10 and 100."},"range_100_1k":{"type":"decimal","description":"Total sum of spent outputs with balance between 100 and 1k."},"range_1k_10k":{"type":"decimal","description":"Total sum of spent outputs with balance between 1k and 10k."},"range_10k_inf":{"type":"decimal","description":"Total sum of spent outputs with balance over 10k."},"range_0_1_usd":{"type":"decimal","description":"Total sum of spent outputs with balance between $0 and $1."},"range_1_10_usd":{"type":"decimal","description":"Total sum of spent outputs with balance between $1 and $10."},"range_10_100_usd":{"type":"decimal","description":"Total sum of spent outputs with balance between $10 and $100."},"range_100_1k_usd":{"type":"decimal","description":"Total sum of spent outputs with balance between $100 and $1k."},"range_1k_10k_usd":{"type":"decimal","description":"Total sum of spent outputs with balance between $1k and $10k."},"range_10k_100k_usd":{"type":"decimal","description":"Total sum of spent outputs with balance between $10k and $100k."},"range_100k_1M_usd":{"type":"decimal","description":"Total sum of spent outputs with balance between $100k and $1M."},"range_1M_inf_usd":{"type":"decimal","description":"Total sum of spent outputs with balance over $1M."},"range_0_001_percent":{"type":"decimal","description":"Percent sum of spent outputs with balance between 0 and 0.01."},"range_001_01_percent":{"type":"decimal","description":"Percent sum of spent outputs with balance between 0.01 and 0.1."},"range_01_1_percent":{"type":"decimal","description":"Percent sum of spent outputs with balance between 0.1 and 1."},"range_1_10_percent":{"type":"decimal","description":"Percent sum of spent outputs with balance between 1 and 10."},"range_10_100_percent":{"type":"decimal","description":"Percent sum of spent outputs with balance between 10 and 100."},"range_100_1k_percent":{"type":"decimal","description":"Percent sum of spent outputs with balance between 100 and 1k."},"range_1k_10k_percent":{"type":"decimal","description":"Percent sum of spent outputs with balance between 1k and 10k."},"range_10k_inf_percent":{"type":"decimal","description":"Percent sum of spent outputs with balance over 10k."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_DBH":{"type":"string","description":"The size of window. It can be day, hour, or block, and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime_H":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block or window=hour is used."}}}}
```

## The EstimatedLeverageRatioResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"EstimatedLeverageRatioResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window"},"data":{"type":"array","items":{"type":"object","required":["estimated_leverage_ratio"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime"},"estimated_leverage_ratio":{"type":"decimal","description":"The amount of open interest in the given period and exchange divided by the BTC reserve of given exchange"}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window":{"type":"string","description":"The size of window. It can be day or block, and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block is used."}}}}
```

## The SSRResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"SSRResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_D"},"data":{"type":"array","items":{"type":"object","required":["stablecoin_supply_ratio"],"properties":{"date":{"$ref":"#/components/schemas/Date"},"stablecoin_supply_ratio":{"type":"decimal","description":"SSR is a ratio of stablecoin supply in the whole cryptocurrency market."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_D":{"type":"string","description":"The size of window. This metric supports only day resolution."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."}}}}
```

## The MVRVResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"MVRVResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window"},"data":{"type":"array","items":{"type":"object","required":["mvrv"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime"},"mvrv":{"type":"decimal","description":"market_cap/realized_cap"}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window":{"type":"string","description":"The size of window. It can be day or block, and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block is used."}}}}
```

## The SOPRResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"SOPRResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window"},"data":{"type":"array","items":{"type":"object","required":["sopr","a_sopr","sth_sopr","lth_sopr"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime"},"sopr":{"type":"decimal","description":"Spent Output Profit Ratio is a ratio of spent outputs in profit at the time of the window."},"a_sopr":{"type":"decimal","description":"Adjusted spent output only includes alive more than 1 hour."},"sth_sopr":{"type":"decimal","description":"Short term holder spent output only includes alive more than 1 hour and less than 155 days."},"lth_sopr":{"type":"decimal","description":"Long term holder spent output only includes alive more than 155 days."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window":{"type":"string","description":"The size of window. It can be day or block, and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block is used."}}}}
```

## The SOPRRatioResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"SOPRRatioResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window"},"data":{"type":"array","items":{"type":"object","required":["sopr_ratio"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime"},"sopr_ratio":{"type":"decimal","description":"Long term holders' SOPR divided by short term holders' SOPR."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window":{"type":"string","description":"The size of window. It can be day or block, and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block is used."}}}}
```

## The RealizedPriceResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"RealizedPriceResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window"},"data":{"type":"array","items":{"type":"object","required":["realized_price"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime"},"realized_price":{"type":"decimal","description":"Realized Cap divided by total supply."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window":{"type":"string","description":"The size of window. It can be day or block, and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block is used."}}}}
```

## The UTxORealizedPriceAgeDistributionResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"UTxORealizedPriceAgeDistributionResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_DBH"},"data":{"type":"array","items":{"type":"object","required":["range_0d_1d","range_1d_1w","range_1w_1m","range_1m_3m","range_3m_6m","range_6m_12m","range_12m_18m","range_18m_2y","range_2y_3y","range_3y_5y","range_5y_7y","range_7y_10y","range_10y_inf"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime_H"},"range_0d_1d":{"type":"decimal","description":"Realized price of UTxOs of ages between 0 day to 1 day."},"range_1d_1w":{"type":"decimal","description":"Realized price of UTxOs of ages between 1 day to 1 week."},"range_1w_1m":{"type":"decimal","description":"Realized price of UTxOs of ages between 1 week to 1 month."},"range_1m_3m":{"type":"decimal","description":"Realized price of UTxOs of ages between 1 month to 3 months."},"range_3m_6m":{"type":"decimal","description":"Realized price of UTxOs of ages between 3 months to 6 months."},"range_6m_12m":{"type":"decimal","description":"Realized price of UTxOs of ages between 6 months to 12 months."},"range_12m_18m":{"type":"decimal","description":"Realized price of UTxOs of ages between 12 months to 18 months."},"range_18m_2y":{"type":"decimal","description":"Realized price of UTxOs of ages between 18 months to 2 years."},"range_2y_3y":{"type":"decimal","description":"Realized price of UTxOs of ages between 2 years to 3 years."},"range_3y_5y":{"type":"decimal","description":"Realized price of UTxOs of ages between 3 years to 5 years."},"range_5y_7y":{"type":"decimal","description":"Realized price of UTxOs of ages between 5 years to 7 years."},"range_7y_10y":{"type":"decimal","description":"Realized price of UTxOs of ages between 7 years to 10 years."},"range_10y_inf":{"type":"decimal","description":"Realized price of UTxOs of ages over 10 years."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_DBH":{"type":"string","description":"The size of window. It can be day, hour, or block, and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime_H":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block or window=hour is used."}}}}
```

## The MPIResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"MPIResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_D"},"data":{"type":"array","items":{"type":"object","required":["mpi"],"properties":{"date":{"$ref":"#/components/schemas/Date"},"mpi":{"type":"decimal","description":"MPI(Miners’ position index) is the total miner outflow usd divided by MA 365 total miner outflow usd."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_D":{"type":"string","description":"The size of window. This metric supports only day resolution."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."}}}}
```

## The ExchangeShutdownIndexResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"ExchangeShutdownIndexResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_DBH"},"data":{"type":"array","items":{"type":"object","required":["is_shutdown"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime_H"},"is_shutdown":{"type":"decimal","description":"If the total BTC outflow amount of exchange is zero at each time unit, returns 1. Otherwise, it returns 0."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_DBH":{"type":"string","description":"The size of window. It can be day, hour, or block, and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime_H":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block or window=hour is used."}}}}
```

## The ExchangeWhaleRatioResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"ExchangeWhaleRatioResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_DBH"},"data":{"type":"array","items":{"type":"object","required":["exchange_whale_ratio"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime_H"},"exchange_whale_ratio":{"type":"decimal","description":"The total BTC amount of top 10 transactions (in terms of total BTC sent) divided by the total BTC amount flowing into exchange."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_DBH":{"type":"string","description":"The size of window. It can be day, hour, or block, and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime_H":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block or window=hour is used."}}}}
```

## The FundFlowRatioResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"FundFlowRatioResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window"},"data":{"type":"array","items":{"type":"object","required":["fund_flow_ratio"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime"},"fund_flow_ratio":{"type":"decimal","description":"The total BTC amount flowing into or out of exchange divided by the total BTC amount transferred on the whole Bitcoin network."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window":{"type":"string","description":"The size of window. It can be day or block, and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block is used."}}}}
```

## The StablecoinsRatioResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"StablecoinsRatioResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window"},"data":{"type":"array","items":{"type":"object","required":["stablecoins_ratio","stablecoins_ratio_usd"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime"},"stablecoins_ratio":{"type":"decimal","description":"Total BTC reserve divided by all stablecoins reserve held by an exchange."},"stablecoins_ratio_usd":{"type":"decimal","description":"Total BTC reserve in USD divided by all stablecoins reserve held by an exchange."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window":{"type":"string","description":"The size of window. It can be day or block, and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block is used."}}}}
```

## The ExchangeInflowAgeDistributionResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"ExchangeInflowAgeDistributionResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_DBH"},"data":{"type":"array","items":{"type":"object","required":["range_0d_1d","range_1d_1w","range_1w_1m","range_1m_3m","range_3m_6m","range_6m_12m","range_12m_18m","range_18m_2y","range_2y_3y","range_3y_5y","range_5y_7y","range_7y_10y","range_10y_inf","range_0d_1d_percent","range_1d_1w_percent","range_1w_1m_percent","range_1m_3m_percent","range_3m_6m_percent","range_6m_12m_percent","range_12m_18m_percent","range_18m_2y_percent","range_2y_3y_percent","range_3y_5y_percent","range_5y_7y_percent","range_7y_10y_percent","range_10y_inf_percent"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime_H"},"range_0d_1d":{"type":"decimal","description":"Sum of destroyed UTxOs of ages between 0 day to 1 day as inflow to exchanges."},"range_1d_1w":{"type":"decimal","description":"Sum of destroyed UTxOs of ages between 1 day to 1 week as inflow to exchanges."},"range_1w_1m":{"type":"decimal","description":"Sum of destroyed UTxOs of ages between 1 week to 1 month as inflow to exchanges."},"range_1m_3m":{"type":"decimal","description":"Sum of destroyed UTxOs of ages between 1 month to 3 months as inflow to exchanges."},"range_3m_6m":{"type":"decimal","description":"Sum of destroyed UTxOs of ages between 3 months to 6 months as inflow to exchanges."},"range_6m_12m":{"type":"decimal","description":"Sum of destroyed UTxOs of ages between 6 months to 12 months as inflow to exchanges."},"range_12m_18m":{"type":"decimal","description":"Sum of destroyed UTxOs of ages between 12 months to 18 months as inflow to exchanges."},"range_18m_2y":{"type":"decimal","description":"Sum of destroyed UTxOs of ages between 18 months to 2 years as inflow to exchanges."},"range_2y_3y":{"type":"decimal","description":"Sum of destroyed UTxOs of ages between 2 years to 3 years as inflow to exchanges."},"range_3y_5y":{"type":"decimal","description":"Sum of destroyed UTxOs of ages between 3 years to 5 years as inflow to exchanges."},"range_5y_7y":{"type":"decimal","description":"Sum of destroyed UTxOs of ages between 5 years to 7 years as inflow to exchanges."},"range_7y_10y":{"type":"decimal","description":"Sum of destroyed UTxOs of ages between 7 years to 10 years as inflow to exchanges."},"range_10y_inf":{"type":"decimal","description":"Sum of destroyed UTxOs of ages over 10 years as inflow to exchanges."},"range_0d_1d_percent":{"type":"decimal","description":"Percent sum of destroyed UTxOs of ages between 0 day to 1 day as inflow to exchanges."},"range_1d_1w_percent":{"type":"decimal","description":"Percent sum of destroyed UTxOs of ages between 1 day to 1 week as inflow to exchanges."},"range_1w_1m_percent":{"type":"decimal","description":"Percent sum of destroyed UTxOs of ages between 1 week to 1 month as inflow to exchanges."},"range_1m_3m_percent":{"type":"decimal","description":"Percent sum of destroyed UTxOs of ages between 1 month to 3 months as inflow to exchanges."},"range_3m_6m_percent":{"type":"decimal","description":"Percent sum of destroyed UTxOs of ages between 3 months to 6 months as inflow to exchanges."},"range_6m_12m_percent":{"type":"decimal","description":"Percent sum of destroyed UTxOs of ages between 6 months to 12 months as inflow to exchanges."},"range_12m_18m_percent":{"type":"decimal","description":"Percent sum of destroyed UTxOs of ages between 12 months to 18 months as inflow to exchanges."},"range_18m_2y_percent":{"type":"decimal","description":"Percent sum of destroyed UTxOs of ages between 18 months to 2 years as inflow to exchanges."},"range_2y_3y_percent":{"type":"decimal","description":"Percent sum of destroyed UTxOs of ages between 2 years to 3 years as inflow to exchanges."},"range_3y_5y_percent":{"type":"decimal","description":"Percent sum of destroyed UTxOs of ages between 3 years to 5 years as inflow to exchanges."},"range_5y_7y_percent":{"type":"decimal","description":"Percent sum of destroyed UTxOs of ages between 5 years to 7 years as inflow to exchanges."},"range_7y_10y_percent":{"type":"decimal","description":"Percent sum of destroyed UTxOs of ages between 7 years to 10 years as inflow to exchanges."},"range_10y_inf_percent":{"type":"decimal","description":"Percent sum of destroyed UTxOs of ages over 10 years as inflow to exchanges."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_DBH":{"type":"string","description":"The size of window. It can be day, hour, or block, and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime_H":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block or window=hour is used."}}}}
```

## The ExchangeInflowSupplyDistributionResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"ExchangeInflowSupplyDistributionResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_DBH"},"data":{"type":"array","items":{"type":"object","required":["range_0_001","range_001_01","range_01_1","range_1_10","range_10_100","range_100_1k","range_1k_10k","range_10k_inf","range_0_001_percent","range_001_01_percent","range_01_1_percent","range_1_10_percent","range_10_100_percent","range_100_1k_percent","range_1k_10k_percent","range_10k_inf_percent"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime_H"},"range_0_001":{"type":"decimal","description":"Sum of destroyed UTxOs with balance between 0 and 0.01 as inflow to exchanges."},"range_001_01":{"type":"decimal","description":"Sum of destroyed UTxOs with balance between 0.01 and 0.1 as inflow to exchanges."},"range_01_1":{"type":"decimal","description":"Sum of destroyed UTxOs with balance between 0.1 and 1 as inflow to exchanges."},"range_1_10":{"type":"decimal","description":"Sum of destroyed UTxOs with balance between 1 and 10 as inflow to exchanges."},"range_10_100":{"type":"decimal","description":"Sum of destroyed UTxOs with balance between 10 and 100 as inflow to exchanges."},"range_100_1k":{"type":"decimal","description":"Sum of destroyed UTxOs with balance between 100 and 1k as inflow to exchanges."},"range_1k_10k":{"type":"decimal","description":"Sum of destroyed UTxOs with balance between 1k and 10k as inflow to exchanges."},"range_10k_inf":{"type":"decimal","description":"Sum of destroyed UTxOs with balance over 10k as inflow to exchanges."},"range_0_001_percent":{"type":"decimal","description":"Percent sum of destroyed UTxOs with balance between 0 and 0.01 as inflow to exchanges."},"range_001_01_percent":{"type":"decimal","description":"Percent sum of destroyed UTxOs with balance between 0.01 and 0.1 as inflow to exchanges."},"range_01_1_percent":{"type":"decimal","description":"Percent sum of destroyed UTxOs with balance between 0.1 and 1 as inflow to exchanges."},"range_1_10_percent":{"type":"decimal","description":"Percent sum of destroyed UTxOs with balance between 1 and 10 as inflow to exchanges."},"range_10_100_percent":{"type":"decimal","description":"Percent sum of destroyed UTxOs with balance between 10 and 100 as inflow to exchanges."},"range_100_1k_percent":{"type":"decimal","description":"Percent sum of destroyed UTxOs with balance between 100 and 1k as inflow to exchanges."},"range_1k_10k_percent":{"type":"decimal","description":"Percent sum of destroyed UTxOs with balance between 1k and 10k as inflow to exchanges."},"range_10k_inf_percent":{"type":"decimal","description":"Percent sum of destroyed UTxOs with balance over 10k as inflow to exchanges."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_DBH":{"type":"string","description":"The size of window. It can be day, hour, or block, and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime_H":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block or window=hour is used."}}}}
```

## The ExchangeInflowCDDResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"ExchangeInflowCDDResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_DBH"},"data":{"type":"array","items":{"type":"object","required":["inflow_cdd"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime_H"},"inflow_cdd":{"type":"decimal","description":"Coin days destroyed by flowing into exchanges."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_DBH":{"type":"string","description":"The size of window. It can be day, hour, or block, and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime_H":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block or window=hour is used."}}}}
```

## The ExchangeSupplyRatioResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"ExchangeSupplyRatioResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_DBH"},"data":{"type":"array","items":{"type":"object","required":["supply_ratio"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime_H"},"supply_ratio":{"type":"decimal","description":"Ratio of reserved token in the exchange relative to total supply."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_DBH":{"type":"string","description":"The size of window. It can be day, hour, or block, and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime_H":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block or window=hour is used."}}}}
```

## The MinerSupplyRatioResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"MinerSupplyRatioResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_DBH"},"data":{"type":"array","items":{"type":"object","required":["supply_ratio"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime_H"},"supply_ratio":{"type":"decimal","description":"Ratio of reserved token in the miner relative to total supply."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_DBH":{"type":"string","description":"The size of window. It can be day, hour, or block, and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime_H":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block or window=hour is used."}}}}
```

## The BTCMempoolStatsByRelativeFeeResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"BTCMempoolStatsByRelativeFeeResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_DH"},"data":{"type":"array","items":{"type":"object","required":["date","metric_type","metric_unit","relative_fee_range_a_b"],"properties":{"date":{"$ref":"#/components/schemas/Datetime"},"metric_type":{"type":"string","description":"metric type."},"metric_unit":{"type":"string","description":"an unit of the retrieved metric."},"relative_fee_range_0_1":{"type":"decimal","description":"calculated metrics from unconfirmed transactions which are contained in Fee level 0 ~ 1 (sat.vByte)."},"relative_fee_range_1_2":{"type":"decimal","description":"calculated metrics from unconfirmed transactions which are contained in Fee level 1 ~ 2 (sat.vByte)."},"relative_fee_range_2_3":{"type":"decimal","description":"calculated metrics from unconfirmed transactions which are contained in Fee level 2 ~ 3 (sat.vByte)."},"relative_fee_range_3_4":{"type":"decimal","description":"calculated metrics from unconfirmed transactions which are contained in Fee level 3 ~ 4 (sat.vByte)."},"relative_fee_range_4_5":{"type":"decimal","description":"calculated metrics from unconfirmed transactions which are contained in Fee level 4 ~ 5 (sat.vByte)."},"relative_fee_range_5_6":{"type":"decimal","description":"calculated metrics from unconfirmed transactions which are contained in Fee level 5 ~ 6 (sat.vByte)."},"relative_fee_range_6_7":{"type":"decimal","description":"calculated metrics from unconfirmed transactions which are contained in Fee level 6 ~ 7 (sat.vByte)."},"relative_fee_range_7_8":{"type":"decimal","description":"calculated metrics from unconfirmed transactions which are contained in Fee level 7 ~ 8 (sat.vByte)."},"relative_fee_range_8_10":{"type":"decimal","description":"calculated metrics from unconfirmed transactions which are contained in Fee level 8 ~ 10 (sat.vByte)."},"relative_fee_range_10_12":{"type":"decimal","description":"calculated metrics from unconfirmed transactions which are contained in Fee level 10 ~ 12 (sat.vByte)."},"relative_fee_range_12_14":{"type":"decimal","description":"calculated metrics from unconfirmed transactions which are contained in Fee level 12 ~ 14 (sat.vByte)."},"relative_fee_range_14_17":{"type":"decimal","description":"calculated metrics from unconfirmed transactions which are contained in Fee level 14 ~ 17 (sat.vByte)."},"relative_fee_range_17_20":{"type":"decimal","description":"calculated metrics from unconfirmed transactions which are contained in Fee level 17 ~ 20 (sat.vByte)."},"relative_fee_range_20_25":{"type":"decimal","description":"calculated metrics from unconfirmed transactions which are contained in Fee level 20 ~ 25 (sat.vByte)."},"relative_fee_range_25_30":{"type":"decimal","description":"calculated metrics from unconfirmed transactions which are contained in Fee level 25 ~ 30 (sat.vByte)."},"relative_fee_range_30_40":{"type":"decimal","description":"calculated metrics from unconfirmed transactions which are contained in Fee level 30 ~ 40 (sat.vByte)."},"relative_fee_range_40_50":{"type":"decimal","description":"calculated metrics from unconfirmed transactions which are contained in Fee level 40 ~ 50 (sat.vByte)."},"relative_fee_range_50_60":{"type":"decimal","description":"calculated metrics from unconfirmed transactions which are contained in Fee level 50 ~ 60 (sat.vByte)."},"relative_fee_range_60_70":{"type":"decimal","description":"calculated metrics from unconfirmed transactions which are contained in Fee level 60 ~ 70 (sat.vByte)."},"relative_fee_range_70_80":{"type":"decimal","description":"calculated metrics from unconfirmed transactions which are contained in Fee level 70 ~ 80 (sat.vByte)."},"relative_fee_range_80_100":{"type":"decimal","description":"calculated metrics from unconfirmed transactions which are contained in Fee level 80 ~ 100 (sat.vByte)."},"relative_fee_range_100_120":{"type":"decimal","description":"calculated metrics from unconfirmed transactions which are contained in Fee level 100 ~ 120 (sat.vByte)."},"relative_fee_range_120_140":{"type":"decimal","description":"calculated metrics from unconfirmed transactions which are contained in Fee level 120 ~ 140 (sat.vByte)."},"relative_fee_range_140_170":{"type":"decimal","description":"calculated metrics from unconfirmed transactions which are contained in Fee level 140 ~ 170 (sat.vByte)."},"relative_fee_range_170_200":{"type":"decimal","description":"calculated metrics from unconfirmed transactions which are contained in Fee level 170 ~ 200 (sat.vByte)."},"relative_fee_range_200_250":{"type":"decimal","description":"calculated metrics from unconfirmed transactions which are contained in Fee level 200 ~ 250 (sat.vByte)."},"relative_fee_range_250_300":{"type":"decimal","description":"calculated metrics from unconfirmed transactions which are contained in Fee level 250 ~ 300 (sat.vByte)."},"relative_fee_range_300_400":{"type":"decimal","description":"calculated metrics from unconfirmed transactions which are contained in Fee level 300 ~ 400 (sat.vByte)."},"relative_fee_range_400_500":{"type":"decimal","description":"calculated metrics from unconfirmed transactions which are contained in Fee level 400 ~ 500 (sat.vByte)."},"relative_fee_range_500_600":{"type":"decimal","description":"calculated metrics from unconfirmed transactions which are contained in Fee level 500 ~ 600 (sat.vByte)."},"relative_fee_range_600_700":{"type":"decimal","description":"calculated metrics from unconfirmed transactions which are contained in Fee level 600 ~ 700 (sat.vByte)."},"relative_fee_range_700_800":{"type":"decimal","description":"calculated metrics from unconfirmed transactions which are contained in Fee level 700 ~ 800 (sat.vByte)."},"relative_fee_range_800_1000":{"type":"decimal","description":"calculated metrics from unconfirmed transactions which are contained in Fee level 800 ~ 1000 (sat.vByte)."},"relative_fee_range_1000_1200":{"type":"decimal","description":"calculated metrics from unconfirmed transactions which are contained in Fee level 1000 ~ 1200 (sat.vByte)."},"relative_fee_range_1200_1400":{"type":"decimal","description":"calculated metrics from unconfirmed transactions which are contained in Fee level 1200 ~ 1400 (sat.vByte)."},"relative_fee_range_1400_1700":{"type":"decimal","description":"calculated metrics from unconfirmed transactions which are contained in Fee level 1400 ~ 1700 (sat.vByte)."},"relative_fee_range_1700_2000":{"type":"decimal","description":"calculated metrics from unconfirmed transactions which are contained in Fee level 1700 ~ 2000 (sat.vByte)."},"relative_fee_range_2000_2500":{"type":"decimal","description":"calculated metrics from unconfirmed transactions which are contained in Fee level 2000 ~ 2500 (sat.vByte)."},"relative_fee_range_2500_3000":{"type":"decimal","description":"calculated metrics from unconfirmed transactions which are contained in Fee level 2500 ~ 3000 (sat.vByte)."},"relative_fee_range_3000_4000":{"type":"decimal","description":"calculated metrics from unconfirmed transactions which are contained in Fee level 3000 ~ 4000 (sat.vByte)."},"relative_fee_range_4000_5000":{"type":"decimal","description":"calculated metrics from unconfirmed transactions which are contained in Fee level 4000 ~ 5000 (sat.vByte)."},"relative_fee_range_5000_6000":{"type":"decimal","description":"calculated metrics from unconfirmed transactions which are contained in Fee level 5000 ~ 6000 (sat.vByte)."},"relative_fee_range_6000_7000":{"type":"decimal","description":"calculated metrics from unconfirmed transactions which are contained in Fee level 6000 ~ 7000 (sat.vByte)."},"relative_fee_range_7000_8000":{"type":"decimal","description":"calculated metrics from unconfirmed transactions which are contained in Fee level 7000 ~ 8000 (sat.vByte)."},"relative_fee_range_8000_10000":{"type":"decimal","description":"calculated metrics from unconfirmed transactions which are contained in Fee level 8000 ~ 10000 (sat.vByte)."},"relative_fee_range_10000_inf":{"type":"decimal","description":"calculated metrics from unconfirmed transactions which are contained in Fee level 10000 ~ inf (sat.vByte)."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_DH":{"type":"string","description":"The size of window. It can be day or hour, and it depends on the user request."},"Datetime":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block is used."}}}}
```

## The BTCMempoolStatsInTotalResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"BTCMempoolStatsInTotalResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_DH"},"data":{"type":"array","items":{"type":"object","required":["date","metric_type","metric_unit","result"],"properties":{"date":{"$ref":"#/components/schemas/Datetime"},"metric_type":{"type":"string","description":"metric type."},"metric_unit":{"type":"string","description":"an unit of the retrieved metric."},"result":{"type":"decimal","description":"calculated metrics from unconfirmed transactions in Memory pool."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_DH":{"type":"string","description":"The size of window. It can be day or hour, and it depends on the user request."},"Datetime":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block is used."}}}}
```

## The BTCLightningNetworkStatsInTotalResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"BTCLightningNetworkStatsInTotalResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_DH"},"data":{"type":"array","items":{"type":"object","required":["date","network_capacity","network_capacity_usd","capacity_per_channel_mean","capacity_per_channel_mean_usd","capacity_per_node_mean","capacity_per_node_mean_usd","number_of_node","number_of_channel","channel_per_node_mean","node_age_days","channel_age_days","base_fee_median","base_fee_median_usd","fee_rate_median","fee_rate_median_usd"],"properties":{"date":{"$ref":"#/components/schemas/Datetime"},"network_capacity":{"type":"decimal","description":"The total network capacity (sum of balances available across all lightning payment channels) (BTC)"},"network_capacity_usd":{"type":"decimal","description":"The total network capacity (sum of balances available across all lightning payment channels) (USD)"},"capacity_per_channel_mean":{"type":"decimal","description":"The average channel capacity (BTC)"},"capacity_per_channel_mean_usd":{"type":"decimal","description":"The average channel capacity (USD)"},"capacity_per_node_mean":{"type":"decimal","description":"The average node capacity (BTC)"},"capacity_per_node_mean_usd":{"type":"decimal","description":"The average node capacity (USD)"},"number_of_node":{"type":"integer","description":"The total number of available nodes (Number)"},"number_of_channel":{"type":"integer","description":"The total number of available payment channels  (Number)"},"channel_per_node_mean":{"type":"decimal","description":"The average number of channels per node    (Number)"},"node_age_days":{"type":"decimal","description":"The average day of duration of nodes (Number)"},"channel_age_days":{"type":"decimal","description":"The average day of duration of channels (Number)"},"base_fee_median":{"type":"decimal","description":"The median base fee of transactions (Sat)"},"base_fee_median_usd":{"type":"decimal","description":"The median base fee of transactions (USD)"},"fee_rate_median":{"type":"decimal","description":"The median fee rates of transactions (Sat)"},"fee_rate_median_usd":{"type":"decimal","description":"The median fee rates of transactions (USD)"}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_DH":{"type":"string","description":"The size of window. It can be day or hour, and it depends on the user request."},"Datetime":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block is used."}}}}
```

## The CompaniesResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"CompaniesResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["data","window"],"properties":{"window":{"$ref":"#/components/schemas/Window_DBH"},"data":{"type":"array","items":{"type":"object","required":["block_bytes","coinbase_rewards","other_mining_rewards","total_rewards","accumulated_monthly_rewards","unique_txn","active_address_count","reported_production","report_accuracy","closing_usd","total_daily_rewards_closing_usd","accumulated_monthly_rewards_closing_usd"],"properties":{"date":{"$ref":"#/components/schemas/Date"},"coinbase_rewards":{"type":"decimal","description":"The daily amount of Bitcoin mined directly from a coinbase transaction."},"other_mining_rewards":{"type":"decimal","description":"The daily amount of Bitcoin received as payment from a mining pool. Tipically, mining pools pay miners with Bitcoin from a coinbase transaction."},"total_rewards":{"type":"decimal","description":"The daily sum of coinbase_rewards and Other Mining Rewards (in number of Bitcoin)."},"accumulated_monthly_rewards":{"type":"decimal","description":"The daily running sum of total_rewards in each month (in number of Bitcoin)."},"unique_txn":{"type":"decimal","description":"The total number of Bitcoin transactions involving a mining reward."},"active_address_count":{"type":"decimal","description":"The number of addresses from a company that received a block reward each day."},"reported_production":{"type":"decimal","description":"The company's reported total monthly production (in number of Bitcoin)."},"report_accuracy":{"type":"decimal","description":"The ratio of accumulated_monthly_rewards to reported_production times 100. It represents the % of total reported production captured by On-chain transactions."},"closing_usd":{"type":"decimal","description":"The daily closing price of Bitcoin in USD."},"total_daily_rewards_closing_usd":{"type":"decimal","description":"Daily total_rewards in USD using the closing_usd price."},"accumulated_monthly_rewards_closing_usd":{"type":"decimal","description":"accumulated_monthly_rewards in USD using the closing_usd price."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_DBH":{"type":"string","description":"The size of window. It can be day, hour, or block, and it depends on the user request."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."}}}}
```

## The schemas\_EntityListResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"schemas_EntityListResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["type","data"],"properties":{"type":{"$ref":"#/components/schemas/Type"},"data":{"type":"array","items":{"type":"object","required":["name","symbol","is_validated","market_type"],"properties":{"name":{"type":"string","description":"The name of entity."},"symbol":{"type":"string","description":"The name of calling symbol."},"is_validated":{"type":"int","description":"validated or in progress."},"market_type":{"type":"int","description":"Market type of entity."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Type":{"type":"string","description":"Type of given entity list. This field is one of \"exchange\", \"miner\""}}}}
```

## The schemas\_ReserveResponse-2 object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"schemas_ReserveResponse-2":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_DBH"},"data":{"type":"array","items":{"type":"object","required":["reserve"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime_H"},"reserve":{"type":"decimal","description":"The amount of Stablecoin on a given exchange."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_DBH":{"type":"string","description":"The size of window. It can be day, hour, or block, and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime_H":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block or window=hour is used."}}}}
```

## The schemas\_InflowResponse-2 object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"schemas_InflowResponse-2":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_DBH"},"data":{"type":"array","items":{"type":"object","required":["inflow_total","inflow_top10","inflow_mean"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime_H"},"inflow_total":{"type":"decimal","description":"The total amount of Stablecoin that transferred to the exchange."},"inflow_top10":{"type":"decimal","description":"The total Stablecoin amount of top 10 transactions (in terms of total tokens sent) flowing out of exchange wallets for every day that the exchange wallets we track have been live on the blockchain."},"inflow_mean":{"type":"decimal","description":"The mean of tokens per transaction sent an exchange."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_DBH":{"type":"string","description":"The size of window. It can be day, hour, or block, and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime_H":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block or window=hour is used."}}}}
```

## The schemas\_OutflowResponse-2 object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"schemas_OutflowResponse-2":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_DBH"},"data":{"type":"array","items":{"type":"object","required":["outflow_total","outflow_top10","outflow_mean"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime_H"},"outflow_total":{"type":"decimal","description":"The total amount of Stablecoin that transferred from the exchange"},"outflow_top10":{"type":"decimal","description":"The total Stablecoin amount of top 10 transactions (in terms of total tokens sent) flowing out of exchange wallets for every day that the exchange wallets we track have been live on the blockchain."},"outflow_mean":{"type":"decimal","description":"The mean of tokens per transaction sent from an exchange."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_DBH":{"type":"string","description":"The size of window. It can be day, hour, or block, and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime_H":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block or window=hour is used."}}}}
```

## The schemas\_SupplyResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"schemas_SupplyResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window"},"data":{"type":"array","items":{"type":"object","required":["supply_total","supply_minted","supply_burned","supply_circulating","supply_issued","supply_redeemed"],"properties":{"datetime":{"$ref":"#/components/schemas/Datetime"},"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"supply_total":{"type":"decimal","description":"The total amount of BTC in existence."},"supply_minted":{"type":"decimal","description":"The amount of tokens minted (increase in total supply)."},"supply_burned":{"type":"decimal","description":"The amount of tokens burned (decrease in total supply)."},"supply_circulating":{"type":"decimal","description":"The approximation of the amount of tokens that are circulating in the market."},"supply_issued":{"type":"decimal","description":"The amount of tokens issued (increase in circulating supply)."},"supply_redeemed":{"type":"decimal","description":"The amount of tokens redeemed (decrease in circulating supply)."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window":{"type":"string","description":"The size of window. It can be day or block, and it depends on the user request."},"Datetime":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block is used."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."}}}}
```

## The EventsCountResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"EventsCountResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window"},"data":{"type":"array","items":{"type":"object","required":["events_transfer_count","events_mint_count","events_issue_count","events_burn_count","events_redeem_count"],"properties":{"datetime":{"$ref":"#/components/schemas/Datetime"},"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"events_transfer_count":{"type":"decimal","description":"The number of events that invokes transfer of positive(non-zero) amount of tokens."},"events_mint_count":{"type":"decimal","description":"The number of events to mint(i.e. create) tokens, which results in a increased total supply."},"events_issue_count":{"type":"decimal","description":"The number of events to issue tokens, which delivered tokens to the clients and increased circulating supply."},"events_burn_count":{"type":"decimal","description":"The number of events to burn(i.e. revoke) tokens that results in a decreased supply."},"events_redeem_count":{"type":"decimal","description":"The number of events to redeem tokens that results in a decrease in the circulating supply."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window":{"type":"string","description":"The size of window. It can be day or block, and it depends on the user request."},"Datetime":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block is used."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."}}}}
```

## The schemas\_TokensTransferredResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"schemas_TokensTransferredResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window"},"data":{"type":"array","items":{"type":"object","required":["tokens_transferred_total","tokens_transferred_mean","tokens_transferred_median"],"properties":{"datetime":{"$ref":"#/components/schemas/Datetime"},"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"tokens_transferred_total":{"type":"decimal","description":"Total number of tokens transferred in that window."},"tokens_transferred_mean":{"type":"decimal","description":"The mean of tokens transferred per transaction."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window":{"type":"string","description":"The size of window. It can be day or block, and it depends on the user request."},"Datetime":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block is used."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."}}}}
```

## The schemas\_AddressesCountResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"schemas_AddressesCountResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window"},"data":{"type":"array","items":{"type":"object","required":["addresses_active_count","addresses_active_sender_count","addresses_active_receiver_count","addresses_active_sender_percent","addresses_active_receiver_percent"],"properties":{"datetime":{"$ref":"#/components/schemas/Datetime"},"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"addresses_active_count":{"type":"decimal","description":"The total number of unique addresses that were active (either sender or receiver) on the blockchain in a given window."},"addresses_active_sender_count":{"type":"decimal","description":"The number of addresses that were active as a sender."},"addresses_active_receiver_count":{"type":"decimal","description":"The number of addresses that were active as a receiver."},"addresses_active_sender_percent":{"type":"decimal","description":"The percentage of active senders relative to total active addresses."},"addresses_active_receiver_percent":{"type":"decimal","description":"The percentage of active receivers relative to total active addresses."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window":{"type":"string","description":"The size of window. It can be day or block, and it depends on the user request."},"Datetime":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block is used."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."}}}}
```

## The PriceOHLCVSCResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"PriceOHLCVSCResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_MDHB"},"data":{"type":"array","items":{"type":"object","required":["open","high","low","close","volume"],"properties":{"date":{"$ref":"#/components/schemas/Date"},"blockheight":{"$ref":"#/components/schemas/Blockheight"},"datetime":{"type":"string","description":"The date and time formatted as YYYY-MM-DDTHH:MM:SS (UTC time). This field only appears when window=block or window=min is used."},"open":{"type":"decimal","description":"opening price at the beginning of the window."},"high":{"type":"decimal","description":"opening price at the end of the window."},"low":{"type":"decimal","description":"The highest price in a given window."},"close":{"type":"decimal","description":"The lowest price in a given window."},"volume":{"type":"decimal","description":"The total traded amount in a given window."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_MDHB":{"type":"string","description":"The size of window. It can be day, hour, min, or block and it depends on the user request."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."}}}}
```

## The CapitalizationSCResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"CapitalizationSCResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window"},"data":{"type":"array","items":{"type":"object","required":["market_cap"],"properties":{"date":{"$ref":"#/components/schemas/Date"},"blockheight":{"$ref":"#/components/schemas/Blockheight"},"datetime":{"$ref":"#/components/schemas/Datetime"},"market_cap":{"type":"decimal","description":"Market capitalization of the stable coin, calculated by total_supply * price_usd_close."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window":{"type":"string","description":"The size of window. It can be day or block, and it depends on the user request."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Datetime":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block is used."}}}}
```

## The schemas\_ExchangeSupplyRatioResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"schemas_ExchangeSupplyRatioResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window"},"data":{"type":"array","items":{"type":"object","required":["supply_ratio"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime_H"},"supply_ratio":{"type":"decimal","description":"Ratio of reserved token in the exchange relative to total supply."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window":{"type":"string","description":"The size of window. It can be day or block, and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime_H":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block or window=hour is used."}}}}
```

## The Window\_10MDHB object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"Window_10MDHB":{"type":"string","description":"The size of window. It can be day, hour, 10min, or block and it depends on the user request."}}}}
```

## The Datetime\_10MHB object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"Datetime_10MHB":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block, window=10min, or window=hour is used."}}}}
```

## The schemas\_SupplyResponse-2 object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"schemas_SupplyResponse-2":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_10MDHB"},"data":{"type":"array","items":{"type":"object","required":["supply_total","supply_new"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime_10MHB"},"supply_total":{"type":"decimal","description":"The total amount of ETH in existence."},"supply_new":{"type":"decimal","description":"The sum of newly issued tokens in that window."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_10MDHB":{"type":"string","description":"The size of window. It can be day, hour, 10min, or block and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime_10MHB":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block, window=10min, or window=hour is used."}}}}
```

## The schemas\_VelocityResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"schemas_VelocityResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_10MDHB"},"data":{"type":"array","items":{"type":"object","required":["velocity_supply_total"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime_10MHB"},"velocity_supply_total":{"type":"decimal","description":"Estimated transaction volume in the trailing 1 year divided by current total supply."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_10MDHB":{"type":"string","description":"The size of window. It can be day, hour, 10min, or block and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime_10MHB":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block, window=10min, or window=hour is used."}}}}
```

## The ContractsCountResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"ContractsCountResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_10MDHB"},"data":{"type":"array","items":{"type":"object","required":["contracts_created_new","contracts_destroyed_new","contracts_count_total"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime_10MHB"},"contracts_created_new":{"type":"decimal","description":"The number of new contracts created in the window."},"contracts_destroyed_new":{"type":"decimal","description":"The number of contracts destroyed in the window."},"contracts_count_total":{"type":"decimal","description":"The number of unique contracts in existence."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_10MDHB":{"type":"string","description":"The size of window. It can be day, hour, 10min, or block and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime_10MHB":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block, window=10min, or window=hour is used."}}}}
```

## The schemas\_TransactionsCountResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"schemas_TransactionsCountResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_10MDHB"},"data":{"type":"array","items":{"type":"object","required":["transactions_count_total","transactions_count_mean"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime_10MHB"},"transactions_count_total":{"type":"decimal","description":"Total number of transactions in that window."},"transactions_count_mean":{"type":"decimal","description":"The mean number of transactions per block. For window=block, this value will be same as transactions_count_total."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_10MDHB":{"type":"string","description":"The size of window. It can be day, hour, 10min, or block and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime_10MHB":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block, window=10min, or window=hour is used."}}}}
```

## The TransactionsCountBetweenEOAResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"TransactionsCountBetweenEOAResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_10MDHB"},"data":{"type":"array","items":{"type":"object","required":["transactions_count_total","transactions_count_mean"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime_10MHB"},"transactions_count_total":{"type":"decimal","description":"Total number of transactions in that window."},"transactions_count_mean":{"type":"decimal","description":"The mean number of transactions per block. For window=block, this value will be same as transactions_count_total."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_10MDHB":{"type":"string","description":"The size of window. It can be day, hour, 10min, or block and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime_10MHB":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block, window=10min, or window=hour is used."}}}}
```

## The ContractCallsCountExternalResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"ContractCallsCountExternalResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_10MDHB"},"data":{"type":"array","items":{"type":"object","required":["contract_calls_count_total","contract_calls_count_mean"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime_10MHB"},"contract_calls_count_total":{"type":"decimal","description":"Total number of contract calls in that window."},"contract_calls_count_mean":{"type":"decimal","description":"The mean number of contract calls per block. For window=block, this value will be same as contract_calls_count_total."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_10MDHB":{"type":"string","description":"The size of window. It can be day, hour, 10min, or block and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime_10MHB":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block, window=10min, or window=hour is used."}}}}
```

## The ContractCallsCountInternalResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"ContractCallsCountInternalResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_10MDHB"},"data":{"type":"array","items":{"type":"object","required":["contract_calls_count_total","contract_calls_count_mean"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime_10MHB"},"contract_calls_count_total":{"type":"decimal","description":"Total number of contract calls in that window."},"contract_calls_count_mean":{"type":"decimal","description":"The mean number of contract calls per block. For window=block, this value will be same as contract_calls_count_total."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_10MDHB":{"type":"string","description":"The size of window. It can be day, hour, 10min, or block and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime_10MHB":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block, window=10min, or window=hour is used."}}}}
```

## The ContractCallsCountResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"ContractCallsCountResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_10MDHB"},"data":{"type":"array","items":{"type":"object","required":["contract_calls_count_total","contract_calls_count_mean"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime_10MHB"},"contract_calls_count_total":{"type":"decimal","description":"Total number of contract calls in that window."},"contract_calls_count_mean":{"type":"decimal","description":"The mean number of contract calls per block. For window=block, this value will be same as contract_calls_count_total."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_10MDHB":{"type":"string","description":"The size of window. It can be day, hour, 10min, or block and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime_10MHB":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block, window=10min, or window=hour is used."}}}}
```

## The TransactionsCountAllResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"TransactionsCountAllResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_10MDHB"},"data":{"type":"array","items":{"type":"object","required":["transactions_count_total","transactions_count_mean"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime_10MHB"},"transactions_count_total":{"type":"decimal","description":"Total number of transactions in that window."},"transactions_count_mean":{"type":"decimal","description":"The mean number of transactions per block. For window=block, this value will be same as transactions_count_total."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_10MDHB":{"type":"string","description":"The size of window. It can be day, hour, 10min, or block and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime_10MHB":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block, window=10min, or window=hour is used."}}}}
```

## The schemas\_AddressesCountResponse-2 object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"schemas_AddressesCountResponse-2":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_10MDHB"},"data":{"type":"array","items":{"type":"object","required":["addresses_count_active","addresses_count_sender","addresses_count_receiver"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime_10MHB"},"addresses_count_active":{"type":"decimal","description":"The total number of unique addresses that were active (either sender or receiver) on the blockchain in a given window."},"addresses_count_sender":{"type":"decimal","description":"The number of addresses that were active as a sender."},"addresses_count_receiver":{"type":"decimal","description":"The number of addresses that were active as a receiver."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_10MDHB":{"type":"string","description":"The size of window. It can be day, hour, 10min, or block and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime_10MHB":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block, window=10min, or window=hour is used."}}}}
```

## The AddressesCountAllResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"AddressesCountAllResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_10MDHB"},"data":{"type":"array","items":{"type":"object","required":["addresses_count_active","addresses_count_sender","addresses_count_receiver"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime_10MHB"},"addresses_count_active":{"type":"decimal","description":"The total number of unique addresses that were active (either sender or receiver) on the blockchain in a given window."},"addresses_count_sender":{"type":"decimal","description":"The number of addresses that were active as a sender."},"addresses_count_receiver":{"type":"decimal","description":"The number of addresses that were active as a receiver."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_10MDHB":{"type":"string","description":"The size of window. It can be day, hour, 10min, or block and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime_10MHB":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block, window=10min, or window=hour is used."}}}}
```

## The TokensTransferredCountResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"TokensTransferredCountResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_10MDHB"},"data":{"type":"array","items":{"type":"object","required":["tokens_transferred_count_total","tokens_transferred_count_mean"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime_10MHB"},"tokens_transferred_count_total":{"type":"decimal","description":"Total number of tokens transferred count in that window."},"tokens_transferred_count_mean":{"type":"decimal","description":"The mean number of tokens transferred count per block. For window=block, this value will be same as tokens_transferred_count_total."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_10MDHB":{"type":"string","description":"The size of window. It can be day, hour, 10min, or block and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime_10MHB":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block, window=10min, or window=hour is used."}}}}
```

## The TokensTransferredCountBetweenEOAResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"TokensTransferredCountBetweenEOAResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_10MDHB"},"data":{"type":"array","items":{"type":"object","required":["tokens_transferred_count_total","tokens_transferred_count_mean"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime_10MHB"},"tokens_transferred_count_total":{"type":"decimal","description":"Total number of tokens transferred count in that window."},"tokens_transferred_count_mean":{"type":"decimal","description":"The mean number of tokens transferred count per block. For window=block, this value will be same as tokens_transferred_count_total."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_10MDHB":{"type":"string","description":"The size of window. It can be day, hour, 10min, or block and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime_10MHB":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block, window=10min, or window=hour is used."}}}}
```

## The TokensTransferredCountByContractCallsExternalResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"TokensTransferredCountByContractCallsExternalResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_10MDHB"},"data":{"type":"array","items":{"type":"object","required":["tokens_transferred_count_total","tokens_transferred_count_mean"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime_10MHB"},"tokens_transferred_count_total":{"type":"decimal","description":"Total number of tokens transferred count in that window."},"tokens_transferred_count_mean":{"type":"decimal","description":"The mean number of tokens transferred count per block. For window=block, this value will be same as tokens_transferred_count_total."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_10MDHB":{"type":"string","description":"The size of window. It can be day, hour, 10min, or block and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime_10MHB":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block, window=10min, or window=hour is used."}}}}
```

## The TokensTransferredCountByContractCallsInternalResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"TokensTransferredCountByContractCallsInternalResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_10MDHB"},"data":{"type":"array","items":{"type":"object","required":["tokens_transferred_count_total","tokens_transferred_count_mean"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime_10MHB"},"tokens_transferred_count_total":{"type":"decimal","description":"Total number of tokens transferred count in that window."},"tokens_transferred_count_mean":{"type":"decimal","description":"The mean number of tokens transferred count per block. For window=block, this value will be same as tokens_transferred_count_total."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_10MDHB":{"type":"string","description":"The size of window. It can be day, hour, 10min, or block and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime_10MHB":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block, window=10min, or window=hour is used."}}}}
```

## The TokensTransferredCountByContractCallsResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"TokensTransferredCountByContractCallsResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_10MDHB"},"data":{"type":"array","items":{"type":"object","required":["tokens_transferred_count_total","tokens_transferred_count_mean"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime_10MHB"},"tokens_transferred_count_total":{"type":"decimal","description":"Total number of tokens transferred count in that window."},"tokens_transferred_count_mean":{"type":"decimal","description":"The mean number of tokens transferred count per block. For window=block, this value will be same as tokens_transferred_count_total."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_10MDHB":{"type":"string","description":"The size of window. It can be day, hour, 10min, or block and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime_10MHB":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block, window=10min, or window=hour is used."}}}}
```

## The TokensTransferredCountAllResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"TokensTransferredCountAllResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_10MDHB"},"data":{"type":"array","items":{"type":"object","required":["tokens_transferred_count_total","tokens_transferred_count_mean"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime_10MHB"},"tokens_transferred_count_total":{"type":"decimal","description":"Total number of tokens transferred count in that window."},"tokens_transferred_count_mean":{"type":"decimal","description":"The mean number of tokens transferred count per block. For window=block, this value will be same as tokens_transferred_count_total."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_10MDHB":{"type":"string","description":"The size of window. It can be day, hour, 10min, or block and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime_10MHB":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block, window=10min, or window=hour is used."}}}}
```

## The schemas\_TokensTransferredResponse-2 object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"schemas_TokensTransferredResponse-2":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_10MDHB"},"data":{"type":"array","items":{"type":"object","required":["tokens_transferred_total","tokens_transferred_mean","tokens_transferred_median","tokens_transferred_total_usd","tokens_transferred_mean_usd","tokens_transferred_median_usd"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime_10MHB"},"tokens_transferred_total":{"type":"decimal","description":"Total number of tokens transferred in that window."},"tokens_transferred_mean":{"type":"decimal","description":"The mean number of tokens transferred per block. For window=block, this value will be same as tokens_transferred_total."},"tokens_transferred_median":{"type":"decimal","description":"The median number of tokens transferred per block. For window=block, this value will be same as tokens_transferred_total."},"tokens_transferred_total_usd":{"type":"decimal","description":"Total number of tokens transferred in that window, calculated in USD."},"tokens_transferred_mean_usd":{"type":"decimal","description":"The mean number of tokens transferred per block, calculated in USD."},"tokens_transferred_median_usd":{"type":"decimal","description":"The median number of tokens transferred per block, calculated in USD."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_10MDHB":{"type":"string","description":"The size of window. It can be day, hour, 10min, or block and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime_10MHB":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block, window=10min, or window=hour is used."}}}}
```

## The TokensTransferredBetweenEOAResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"TokensTransferredBetweenEOAResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_10MDHB"},"data":{"type":"array","items":{"type":"object","required":["tokens_transferred_total","tokens_transferred_mean","tokens_transferred_median","tokens_transferred_total_usd","tokens_transferred_mean_usd","tokens_transferred_median_usd"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime_10MHB"},"tokens_transferred_total":{"type":"decimal","description":"Total number of tokens transferred in that window."},"tokens_transferred_mean":{"type":"decimal","description":"The mean number of tokens transferred per block. For window=block, this value will be same as tokens_transferred_total."},"tokens_transferred_median":{"type":"decimal","description":"The median number of tokens transferred per block. For window=block, this value will be same as tokens_transferred_total."},"tokens_transferred_total_usd":{"type":"decimal","description":"Total number of tokens transferred in that window, calculated in USD."},"tokens_transferred_mean_usd":{"type":"decimal","description":"The mean number of tokens transferred per block, calculated in USD."},"tokens_transferred_median_usd":{"type":"decimal","description":"The median number of tokens transferred per block, calculated in USD."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_10MDHB":{"type":"string","description":"The size of window. It can be day, hour, 10min, or block and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime_10MHB":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block, window=10min, or window=hour is used."}}}}
```

## The TokensTransferredByContractCallsExternalResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"TokensTransferredByContractCallsExternalResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_10MDHB"},"data":{"type":"array","items":{"type":"object","required":["tokens_transferred_total","tokens_transferred_mean","tokens_transferred_median","tokens_transferred_total_usd","tokens_transferred_mean_usd","tokens_transferred_median_usd"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime_10MHB"},"tokens_transferred_total":{"type":"decimal","description":"Total number of tokens transferred in that window."},"tokens_transferred_mean":{"type":"decimal","description":"The mean number of tokens transferred per block. For window=block, this value will be same as tokens_transferred_total."},"tokens_transferred_median":{"type":"decimal","description":"The median number of tokens transferred per block. For window=block, this value will be same as tokens_transferred_total."},"tokens_transferred_total_usd":{"type":"decimal","description":"Total number of tokens transferred in that window, calculated in USD."},"tokens_transferred_mean_usd":{"type":"decimal","description":"The mean number of tokens transferred per block, calculated in USD."},"tokens_transferred_median_usd":{"type":"decimal","description":"The median number of tokens transferred per block, calculated in USD."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_10MDHB":{"type":"string","description":"The size of window. It can be day, hour, 10min, or block and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime_10MHB":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block, window=10min, or window=hour is used."}}}}
```

## The TokensTransferredByContractCallsInternalResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"TokensTransferredByContractCallsInternalResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_10MDHB"},"data":{"type":"array","items":{"type":"object","required":["tokens_transferred_total","tokens_transferred_mean","tokens_transferred_median","tokens_transferred_total_usd","tokens_transferred_mean_usd","tokens_transferred_median_usd"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime_10MHB"},"tokens_transferred_total":{"type":"decimal","description":"Total number of tokens transferred in that window."},"tokens_transferred_mean":{"type":"decimal","description":"The mean number of tokens transferred per block. For window=block, this value will be same as tokens_transferred_total."},"tokens_transferred_median":{"type":"decimal","description":"The median number of tokens transferred per block. For window=block, this value will be same as tokens_transferred_total."},"tokens_transferred_total_usd":{"type":"decimal","description":"Total number of tokens transferred in that window, calculated in USD."},"tokens_transferred_mean_usd":{"type":"decimal","description":"The mean number of tokens transferred per block, calculated in USD."},"tokens_transferred_median_usd":{"type":"decimal","description":"The median number of tokens transferred per block, calculated in USD."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_10MDHB":{"type":"string","description":"The size of window. It can be day, hour, 10min, or block and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime_10MHB":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block, window=10min, or window=hour is used."}}}}
```

## The TokensTransferredByContractCallsResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"TokensTransferredByContractCallsResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_10MDHB"},"data":{"type":"array","items":{"type":"object","required":["tokens_transferred_total","tokens_transferred_mean","tokens_transferred_median","tokens_transferred_total_usd","tokens_transferred_mean_usd","tokens_transferred_median_usd"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime_10MHB"},"tokens_transferred_total":{"type":"decimal","description":"Total number of tokens transferred in that window."},"tokens_transferred_mean":{"type":"decimal","description":"The mean number of tokens transferred per block. For window=block, this value will be same as tokens_transferred_total."},"tokens_transferred_median":{"type":"decimal","description":"The median number of tokens transferred per block. For window=block, this value will be same as tokens_transferred_total."},"tokens_transferred_total_usd":{"type":"decimal","description":"Total number of tokens transferred in that window, calculated in USD."},"tokens_transferred_mean_usd":{"type":"decimal","description":"The mean number of tokens transferred per block, calculated in USD."},"tokens_transferred_median_usd":{"type":"decimal","description":"The median number of tokens transferred per block, calculated in USD."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_10MDHB":{"type":"string","description":"The size of window. It can be day, hour, 10min, or block and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime_10MHB":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block, window=10min, or window=hour is used."}}}}
```

## The TokensTransferredAllResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"TokensTransferredAllResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_10MDHB"},"data":{"type":"array","items":{"type":"object","required":["tokens_transferred_total","tokens_transferred_mean","tokens_transferred_median","tokens_transferred_total_usd","tokens_transferred_mean_usd","tokens_transferred_median_usd"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime_10MHB"},"tokens_transferred_total":{"type":"decimal","description":"Total number of tokens transferred in that window."},"tokens_transferred_mean":{"type":"decimal","description":"The mean number of tokens transferred per block. For window=block, this value will be same as tokens_transferred_total."},"tokens_transferred_median":{"type":"decimal","description":"The median number of tokens transferred per block. For window=block, this value will be same as tokens_transferred_total."},"tokens_transferred_total_usd":{"type":"decimal","description":"Total number of tokens transferred in that window, calculated in USD."},"tokens_transferred_mean_usd":{"type":"decimal","description":"The mean number of tokens transferred per block, calculated in USD."},"tokens_transferred_median_usd":{"type":"decimal","description":"The median number of tokens transferred per block, calculated in USD."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_10MDHB":{"type":"string","description":"The size of window. It can be day, hour, 10min, or block and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime_10MHB":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block, window=10min, or window=hour is used."}}}}
```

## The FailedTransactionsCountResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"FailedTransactionsCountResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_10MDHB"},"data":{"type":"array","items":{"type":"object","required":["failed_transactions_count_total"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime_10MHB"},"failed_transactions_count_total":{"type":"decimal","description":"The number of failed transactions count."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_10MDHB":{"type":"string","description":"The size of window. It can be day, hour, 10min, or block and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime_10MHB":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block, window=10min, or window=hour is used."}}}}
```

## The FailedTokensTransferredCountResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"FailedTokensTransferredCountResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_10MDHB"},"data":{"type":"array","items":{"type":"object","required":["failed_tokens_transferred_count_total"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime_10MHB"},"failed_tokens_transferred_count_total":{"type":"decimal","description":"The number of failed tokens transferred count."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_10MDHB":{"type":"string","description":"The size of window. It can be day, hour, 10min, or block and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime_10MHB":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block, window=10min, or window=hour is used."}}}}
```

## The schemas\_BlockBytesResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"schemas_BlockBytesResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_10MDHB"},"data":{"type":"array","items":{"type":"object","required":["block_bytes"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime_10MHB"},"block_bytes":{"type":"integer","description":"The mean size(in bytes) of all blocks generated."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_10MDHB":{"type":"string","description":"The size of window. It can be day, hour, 10min, or block and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime_10MHB":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block, window=10min, or window=hour is used."}}}}
```

## The Window\_10MDH object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"Window_10MDH":{"type":"string","description":"The size of window. It can be day, hour, or 10min and it depends on the user request."}}}}
```

## The Datetime\_10MH object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"Datetime_10MH":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=10min or window=hour is used."}}}}
```

## The schemas\_BlockCountResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"schemas_BlockCountResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_10MDH"},"data":{"type":"array","items":{"type":"object","required":["block_count"],"properties":{"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime_10MH"},"block_count":{"type":"integer","description":"The number of blocks generated in a given window."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_10MDH":{"type":"string","description":"The size of window. It can be day, hour, or 10min and it depends on the user request."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime_10MH":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=10min or window=hour is used."}}}}
```

## The schemas\_BlockIntervalResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"schemas_BlockIntervalResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_10MDHB"},"data":{"type":"array","items":{"type":"object","required":["block_interval"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime_10MHB"},"block_interval":{"type":"integer","description":"The average time between blocks generated in seconds."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_10MDHB":{"type":"string","description":"The size of window. It can be day, hour, 10min, or block and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime_10MHB":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block, window=10min, or window=hour is used."}}}}
```

## The schemas\_FeesResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"schemas_FeesResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_10MDHB"},"data":{"type":"array","items":{"type":"object","required":["fees_block_mean","fees_block_mean_usd","fees_total","fees_total_usd","fees_reward_percent"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime_10MHB"},"fees_block_mean":{"type":"decimal","description":"The average fee per block."},"fees_block_mean_usd":{"type":"decimal","description":"The average fee per block, calculated in USD."},"fees_total":{"type":"decimal","description":"The sum of all fees that are paid from executing Ethereum transactions."},"fees_total_usd":{"type":"decimal","description":"The sum of all fees that are paid from executing Ethereum transactions, calculated in USD."},"fees_reward_percent":{"type":"decimal","description":"The percentage of fee in total block reward. Values are between 0 and 1."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_10MDHB":{"type":"string","description":"The size of window. It can be day, hour, 10min, or block and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime_10MHB":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block, window=10min, or window=hour is used."}}}}
```

## The FeesBurntResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"FeesBurntResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_10MDHB"},"data":{"type":"array","items":{"type":"object","required":["fees_burnt_total","fees_burnt_total_usd"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime_10MHB"},"fees_burnt_total":{"type":"decimal","description":"The sum of all fees that are burnt in Ethereum chain by executing transactions."},"fees_burnt_total_usd":{"type":"decimal","description":"The sum of all fees that are burnt in Ethereum chain by executing transactions, calculated in USD."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_10MDHB":{"type":"string","description":"The size of window. It can be day, hour, 10min, or block and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime_10MHB":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block, window=10min, or window=hour is used."}}}}
```

## The FeesTipsResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"FeesTipsResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_10MDHB"},"data":{"type":"array","items":{"type":"object","required":["fees_tips_total","fees_tips_total_usd"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime_10MHB"},"fees_tips_total":{"type":"decimal","description":"The sum of all fees that are directly paid to Ethereum miners."},"fees_tips_total_usd":{"type":"decimal","description":"The sum of all fees that are directly paid to Ethereum miners, calculated in USD."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_10MDHB":{"type":"string","description":"The size of window. It can be day, hour, 10min, or block and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime_10MHB":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block, window=10min, or window=hour is used."}}}}
```

## The schemas\_FeesTransactionResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"schemas_FeesTransactionResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_10MDHB"},"data":{"type":"array","items":{"type":"object","required":["fees_transaction_mean","fees_transaction_mean_usd","fees_transaction_median","fees_transaction_median_usd"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime_10MHB"},"fees_transaction_mean":{"type":"decimal","description":"The average fee per transaction."},"fees_transaction_mean_usd":{"type":"decimal","description":"The average fee per transaction, calculated in USD."},"fees_transaction_median":{"type":"decimal","description":"The median fee per transaction."},"fees_transaction_median_usd":{"type":"decimal","description":"The median fee per transaction, calculated in USD."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_10MDHB":{"type":"string","description":"The size of window. It can be day, hour, 10min, or block and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime_10MHB":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block, window=10min, or window=hour is used."}}}}
```

## The FeesBurntTransactionResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"FeesBurntTransactionResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_10MDHB"},"data":{"type":"array","items":{"type":"object","required":["fees_burnt_transaction_mean","fees_burnt_transaction_mean_usd","fees_burnt_transaction_median","fees_burnt_transaction_median_usd"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime_10MHB"},"fees_burnt_transaction_mean":{"type":"decimal","description":"The average burnt fee per transaction."},"fees_burnt_transaction_mean_usd":{"type":"decimal","description":"The average burnt fee per transaction, calculated in USD."},"fees_burnt_transaction_median":{"type":"decimal","description":"The median burnt fee per transaction."},"fees_burnt_transaction_median_usd":{"type":"decimal","description":"The median burnt fee per transaction, calculated in USD."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_10MDHB":{"type":"string","description":"The size of window. It can be day, hour, 10min, or block and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime_10MHB":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block, window=10min, or window=hour is used."}}}}
```

## The FeesTipsTransactionResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"FeesTipsTransactionResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_10MDHB"},"data":{"type":"array","items":{"type":"object","required":["fees_tips_transaction_mean","fees_tips_transaction_mean_usd","fees_tips_transaction_median","fees_tips_transaction_median_usd"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime_10MHB"},"fees_tips_transaction_mean":{"type":"decimal","description":"The average fee for tips per transaction."},"fees_tips_transaction_mean_usd":{"type":"decimal","description":"The average fee for tips per transaction, calculated in USD."},"fees_tips_transaction_median":{"type":"decimal","description":"The median fee for tips per transaction."},"fees_tips_transaction_median_usd":{"type":"decimal","description":"The median fee for tips per transaction, calculated in USD."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_10MDHB":{"type":"string","description":"The size of window. It can be day, hour, 10min, or block and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime_10MHB":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block, window=10min, or window=hour is used."}}}}
```

## The BlockrewardResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"BlockrewardResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_10MDHB"},"data":{"type":"array","items":{"type":"object","required":["blockreward","blockreward_usd"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime_10MHB"},"blockreward":{"type":"decimal","description":"The sum of block rewards (including mining or staking rewards and transaction fees)."},"blockreward_usd":{"type":"decimal","description":"The sum of block rewards (including mining or staking rewards and transaction fees), calculated in USD."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_10MDHB":{"type":"string","description":"The size of window. It can be day, hour, 10min, or block and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime_10MHB":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block, window=10min, or window=hour is used."}}}}
```

## The BlockrewardExceptUncleResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"BlockrewardExceptUncleResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_10MDHB"},"data":{"type":"array","items":{"type":"object","required":["blockreward_except_uncle","blockreward_except_uncle_usd"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime_10MHB"},"blockreward_except_uncle":{"type":"decimal","description":"The sum of block rewards except uncle blocks."},"blockreward_except_uncle_usd":{"type":"decimal","description":"The sum of block rewards except uncle blocks, calculated in USD."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_10MDHB":{"type":"string","description":"The size of window. It can be day, hour, 10min, or block and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime_10MHB":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block, window=10min, or window=hour is used."}}}}
```

## The GasResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"GasResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_10MDHB"},"data":{"type":"array","items":{"type":"object","required":["gas_used_total","gas_used_mean","gas_price_mean","gas_limit_mean"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime_10MHB"},"gas_used_total":{"type":"decimal","description":"The total amount of gas used in that window."},"gas_used_mean":{"type":"decimal","description":"The average amount of gas used per transaction."},"gas_price_mean":{"type":"decimal","description":"The average gas price per transaction."},"gas_limit_mean":{"type":"decimal","description":"The average gas limit per transaction."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_10MDHB":{"type":"string","description":"The size of window. It can be day, hour, 10min, or block and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime_10MHB":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block, window=10min, or window=hour is used."}}}}
```

## The BaseFeeResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"BaseFeeResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_10MDHB"},"data":{"type":"array","items":{"type":"object","required":["base_fee_mean"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime_10MHB"},"base_fee_mean":{"type":"decimal","description":"The average base fee per gas in that window."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_10MDHB":{"type":"string","description":"The size of window. It can be day, hour, 10min, or block and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime_10MHB":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block, window=10min, or window=hour is used."}}}}
```

## The MaxFeeResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"MaxFeeResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_10MDHB"},"data":{"type":"array","items":{"type":"object","required":["max_fee_mean"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime_10MHB"},"max_fee_mean":{"type":"decimal","description":"The average max fee per gas in that window."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_10MDHB":{"type":"string","description":"The size of window. It can be day, hour, 10min, or block and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime_10MHB":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block, window=10min, or window=hour is used."}}}}
```

## The MaxPriorityFeeResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"MaxPriorityFeeResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_10MDHB"},"data":{"type":"array","items":{"type":"object","required":["max_priority_fee_mean"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime_10MHB"},"max_priority_fee_mean":{"type":"decimal","description":"The average max priority fee per gas in that window."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_10MDHB":{"type":"string","description":"The size of window. It can be day, hour, 10min, or block and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime_10MHB":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block, window=10min, or window=hour is used."}}}}
```

## The schemas\_DifficultyResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"schemas_DifficultyResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_10MDHB"},"data":{"type":"array","items":{"type":"object","required":["difficulty"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime_10MHB"},"difficulty":{"type":"decimal","description":"The mean difficulty of mining a new block."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_10MDHB":{"type":"string","description":"The size of window. It can be day, hour, 10min, or block and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime_10MHB":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block, window=10min, or window=hour is used."}}}}
```

## The schemas\_HashrateResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"schemas_HashrateResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_10MDHB"},"data":{"type":"array","items":{"type":"object","required":["hashrate"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime_10MHB"},"hashrate":{"type":"decimal","description":"The mean speed at which hash problems are being solved across all miners in the network. It is displayed as hashes (Gigabytes) per second."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_10MDHB":{"type":"string","description":"The size of window. It can be day, hour, 10min, or block and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime_10MHB":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block, window=10min, or window=hour is used."}}}}
```

## The UncleBlockCountResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"UncleBlockCountResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_10MDHB"},"data":{"type":"array","items":{"type":"object","required":["uncle_block_count"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime_10MHB"},"uncle_block_count":{"type":"decimal","description":"The number of uncle blocks generated in a given window."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_10MDHB":{"type":"string","description":"The size of window. It can be day, hour, 10min, or block and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime_10MHB":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block, window=10min, or window=hour is used."}}}}
```

## The UncleBlockrewardResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"UncleBlockrewardResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_10MDHB"},"data":{"type":"array","items":{"type":"object","required":["uncle_blockreward","uncle_blockreward_usd"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime_10MHB"},"uncle_blockreward":{"type":"decimal","description":"The sum of uncle block rewards (including mining or staking rewards and transaction fees)."},"uncle_blockreward_usd":{"type":"decimal","description":"The sum of uncle block rewards (including mining or staking rewards and transaction fees), calculated in USD."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_10MDHB":{"type":"string","description":"The size of window. It can be day, hour, 10min, or block and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime_10MHB":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block, window=10min, or window=hour is used."}}}}
```

## The TotalValueStakedResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"TotalValueStakedResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_DBH"},"data":{"type":"array","items":{"type":"object","required":["total_value_staked"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime_H"},"total_value_staked":{"type":"decimal","description":"The valid amount of ETH in the deposit contract."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_DBH":{"type":"string","description":"The size of window. It can be day, hour, or block, and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime_H":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block or window=hour is used."}}}}
```

## The StakingInflowTotalResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"StakingInflowTotalResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_DBH"},"data":{"type":"array","items":{"type":"object","required":["staking_inflow_total"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime_H"},"staking_inflow_total":{"type":"decimal","description":"The amount of ETH valid inflow to the deposit contract."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_DBH":{"type":"string","description":"The size of window. It can be day, hour, or block, and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime_H":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block or window=hour is used."}}}}
```

## The StakingTransactionCountResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"StakingTransactionCountResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_DBH"},"data":{"type":"array","items":{"type":"object","required":["staking_transaction_count"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime_H"},"staking_transaction_count":{"type":"decimal","description":"The number of valid transactions to the deposit contract."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_DBH":{"type":"string","description":"The size of window. It can be day, hour, or block, and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime_H":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block or window=hour is used."}}}}
```

## The StakingValidatorTotalResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"StakingValidatorTotalResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_DBH"},"data":{"type":"array","items":{"type":"object","required":["staking_validator_total"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime_H"},"staking_validator_total":{"type":"decimal","description":"The number of the number of total validators."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_DBH":{"type":"string","description":"The size of window. It can be day, hour, or block, and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime_H":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block or window=hour is used."}}}}
```

## The DepositorCountTotalResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"DepositorCountTotalResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_DBH"},"data":{"type":"array","items":{"type":"object","required":["depositor_count_total"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime_H"},"depositor_count_total":{"type":"decimal","description":"The number of unique accounts who deposited over 32 ETH."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_DBH":{"type":"string","description":"The size of window. It can be day, hour, or block, and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime_H":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block or window=hour is used."}}}}
```

## The DepositorCountNewResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"DepositorCountNewResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_DBH"},"data":{"type":"array","items":{"type":"object","required":["depositor_count_new"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime_H"},"depositor_count_new":{"type":"decimal","description":"The number of new unique accounts who deposited over 32 ETH."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_DBH":{"type":"string","description":"The size of window. It can be day, hour, or block, and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime_H":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block or window=hour is used."}}}}
```

## The StakingRateResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"StakingRateResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_DBH"},"data":{"type":"array","items":{"type":"object","required":["staking_rate"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime_H"},"staking_rate":{"type":"decimal","description":"The percentage of valid balance of the deposit contract to the total supply."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_DBH":{"type":"string","description":"The size of window. It can be day, hour, or block, and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime_H":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block or window=hour is used."}}}}
```

## The Phase0SuccessRateResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"Phase0SuccessRateResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_DBH"},"data":{"type":"array","items":{"type":"object","required":["phase0_success_rate"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime_H"},"phase0_success_rate":{"type":"decimal","description":"The percentage of valid balance of the deposit contract to 524,288 ETH."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_DBH":{"type":"string","description":"The size of window. It can be day, hour, or block, and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime_H":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block or window=hour is used."}}}}
```

## The schemas\_ReserveResponse-3 object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"schemas_ReserveResponse-3":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_DBH"},"data":{"type":"array","items":{"type":"object","required":["reserve","reserve_usd"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime_H"},"reserve":{"type":"decimal","description":"The amount of ETH on a given exchange."},"reserve_usd":{"type":"decimal","description":"The USD value of ETH held by an exchange."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_DBH":{"type":"string","description":"The size of window. It can be day, hour, or block, and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime_H":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block or window=hour is used."}}}}
```

## The schemas\_InflowResponse-3 object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"schemas_InflowResponse-3":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_DBH"},"data":{"type":"array","items":{"type":"object","required":["inflow_total","inflow_top10","inflow_mean"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime_H"},"inflow_total":{"type":"decimal","description":"The total amount of ETH that transferred to the exchange."},"inflow_top10":{"type":"decimal","description":"The total ETH amount of top 10 transactions (in terms of total ETH sent) flowing out of exchange wallets for every day that the exchange wallets we track have been live on the blockchain."},"inflow_mean":{"type":"decimal","description":"The mean of tokens per transaction sent an exchange."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_DBH":{"type":"string","description":"The size of window. It can be day, hour, or block, and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime_H":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block or window=hour is used."}}}}
```

## The schemas\_OutflowResponse-3 object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"schemas_OutflowResponse-3":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_DBH"},"data":{"type":"array","items":{"type":"object","required":["outflow_total","outflow_top10","outflow_mean"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime_H"},"outflow_total":{"type":"decimal","description":"The total amount of ETH that traneferred from the exchange"},"outflow_top10":{"type":"decimal","description":"The total ETH amount of top 10 transactions (in terms of total ETH sent) flowing out of exchange wallets for every day that the exchange wallets we track have been live on the blockchain."},"outflow_mean":{"type":"decimal","description":"The mean of tokens per transaction sent from an exchange."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_DBH":{"type":"string","description":"The size of window. It can be day, hour, or block, and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime_H":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block or window=hour is used."}}}}
```

## The ETHCoinbasePremiumIndexResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"ETHCoinbasePremiumIndexResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_MDH"},"data":{"type":"array","items":{"type":"object","required":["coinbase_premium_gap","coinbase_premium_index"],"properties":{"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime_MH"},"coinbase_premium_gap":{"type":"decimal","description":"The gap between Coinbase Advanced price(USD pair) and Binance price(USDT pair)."},"coinbase_premium_index":{"type":"decimal","description":"The percent difference from Binance price(ETHUSDT) to Coinbase price(ETHUSD)."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_MDH":{"type":"string","description":"The size of window. It can be day, hour, or min and it depends on the user request."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime_MH":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=min or window=hour is used."}}}}
```

## The schemas\_CapitalizationResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"schemas_CapitalizationResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_DBH"},"data":{"type":"array","items":{"type":"object","required":["market_cap"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime"},"market_cap":{"type":"decimal","description":"Market capitalization of ETH, calculated by circulating_supply * price_usd_close."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_DBH":{"type":"string","description":"The size of window. It can be day, hour, or block, and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block is used."}}}}
```

## The schemas\_EstimatedLeverageRatioResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"schemas_EstimatedLeverageRatioResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["windwow","data"],"properties":{"window":{"$ref":"#/components/schemas/Window"},"data":{"type":"array","items":{"type":"object","required":["estimated_leverage_ratio"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime"},"estimated_leverage_ratio":{"type":"decimal","description":"The amount of open interest in the given period and exchange divided by the ETH reserve of given exchange."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window":{"type":"string","description":"The size of window. It can be day or block, and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block is used."}}}}
```

## The schemas\_ReserveResponse-4 object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"schemas_ReserveResponse-4":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_DBH"},"data":{"type":"array","items":{"type":"object","required":["reserve","reserve_usd"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime_H"},"reserve":{"type":"decimal","description":"The amount of ERC20 token held by an exchange."},"reserve_usd":{"type":"decimal","description":"The USD value of ERC20 token held by an exchange."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_DBH":{"type":"string","description":"The size of window. It can be day, hour, or block, and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime_H":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block or window=hour is used."}}}}
```

## The schemas\_InflowResponse-4 object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"schemas_InflowResponse-4":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_DBH"},"data":{"type":"array","items":{"type":"object","required":["inflow_total","inflow_top10","inflow_mean"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime_H"},"inflow_total":{"type":"decimal","description":"The total amount of ERC20 token that transferred to the exchange."},"inflow_top10":{"type":"decimal","description":"The total ERC20 token amount of top 10 transactions (in terms of total tokens sent) flowing out of exchange wallets for every day that the exchange wallets we track have been live on the blockchain."},"inflow_mean":{"type":"decimal","description":"The mean of tokens per transaction sent an exchange."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_DBH":{"type":"string","description":"The size of window. It can be day, hour, or block, and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime_H":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block or window=hour is used."}}}}
```

## The schemas\_OutflowResponse-4 object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"schemas_OutflowResponse-4":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_DBH"},"data":{"type":"array","items":{"type":"object","required":["outflow_total","outflow_top10","outflow_mean"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime_H"},"outflow_total":{"type":"decimal","description":"The total amount of ERC20 token that transferred from the exchange"},"outflow_top10":{"type":"decimal","description":"The total ERC20 token amount of top 10 transactions (in terms of total tokens sent) flowing out of exchange wallets for every day that the exchange wallets we track have been live on the blockchain."},"outflow_mean":{"type":"decimal","description":"The mean of tokens per transaction sent from an exchange."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_DBH":{"type":"string","description":"The size of window. It can be day, hour, or block, and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime_H":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block or window=hour is used."}}}}
```

## The schemas\_SupplyResponse-3 object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"schemas_SupplyResponse-3":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_10MDHB"},"data":{"type":"array","items":{"type":"object","required":["supply_total","supply_minted","supply_burned"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime_10MHB"},"supply_total":{"type":"decimal","description":"The total amount of ERC20 tokens in existence."},"supply_minted":{"type":"decimal","description":"The sum of newly issued tokens in that window."},"supply_burned":{"type":"decimal","description":"The sum of newly burnt tokens in that window."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_10MDHB":{"type":"string","description":"The size of window. It can be day, hour, 10min, or block and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime_10MHB":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block, window=10min, or window=hour is used."}}}}
```

## The schemas\_TransactionsCountResponse-2 object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"schemas_TransactionsCountResponse-2":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_10MDHB"},"data":{"type":"array","items":{"type":"object","required":["transactions_count_total","transactions_count_mean"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime_10MHB"},"transactions_count_total":{"type":"decimal","description":"Total number of ERC20 events (transactions) in that window."},"transactions_count_mean":{"type":"decimal","description":"The mean number of ERC20 events (transactions) per block. For window=block, this value will be same as transactions_count_total."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_10MDHB":{"type":"string","description":"The size of window. It can be day, hour, 10min, or block and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime_10MHB":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block, window=10min, or window=hour is used."}}}}
```

## The schemas\_TokensTransferredResponse-3 object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"schemas_TokensTransferredResponse-3":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_10MDHB"},"data":{"type":"array","items":{"type":"object","required":["tokens_transferred_total","tokens_transferred_mean","tokens_transferred_median"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime_10MHB"},"tokens_transferred_total":{"type":"decimal","description":"Total number of tokens transferred in that window."},"tokens_transferred_mean":{"type":"decimal","description":"The mean number of tokens transferred per block. For window=block, this value will be same as tokens_transferred_total."},"tokens_transferred_median":{"type":"decimal","description":"The median number of tokens transferred per block. For window=block, this value will be same as tokens_transferred_total."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_10MDHB":{"type":"string","description":"The size of window. It can be day, hour, 10min, or block and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime_10MHB":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block, window=10min, or window=hour is used."}}}}
```

## The schemas\_AddressesCountResponse-3 object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"schemas_AddressesCountResponse-3":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_10MDHB"},"data":{"type":"array","items":{"type":"object","required":["addresses_count_active","addresses_count_sender","addresses_count_receiver"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime_10MHB"},"addresses_count_active":{"type":"decimal","description":"The number of addresses that were active (either sender or receiver) in ERC20 events (transactions)."},"addresses_count_sender":{"type":"decimal","description":"The number of addresses that were active in ERC20 events (transactions) as a sender."},"addresses_count_receiver":{"type":"decimal","description":"The number of addresses that were active in ERC20 events (transactions) as a receiver."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_10MDHB":{"type":"string","description":"The size of window. It can be day, hour, 10min, or block and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime_10MHB":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block, window=10min, or window=hour is used."}}}}
```

## The PriceOHLCVERC20Response object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"PriceOHLCVERC20Response":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_MDHB"},"data":{"type":"array","items":{"type":"object","required":["open","high","low","close","volume"],"properties":{"date":{"$ref":"#/components/schemas/Date"},"blockheight":{"$ref":"#/components/schemas/Blockheight"},"datetime":{"type":"string","description":"The date and time formatted as YYYY-MM-DDTHH:MM:SS (UTC time). This field only appears when window=block or window=min is used."},"open":{"type":"decimal","description":"opening price at the beginning of the window."},"high":{"type":"decimal","description":"opening price at the end of the window."},"low":{"type":"decimal","description":"The highest price in a given window."},"close":{"type":"decimal","description":"The lowest price in a given window."},"volume":{"type":"decimal","description":"The total traded amount in a given window."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_MDHB":{"type":"string","description":"The size of window. It can be day, hour, min, or block and it depends on the user request."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."}}}}
```

## The PriceOHLCVAltResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"PriceOHLCVAltResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_MDH"},"data":{"type":"array","items":{"type":"object","required":["open","high","low","close","volume"],"properties":{"date":{"$ref":"#/components/schemas/Date"},"datetime":{"type":"string","description":"The date and time formatted as YYYY-MM-DDTHH:MM:SS (UTC time). This field only appears when window=block or window=min is used."},"open":{"type":"decimal","description":"The opening price at the beginning of the window."},"high":{"type":"decimal","description":"The highest price in the given window."},"low":{"type":"decimal","description":"The lowest price in the given window."},"close":{"type":"decimal","description":"The closing price at the end of the window."},"volume":{"type":"decimal","description":"The total traded amount in the given window."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_MDH":{"type":"string","description":"The size of window. It can be day, hour, or min and it depends on the user request."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."}}}}
```

## The schemas\_CapitalizationResponse-2 object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"schemas_CapitalizationResponse-2":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window"},"data":{"type":"array","items":{"type":"object","required":["market_cap"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime"},"market_cap":{"type":"decimal","description":"Market capitalization of XRP, calculated by total_supply * price_usd_close."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window":{"type":"string","description":"The size of window. It can be day or block, and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block is used."}}}}
```

## The schemas\_EstimatedLeverageRatioResponse-2 object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"schemas_EstimatedLeverageRatioResponse-2":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_10MDH"},"data":{"type":"array","items":{"type":"object","required":["estimated_leverage_ratio"],"properties":{"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime"},"estimated_leverage_ratio":{"type":"decimal","description":"estimated leverage ratio"}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_10MDH":{"type":"string","description":"The size of window. It can be day, hour, or 10min and it depends on the user request."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block is used."}}}}
```

## The schemas\_ReserveResponse-5 object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"schemas_ReserveResponse-5":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_10MDH"},"data":{"type":"array","items":{"type":"object","required":["reserve","reserve_usd"],"properties":{"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime"},"reserve":{"type":"decimal","description":"The amount of BTC on a given bank."},"reserve_usd":{"type":"decimal","description":"The USD value of BTC held by an bank."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_10MDH":{"type":"string","description":"The size of window. It can be day, hour, or 10min and it depends on the user request."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block is used."}}}}
```

## The ShareResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"ShareResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_DH"},"data":{"type":"array","items":{"type":"object","required":["share"],"properties":{"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime"},"share":{"type":"decimal","description":"The % of XRP held by an entity."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_DH":{"type":"string","description":"The size of window. It can be day or hour, and it depends on the user request."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block is used."}}}}
```

## The TransactionsCountXRPEFResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"TransactionsCountXRPEFResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_DBH"},"data":{"type":"array","items":{"type":"object","required":["transactions_count_deposit","transactions_count_withdraw"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime_H"},"transactions_count_deposit":{"type":"decimal","description":"The number of transactions sent to the entity."},"transactions_count_withdraw":{"type":"decimal","description":"The number of transactions sent from the entity."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_DBH":{"type":"string","description":"The size of window. It can be day, hour, or block, and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime_H":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block or window=hour is used."}}}}
```

## The XRPInflowResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"XRPInflowResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_DBH"},"data":{"type":"array","items":{"type":"object","required":["inflow","inflow_usd"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime_H"},"inflow":{"type":"decimal","description":"The total amount of XRP that transferred to the entity"},"inflow_usd":{"type":"decimal","description":"The total amount of XRP that transferred to the entity denominated in dollars"}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_DBH":{"type":"string","description":"The size of window. It can be day, hour, or block, and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime_H":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block or window=hour is used."}}}}
```

## The XRPOutflowResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"XRPOutflowResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_DBH"},"data":{"type":"array","items":{"type":"object","required":["outflow","outflow_usd"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime_H"},"outflow":{"type":"decimal","description":"The total amount of XRP that transferred out of the entity"},"outflow_usd":{"type":"decimal","description":"The total amount of XRP that transferred out of the entity denominated in dollars"}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_DBH":{"type":"string","description":"The size of window. It can be day, hour, or block, and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime_H":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block or window=hour is used."}}}}
```

## The XRPAddressesCountEFResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"XRPAddressesCountEFResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_DBH"},"data":{"type":"array","items":{"type":"object","required":["addresses_count_deposit","addresses_count_withdraw"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime_H"},"addresses_count_deposit":{"type":"decimal","description":"The number of addresses evoking inflow transactions to entity"},"addresses_count_withdraw":{"type":"decimal","description":"The number of addresses evoking outflow transactions from entity"}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_DBH":{"type":"string","description":"The size of window. It can be day, hour, or block, and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime_H":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block or window=hour is used."}}}}
```

## The WhaleMovements object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"WhaleMovements":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_DBH"},"data":{"type":"array","items":{"type":"object","required":["transaction_counts","volume"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime_H"},"transaction_counts":{"type":"Integer","description":"The number of transactions to/from whale"},"volume":{"type":"decimal","description":"transaction volume to/from whale"}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_DBH":{"type":"string","description":"The size of window. It can be day, hour, or block, and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime_H":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block or window=hour is used."}}}}
```

## The ExchangeInflowValueDistributionResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"ExchangeInflowValueDistributionResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_DBH"},"data":{"type":"array","items":{"type":"object","required":["range_1000_below","range_1001_to_10000","range_10001_to_100000","range_100001_to_1000000","range_1000000_over"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime"},"range_1000_below":{"type":"decimal","description":"Exchange Inflow distribution value of which transferred xrp value is 1000 or less."},"range_1001_to_10000":{"type":"decimal","description":"Exchange Inflow distribution value of which transferred xrp value is more than 1000 or less than 10000."},"range_10001_to_100000":{"type":"decimal","description":"Exchange Inflow distribution value of which transferred xrp value is more than 10000 or less than 100000."},"range_100001_to_1000000":{"type":"decimal","description":"Exchange Inflow distribution value of which transferred xrp value is more than 1000 or less than 100000."},"range_1000000_over":{"type":"decimal","description":"Exchange Inflow distribution value of which transferred xrp value is 1000000 or more."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_DBH":{"type":"string","description":"The size of window. It can be day, hour, or block, and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block is used."}}}}
```

## The ExchangeOutflowValueDistributionResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"ExchangeOutflowValueDistributionResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_DBH"},"data":{"type":"array","items":{"type":"object","required":["range_1000_below","range_1001_to_10000","range_10001_to_100000","range_100001_to_1000000","range_1000000_over"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime"},"range_1000_below":{"type":"decimal","description":"Exchange Outflow distribution value of which transferred xrp value is 1000 or less."},"range_1001_to_10000":{"type":"decimal","description":"Exchange Outflow distribution value of which transferred xrp value is more than 1000 or less than 10000."},"range_10001_to_100000":{"type":"decimal","description":"Exchange Outflow distribution value of which transferred xrp value is more than 10000 or less than 100000."},"range_100001_to_1000000":{"type":"decimal","description":"Exchange Outflow distribution value of which transferred xrp value is more than 1000 or less than 100000."},"range_1000000_over":{"type":"decimal","description":"Exchange Outflow distribution value of which transferred xrp value is 1000000 or more."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_DBH":{"type":"string","description":"The size of window. It can be day, hour, or block, and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block is used."}}}}
```

## The ExchangeInflowCountValueDistributionResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"ExchangeInflowCountValueDistributionResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_DBH"},"data":{"type":"array","items":{"type":"object","required":["range_1000_below","range_1001_to_10000","range_10001_to_100000","range_100001_to_1000000","range_1000000_over"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime"},"range_1000_below":{"type":"decimal","description":"Number of transactions of exchange inflow's value band of which transferred xrp value is 1000 or less."},"range_1001_to_10000":{"type":"decimal","description":"Number of transactions of exchange inflow's value band of which transferred xrp value is more than 1000 or less than 10000."},"range_10001_to_100000":{"type":"decimal","description":"Number of transactions of exchange inflow's value band of which transferred xrp value is more than 10000 or less than 100000."},"range_100001_to_1000000":{"type":"decimal","description":"Number of transactions of exchange inflow's value band of which transferred xrp value is more than 1000 or less than 100000."},"range_1000000_over":{"type":"decimal","description":"Number of transactions of exchange inflow's value band of which transferred xrp value is 1000000 or more."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_DBH":{"type":"string","description":"The size of window. It can be day, hour, or block, and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block is used."}}}}
```

## The ExchangeOutflowCountValueDistributionResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"ExchangeOutflowCountValueDistributionResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_DBH"},"data":{"type":"array","items":{"type":"object","required":["range_1000_below","range_1001_to_10000","range_10001_to_100000","range_100001_to_1000000","range_1000000_over"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime"},"range_1000_below":{"type":"decimal","description":"Number of transactions of exchange outflow's value band of which transferred xrp value is 1000 or less."},"range_1001_to_10000":{"type":"decimal","description":"Number of transactions of exchange outflow's value band of which transferred xrp value is more than 1000 or less than 10000."},"range_10001_to_100000":{"type":"decimal","description":"Number of transactions of exchange outflow's value band of which transferred xrp value is more than 10000 or less than 100000."},"range_100001_to_1000000":{"type":"decimal","description":"Number of transactions of exchange outflow's value band of which transferred xrp value is more than 1000 or less than 100000."},"range_1000000_over":{"type":"decimal","description":"Number of transactions of exchange outflow's value band of which transferred xrp value is 1000000 or more."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_DBH":{"type":"string","description":"The size of window. It can be day, hour, or block, and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block is used."}}}}
```

## The schemas\_ExchangeSupplyRatioResponse-2 object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"schemas_ExchangeSupplyRatioResponse-2":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_DH"},"data":{"type":"array","items":{"type":"object","required":["exchange_supply_ratio"],"properties":{"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime"},"exchange_supply_ratio":{"type":"decimal","description":"exchange supply ratio"}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_DH":{"type":"string","description":"The size of window. It can be day or hour, and it depends on the user request."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block is used."}}}}
```

## The schemas\_AddressesCountResponse-4 object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"schemas_AddressesCountResponse-4":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_D"},"data":{"type":"array","items":{"type":"object","required":["active_account","total_account","sending_account","recieving_account"],"properties":{"date":{"$ref":"#/components/schemas/Date"},"active_account":{"type":"decimal","description":"The total number of unique addresses that were active (either sender or receiver) on the blockchain in a given window."},"total_account":{"type":"decimal","description":"The total number of unique addresses"},"sending_account":{"type":"decimal","description":"The number of addresses that were active as a sender."},"recieving_account":{"type":"decimal","description":"The number of addresses that were active as a receiver."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_D":{"type":"string","description":"The size of window. This metric supports only day resolution."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."}}}}
```

## The schemas\_VelocityResponse-2 object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"schemas_VelocityResponse-2":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_D"},"data":{"type":"array","items":{"type":"object","required":["velocity"],"properties":{"date":{"$ref":"#/components/schemas/Date"},"velocity":{"type":"decimal","description":null}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_D":{"type":"string","description":"The size of window. This metric supports only day resolution."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."}}}}
```

## The schemas\_BlockIntervalResponse-2 object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"schemas_BlockIntervalResponse-2":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["data","window"],"properties":{"window":{"$ref":"#/components/schemas/Window_DH"},"data":{"type":"array","items":{"type":"object","required":["average_block_interval"],"properties":{"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime"},"average_block_interval":{"type":"decimal","description":"The mean size(in bytes) of all blocks generated"}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_DH":{"type":"string","description":"The size of window. It can be day or hour, and it depends on the user request."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block is used."}}}}
```

## The XRPBurntResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"XRPBurntResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["data","window"],"properties":{"window":{"$ref":"#/components/schemas/Window_DH"},"data":{"type":"array","items":{"type":"object","required":["xrp_burnt"],"properties":{"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime"},"xrp_burnt":{"type":"integer","description":"The amount of xrp burnt"}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_DH":{"type":"string","description":"The size of window. It can be day or hour, and it depends on the user request."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block is used."}}}}
```

## The LedgerCountResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"LedgerCountResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_DBH"},"data":{"type":"array","items":{"type":"object","required":["total_ledgers"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime"},"total_ledgers":{"type":"integer","description":"Number of unspent transaction outputs."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_DBH":{"type":"string","description":"The size of window. It can be day, hour, or block, and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block is used."}}}}
```

## The schemas\_FeesResponse-2 object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"schemas_FeesResponse-2":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_DBH"},"data":{"type":"array","items":{"type":"object","required":["total_fees"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime"},"total_fees":{"type":"decimal","description":"fees per time frame in xrp"}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_DBH":{"type":"string","description":"The size of window. It can be day, hour, or block, and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block is used."}}}}
```

## The schemas\_TransactionsCountResponse-3 object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"schemas_TransactionsCountResponse-3":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_DBH"},"data":{"type":"array","items":{"type":"object","required":["total_transactions_count"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime"},"total_transactions_count":{"type":"decimal","description":"Total number of transactions."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_DBH":{"type":"string","description":"The size of window. It can be day, hour, or block, and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block is used."}}}}
```

## The schemas\_TokensTransferredResponse-4 object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"schemas_TokensTransferredResponse-4":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_DBH"},"data":{"type":"array","items":{"type":"object","required":["total_transfer_volume"],"properties":{"blockheight":{"$ref":"#/components/schemas/Blockheight"},"date":{"$ref":"#/components/schemas/Date"},"datetime":{"$ref":"#/components/schemas/Datetime"},"tokens_transferred_total":{"type":"decimal","description":"Total number of tokens transferred in that window."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_DBH":{"type":"string","description":"The size of window. It can be day, hour, or block, and it depends on the user request."},"Blockheight":{"type":"string","description":"The height of the block. This optional field only appears when window=block is used."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."},"Datetime":{"type":"string","description":"The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block is used."}}}}
```

## The schemas\_SupplyResponse-4 object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"schemas_SupplyResponse-4":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_D"},"data":{"type":"array","items":{"type":"object","required":["supply_total"],"properties":{"date":{"$ref":"#/components/schemas/Date"},"supply_total":{"type":"decimal","description":"The total amount of XRP."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_D":{"type":"string","description":"The size of window. This metric supports only day resolution."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."}}}}
```

## The VolumeResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"VolumeResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_DH"},"data":{"type":"array","items":{"type":"object","required":["dex_volume"],"properties":{"date":{"$ref":"#/components/schemas/Date"},"dex_volume":{"type":"decimal","description":"XRP volume traded on XRPL DEX."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_DH":{"type":"string","description":"The size of window. It can be day or hour, and it depends on the user request."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."}}}}
```

## The TransactionCountResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"TransactionCountResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_DH"},"data":{"type":"array","items":{"type":"object","required":["transacions_count"],"properties":{"date":{"$ref":"#/components/schemas/Date"},"transactions_count":{"type":"decimal","description":"XRP transactions count traded on XRPL DEX."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_DH":{"type":"string","description":"The size of window. It can be day or hour, and it depends on the user request."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."}}}}
```

## The LiquidityResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"LiquidityResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_DH"},"data":{"type":"array","items":{"type":"object","required":["liquidity"],"properties":{"date":{"$ref":"#/components/schemas/Date"},"liquidity":{"type":"decimal","description":"XRP transactions count traded on XRPL DEX."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_DH":{"type":"string","description":"The size of window. It can be day or hour, and it depends on the user request."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."}}}}
```

## The DexPriceResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"DexPriceResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_DH"},"data":{"type":"array","items":{"type":"object","required":["dex_price_usd"],"properties":{"date":{"$ref":"#/components/schemas/Date"},"dex_price_usd":{"type":"decimal","description":"Price of XRP traded on XRP"}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_DH":{"type":"string","description":"The size of window. It can be day or hour, and it depends on the user request."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."}}}}
```

## The PriceResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"PriceResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_DH"},"data":{"type":"array","items":{"type":"object","required":["price_xrp","price_usd"],"properties":{"date":{"$ref":"#/components/schemas/Date"},"price_xrp":{"type":"decimal","description":"XRP exchange rate"},"price_usd":{"type":"decimal","description":"USD exchange rate"}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_DH":{"type":"string","description":"The size of window. It can be day or hour, and it depends on the user request."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."}}}}
```

## The schemas\_LiquidityResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"schemas_LiquidityResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_DH"},"data":{"type":"array","items":{"type":"object","required":["liquidity_xrp","liquidity_usd"],"properties":{"date":{"$ref":"#/components/schemas/Date"},"liquidity_xrp":{"type":"decimal","description":"Total amount of liquidity in XRP"},"liquidity_usd":{"type":"decimal","description":"Total amount of liquidity in USD"}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_DH":{"type":"string","description":"The size of window. It can be day or hour, and it depends on the user request."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."}}}}
```

## The FeeResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"FeeResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_DH"},"data":{"type":"array","items":{"type":"object","required":["fee_percent"],"properties":{"date":{"$ref":"#/components/schemas/Date"},"fee_percent":{"type":"decimal","description":"Trading fee percentage"}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_DH":{"type":"string","description":"The size of window. It can be day or hour, and it depends on the user request."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."}}}}
```

## The SwapStatsResponse object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"SwapStatsResponse":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_DH"},"data":{"type":"array","items":{"type":"object","required":["num_swaps","num_traders"],"properties":{"date":{"$ref":"#/components/schemas/Date"},"num_swaps":{"type":"decimal","description":"Number of swaps"},"num_traders":{"type":"decimal","description":"Number of traders"}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_DH":{"type":"string","description":"The size of window. It can be day or hour, and it depends on the user request."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."}}}}
```

## The PriceOHLCV object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"PriceOHLCV":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_D"},"data":{"type":"array","items":{"type":"object","required":["open","high","low","close","volume"],"properties":{"date":{"$ref":"#/components/schemas/Date"},"open":{"type":"decimal","description":"opening price at the beginning of the window."},"high":{"type":"decimal","description":"The highest price in a given window."},"low":{"type":"decimal","description":"The lowest price in a given window."},"close":{"type":"decimal","description":"The opening price at the end of the window."},"volume":{"type":"decimal","description":"The total traded amount in a given window."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_D":{"type":"string","description":"The size of window. This metric supports only day resolution."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."}}}}
```

## The Capitalization object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"Capitalization":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_D"},"data":{"type":"array","items":{"type":"object","required":["market_cap"],"properties":{"date":{"$ref":"#/components/schemas/Date"},"market_cap":{"type":"decimal","description":"Market capitalization of TRX, calculated by total_supply * price_usd_close."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_D":{"type":"string","description":"The size of window. This metric supports only day resolution."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."}}}}
```

## The Supply object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"Supply":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_D"},"data":{"type":"array","items":{"type":"object","required":["supply_total","supply_circulating","supply_minted","supply_burned","supply_staked"],"properties":{"date":{"$ref":"#/components/schemas/Date"},"supply_total":{"type":"decimal","description":"The total amount of TRX."},"supply_circulating":{"type":"decimal","description":"The circulating amount of TRX."},"supply_minted":{"type":"decimal","description":"The minted amount of TRX."},"supply_burned":{"type":"decimal","description":"The burned amount of TRX."},"supply_staked":{"type":"decimal","description":"The staked amount of TRX."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_D":{"type":"string","description":"The size of window. This metric supports only day resolution."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."}}}}
```

## The TransactionsCount object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"TransactionsCount":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_D"},"data":{"type":"array","items":{"type":"object","required":["transactions_count_total","transactions_count_mean"],"properties":{"date":{"$ref":"#/components/schemas/Date"},"transactions_count_total":{"type":"decimal","description":"The total number of transactions."},"transactions_count_mean":{"type":"decimal","description":"The mean number of transactions."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_D":{"type":"string","description":"The size of window. This metric supports only day resolution."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."}}}}
```

## The AddressesCount object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"AddressesCount":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_D"},"data":{"type":"array","items":{"type":"object","required":["addresses_count_active","addresses_count_sender","addresses_count_receiver"],"properties":{"date":{"$ref":"#/components/schemas/Date"},"addresses_count_active":{"type":"decimal","description":"The total number of unique addresses that were active (either sender or receiver) on the blockchain in a given window."},"addresses_count_sender":{"type":"decimal","description":"The number of addresses that were active as a sender."},"addresses_count_receiver":{"type":"decimal","description":"The number of addresses that were active as a receiver."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_D":{"type":"string","description":"The size of window. This metric supports only day resolution."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."}}}}
```

## The TokensTransferred object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"TokensTransferred":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_D"},"data":{"type":"array","items":{"type":"object","required":["tokens_transferred_total","tokens_transferred_mean","tokens_transferred_median"],"properties":{"date":{"$ref":"#/components/schemas/Date"},"tokens_transferred_total":{"type":"decimal","description":"The total number of tokens transferred."},"tokens_transferred_mean":{"type":"decimal","description":"The mean number of tokens transferred."},"tokens_transferred_median":{"type":"decimal","description":"The median number of tokens transferred."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_D":{"type":"string","description":"The size of window. This metric supports only day resolution."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."}}}}
```

## The BlockCount object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"BlockCount":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_D"},"data":{"type":"array","items":{"type":"object","required":["block_count"],"properties":{"date":{"$ref":"#/components/schemas/Date"},"block_count":{"type":"decimal","description":"The number of blocks."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_D":{"type":"string","description":"The size of window. This metric supports only day resolution."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."}}}}
```

## The Fees object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"Fees":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_D"},"data":{"type":"array","items":{"type":"object","required":["fees_total","fees_total_usd","fees_block_mean","fees_block_mean_usd"],"properties":{"date":{"$ref":"#/components/schemas/Date"},"fees_total":{"type":"decimal","description":"The total fees."},"fees_total_usd":{"type":"decimal","description":"The total fees in USD."},"fees_block_mean":{"type":"decimal","description":"The mean fees per block."},"fees_block_mean_usd":{"type":"decimal","description":"The mean fees per block in USD."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_D":{"type":"string","description":"The size of window. This metric supports only day resolution."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."}}}}
```

## The Tps object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"Tps":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_D"},"data":{"type":"array","items":{"type":"object","required":["tps"],"properties":{"date":{"$ref":"#/components/schemas/Date"},"tps":{"type":"decimal","description":"The number of transactions per second."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_D":{"type":"string","description":"The size of window. This metric supports only day resolution."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."}}}}
```

## The TotalValueStaked object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"TotalValueStaked":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_D"},"data":{"type":"array","items":{"type":"object","required":["v1_staking_amount","v2_staking_amount"],"properties":{"date":{"$ref":"#/components/schemas/Date"},"v1_staking_amount":{"type":"decimal","description":"The amount of TRX staked in v1."},"v2_staking_amount":{"type":"decimal","description":"The amount of TRX staked in v2."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_D":{"type":"string","description":"The size of window. This metric supports only day resolution."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."}}}}
```

## The StakingRate object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"StakingRate":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_D"},"data":{"type":"array","items":{"type":"object","required":["staking_rate"],"properties":{"date":{"$ref":"#/components/schemas/Date"},"staking_rate":{"type":"decimal","description":"The staking rate of TRX."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_D":{"type":"string","description":"The size of window. This metric supports only day resolution."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."}}}}
```

## The EnergyStake object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"EnergyStake":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_D"},"data":{"type":"array","items":{"type":"object","required":["total_energy_weight","energy_rate"],"properties":{"date":{"$ref":"#/components/schemas/Date"},"total_energy_weight":{"type":"decimal","description":"The total amount of TRX staked for Energy."},"energy_rate":{"type":"decimal","description":"The percentage of TRX staked for Energy."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_D":{"type":"string","description":"The size of window. This metric supports only day resolution."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."}}}}
```

## The SunpumpTokens object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"SunpumpTokens":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_D"},"data":{"type":"array","items":{"type":"object","required":["token_create_event_count","cumulative_count_create_events"],"properties":{"date":{"$ref":"#/components/schemas/Date"},"token_create_event_count":{"type":"decimal","description":"The number of new token creation events observed on the SunPump platform within the requested window (e.g., per day)."},"cumulative_count_create_events":{"type":"decimal","description":"The cumulative total number of token creation events recorded on the SunPump platform from inception up to the end of the requested window."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_D":{"type":"string","description":"The size of window. This metric supports only day resolution."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."}}}}
```

## The SunswapActivity object

```json
{"openapi":"3.0.0","info":{"title":"CryptoQuant Data API","version":"1.3.0"},"components":{"schemas":{"SunswapActivity":{"type":"object","required":["status","result"],"properties":{"status":{"$ref":"#/components/schemas/Status"},"result":{"type":"object","required":["window","data"],"properties":{"window":{"$ref":"#/components/schemas/Window_D"},"data":{"type":"array","items":{"type":"object","required":["total_transaction_count","wtrx_transaction_count","other_transaction_count","wtrx_dominance","wtrx_amount","wtrx_amount_usd"],"properties":{"date":{"$ref":"#/components/schemas/Date"},"total_transaction_count":{"type":"decimal","description":"The total number of transactions on Sunswap."},"wtrx_transaction_count":{"type":"decimal","description":"The number of transactions involving WTRX in the given window."},"other_transaction_count":{"type":"decimal","description":"The number of transactions involving other tokens in the given window."},"wtrx_dominance":{"type":"decimal","description":"The dominance of WTRX in the total transaction volume in the given window."},"wtrx_amount":{"type":"decimal","description":"The total amount of WTRX traded in the given window."},"wtrx_amount_usd":{"type":"decimal","description":"The total amount of WTRX traded in USD in the given window."}}}}}}}},"Status":{"type":"object","description":"The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.","properties":{"code":{"type":"integer","format":"int32","description":"HTTP status code"},"message":{"type":"string","description":"Text description of the error or success."}},"required":["code","message"]},"Window_D":{"type":"string","description":"The size of window. This metric supports only day resolution."},"Date":{"type":"string","description":"The date in YYYY-DD-MM. This optional field only appears when window=day is used."}}}}
```
