Saltar al contenido principal

Get transaction receipt status

GET 

https://api.test2.btcs.network//api/txs/tx_receipt_status

Get transaction receipt status

Request

Query Parameters

    apikey stringrequired

    apikey

    txhash stringrequired

    txhash

var client = new HttpClient();
var request = new HttpRequestMessage(HttpMethod.Get, "https://api.test2.btcs.network/api/txs/tx_receipt_status");
var response = await client.SendAsync(request);
response.EnsureSuccessStatusCode();
Console.WriteLine(await response.Content.ReadAsStringAsync());
Request Collapse all
Base URL
https://api.test2.btcs.network
Parameters
— queryrequired
— queryrequired
ResponseClear

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