Connection API
swagger_client.ConnectionApi
Method
HTTP request
Description
api_v1_abci_query_get
Example
from __future__ import print_function
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint
# create an instance of the API class
api_instance = swagger_client.ConnectionApi()
path = 'path_example' # str | (optional)
data = 'data_example' # str | (optional)
height = 0 # int | (optional) (default to 0)
prove = false # bool | (optional) (default to false)
try:
api_response = api_instance.api_v1_abci_query_get(path=path, data=data, height=height, prove=prove)
pprint(api_response)
except ApiException as e:
print("Exception when calling ConnectionApi->api_v1_abci_query_get: %s\n" % e)Parameters
Name
Type
Description
Notes
Return type
Authorization
HTTP request headers
api_v1_get_validators_settings_get
Example
Parameters
Return type
Authorization
HTTP request headers
api_v1_health_get
Example
Parameters
Return type
Authorization
HTTP request headers
api_v1_net_info_get
Example
Parameters
Return type
Authorization
HTTP request headers
api_v1_request_block_get
Example
Parameters
Name
Type
Description
Notes
Return type
Authorization
HTTP request headers
api_v1_status_get
Example
Parameters
Return type
Authorization
HTTP request headers
Last updated