code.vegaprotocol.io/vega@v0.79.0/datanode/integration/testdata/golden/TestMarkets_OrderBuyFees (about) 1 { 2 "TestName": "TestMarkets_OrderBuyFees", 3 "Query": "{ marketsConnection{ edges { node { id, tradesConnection{ edges { node { id, buyerFee { makerFee, infrastructureFee, liquidityFee } } } } } } } }", 4 "Result": { 5 "marketsConnection": { 6 "edges": [ 7 { 8 "node": { 9 "id": "bda439ade276efe1567fedec94ea5b9c040c5f89f72382ef1cf893faf0454f32", 10 "tradesConnection": { 11 "edges": [ 12 { 13 "node": { 14 "buyerFee": { 15 "infrastructureFee": "0", 16 "liquidityFee": "0", 17 "makerFee": "0" 18 }, 19 "id": "57483b976b023d461efe161efc6505cb224c49ee50dcedfd866ec7f822bbf8a8" 20 } 21 } 22 ] 23 } 24 } 25 }, 26 { 27 "node": { 28 "id": "c8657325431e08fc2a22f5094d3fb42a570b6b13d5dafc346924e340ea2a6711", 29 "tradesConnection": { 30 "edges": [ 31 { 32 "node": { 33 "buyerFee": { 34 "infrastructureFee": "0", 35 "liquidityFee": "0", 36 "makerFee": "0" 37 }, 38 "id": "f6ec05a69b9d9f2c9bca01275dafb3fc36197a821a48003a72935ee00965bd4a" 39 } 40 }, 41 { 42 "node": { 43 "buyerFee": { 44 "infrastructureFee": "0", 45 "liquidityFee": "0", 46 "makerFee": "0" 47 }, 48 "id": "e226442b5186422b13a1996c2586f36ee90c2f4cfe29b3f6f3fcae93a08c603e" 49 } 50 } 51 ] 52 } 53 } 54 }, 55 { 56 "node": { 57 "id": "836da1ce68446d8b5cd1102bd46712fab678da8174c21f974d650212d928d5cd", 58 "tradesConnection": { 59 "edges": [ 60 { 61 "node": { 62 "buyerFee": { 63 "infrastructureFee": "0", 64 "liquidityFee": "0", 65 "makerFee": "0" 66 }, 67 "id": "8a8bf403dc835b9f7d8d4149ea15fb2c5369d509d37a732bd1e05a94c994948c" 68 } 69 } 70 ] 71 } 72 } 73 } 74 ] 75 } 76 }, 77 "Duration": 2242944 78 }