Chain API
swagger_client.ChainApi
Method
HTTP request
Description
api_v1_get_chains_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.ChainApi()
try:
api_response = api_instance.api_v1_get_chains_get()
pprint(api_response)
except ApiException as e:
print("Exception when calling ChainApi->api_v1_get_chains_get: %s\n" % e)Parameters
Return type
Authorization
HTTP request headers
Last updated