code.vegaprotocol.io/vega@v0.79.0/datanode/integration/testdata/golden/TestMarkets_Fees (about)

     1  {
     2  	"TestName": "TestMarkets_Fees",
     3  	"Query": "{ marketsConnection{ edges { node { id, fees { factors { makerFee, infrastructureFee, liquidityFee } } } } } }",
     4  	"Result": {
     5  		"marketsConnection": {
     6  			"edges": [
     7  				{
     8  					"node": {
     9  						"fees": {
    10  							"factors": {
    11  								"infrastructureFee": "0.001",
    12  								"liquidityFee": "0.3",
    13  								"makerFee": "0.004"
    14  							}
    15  						},
    16  						"id": "bda439ade276efe1567fedec94ea5b9c040c5f89f72382ef1cf893faf0454f32"
    17  					}
    18  				},
    19  				{
    20  					"node": {
    21  						"fees": {
    22  							"factors": {
    23  								"infrastructureFee": "0.001",
    24  								"liquidityFee": "0.3",
    25  								"makerFee": "0.004"
    26  							}
    27  						},
    28  						"id": "c8657325431e08fc2a22f5094d3fb42a570b6b13d5dafc346924e340ea2a6711"
    29  					}
    30  				},
    31  				{
    32  					"node": {
    33  						"fees": {
    34  							"factors": {
    35  								"infrastructureFee": "0.001",
    36  								"liquidityFee": "0",
    37  								"makerFee": "0.004"
    38  							}
    39  						},
    40  						"id": "836da1ce68446d8b5cd1102bd46712fab678da8174c21f974d650212d928d5cd"
    41  					}
    42  				}
    43  			]
    44  		}
    45  	},
    46  	"Duration": 536164
    47  }