getLineage

@GET(value = "/v1/lineage")
abstract fun getLineage(@Query(value = "node") node: String, @Query(value = "depth") depth: Int): Call<Lineage>

Retrieves lineage information.

Return

A Call object representing the API call that can be executed asynchronously.

Parameters

node

The node value.

depth

The depth value.