btcpay-client 0.1.0

A client library for BTCPay Server.
Documentation
# \ServerInfoApi

All URIs are relative to *https://btcpay.example.com/api/v1*

Method | HTTP request | Description
------------- | ------------- | -------------
[**server_info_get_server_info**]ServerInfoApi.md#server_info_get_server_info | **GET** /api/v1/server/info | Get server info



## server_info_get_server_info

> crate::models::ApplicationServerInfoData server_info_get_server_info()
Get server info

Information about the server, chains and sync states

### Parameters

This endpoint does not need any parameter.

### Return type

[**crate::models::ApplicationServerInfoData**](ApplicationServerInfoData.md)

### Authorization

[API_Key](../README.md#API_Key), [Basic](../README.md#Basic)

### HTTP request headers

- **Content-Type**: Not defined
- **Accept**: application/json

[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)