Graphviz neighbours
GET/graphviz/neighbours.:format
Returns the generated file with the graph of neighbours of a tx in the format requested.
Request
Path Parameters
format stringrequired
Possible values: [pdf
, png
, jpg
, dot
]
Format of the returned file
Query Parameters
tx stringrequired
Id of the transaction or block to generate the neighborhood graph
graph_type stringrequired
Possible values: [verification
, funds
]
Type of the graph in case of a neighborhood graph.
max_level intrequired
How many levels the neighbor can appear in the graph.Max level is 3
Responses
- 200
Success
- application/json
- Schema
- success
Schema
any
Success
{}
Loading...