Graphviz
GET/graphviz/full.:format
Returns the generated file with the graph of the full DAG in the format requested.
Request
Path Parameters
format stringrequired
Possible values: [pdf
, png
, jpg
, dot
]
Format of the returned file
Query Parameters
weight boolean
If we will show the weight
acc_weight boolean
If we will show the accumulated weight
verifications boolean
Wether to show the verifications graph
funds boolean
If we will generate the network graph or the funds graph
only_blocks boolean
Only show blocks, hides transactions
Responses
- 200
Success
- application/json
- Schema
- success
Schema
any
Success
{}
Loading...