Saltar al contenido principal

Get ABI of verified contract

GET 

https://openapi.coredao.org//api/contracts/abi_of_verified_contract/:address

Get ABI of verified contract

Request

Path Parameters

    address stringrequired

    address

Query Parameters

    apikey stringrequired

    apikey

var client = new HttpClient();
var request = new HttpRequestMessage(HttpMethod.Get, "https://openapi.coredao.org/api/contracts/abi_of_verified_contract/:address");
var response = await client.SendAsync(request);
response.EnsureSuccessStatusCode();
Console.WriteLine(await response.Content.ReadAsStringAsync());
Request Collapse all
Base URL
https://openapi.coredao.org
Parameters
— pathrequired
— queryrequired
ResponseClear

Click the Send API Request button above and see the response here!