Check proxy contract verification submission status using cURL
GEThttps://api.test2.btcs.network//api/contracts/check_proxy_contract_verification_submission_status_using_cURL
Check proxy contract verification submission status using cURL
Request
Query Parameters
apikey stringrequired
apikey
guid stringrequired
guid
- csharp
- curl
- dart
- go
- http
- java
- javascript
- kotlin
- c
- nodejs
- objective-c
- ocaml
- php
- powershell
- python
- r
- ruby
- rust
- shell
- swift
- HTTPCLIENT
- RESTSHARP
var client = new HttpClient();
var request = new HttpRequestMessage(HttpMethod.Get, "https://api.test2.btcs.network/api/contracts/check_proxy_contract_verification_submission_status_using_cURL");
var response = await client.SendAsync(request);
response.EnsureSuccessStatusCode();
Console.WriteLine(await response.Content.ReadAsStringAsync());
ResponseClear