Auction API
swagger_client.AuctionApi
Method
HTTP request
Description
api_v1_get_auction_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.AuctionApi()
chain_address_or_name = 'chain_address_or_name_example' # str | (optional)
symbol = 'symbol_example' # str | (optional)
i_dtext = 'i_dtext_example' # str | (optional)
try:
api_response = api_instance.api_v1_get_auction_get(chain_address_or_name=chain_address_or_name, symbol=symbol, i_dtext=i_dtext)
pprint(api_response)
except ApiException as e:
print("Exception when calling AuctionApi->api_v1_get_auction_get: %s\n" % e)Parameters
Name
Type
Description
Notes
Return type
Authorization
HTTP request headers
api_v1_get_auctions_count_get
Example
Parameters
Name
Type
Description
Notes
Return type
Authorization
HTTP request headers
api_v1_get_auctions_get
Example
Parameters
Name
Type
Description
Notes
Return type
Authorization
HTTP request headers
Last updated