Skip to main content

Get list of transactions by address

GET 

https://api.test2.btcs.network//api/accounts/list_of_txs_by_address/:address

Get list of transactions by address

Request

Path Parameters

    address stringrequired

    address

Query Parameters

    apikey stringrequired

    apikey

    endblock string

    endblock

    offset string

    offset

    page string

    page

    sort string

    sort

    startblock string

    startblock

var client = new HttpClient();
var request = new HttpRequestMessage(HttpMethod.Get, "https://api.test2.btcs.network/api/accounts/list_of_txs_by_address/:address");
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
— pathrequired
— queryrequired
— query
— query
— query
— query
— query
ResponseClear

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