CoinsContractImp..::..GetCoinContractAsync Method

Get coin info from contract address.

Namespace:  CoinGeckoAPI.Imps
Assembly:  CoinGeckoAPI (in CoinGeckoAPI.dll)

Syntax


public Task<CoinContractResponse> GetCoinContractAsync(
	string id,
	string contract_address
)
Public Function GetCoinContractAsync ( _
	id As String, _
	contract_address As String _
) As Task(Of CoinContractResponse)

Parameters

id
Type: String
The id of the platform issuing tokens (see GetAssetPlatformsAsync(String) endpoint for list of options).
contract_address
Type: String
The token's contract address.

Return Value

A Task<CoinContractResponse> representing the asynchronous operation.

Exceptions


ExceptionCondition
ArgumentNullExceptionid - Invalid value. Value must be a valid coin id (EX: ethereum)
ArgumentNullExceptioncontract_address - Invalid value. Value must be a valid contract address (EX: 0x514910771af9ca656af840dff83e8264ecf986ca)