code.vegaprotocol.io/vega@v0.79.0/datanode/integration/testdata/golden/TestMarkets_Instrument (about) 1 { 2 "TestName": "TestMarkets_Instrument", 3 "Query": "{ marketsConnection{ edges { node { id, tradableInstrument{ instrument{ id, code, name, metadata{ tags } } } } } } }", 4 "Result": { 5 "marketsConnection": { 6 "edges": [ 7 { 8 "node": { 9 "id": "bda439ade276efe1567fedec94ea5b9c040c5f89f72382ef1cf893faf0454f32", 10 "tradableInstrument": { 11 "instrument": { 12 "code": "CRYPTO:VEGA CORE SYS TEST", 13 "id": "", 14 "metadata": { 15 "tags": [ 16 "asset_class:fx/crypto", 17 "product:futures" 18 ] 19 }, 20 "name": "Futures System-Tests Market" 21 } 22 } 23 } 24 }, 25 { 26 "node": { 27 "id": "c8657325431e08fc2a22f5094d3fb42a570b6b13d5dafc346924e340ea2a6711", 28 "tradableInstrument": { 29 "instrument": { 30 "code": "CRYPTO:VEGA CORE SYS TEST", 31 "id": "", 32 "metadata": { 33 "tags": [ 34 "asset_class:fx/crypto", 35 "product:futures" 36 ] 37 }, 38 "name": "Futures System-Tests Market" 39 } 40 } 41 } 42 }, 43 { 44 "node": { 45 "id": "836da1ce68446d8b5cd1102bd46712fab678da8174c21f974d650212d928d5cd", 46 "tradableInstrument": { 47 "instrument": { 48 "code": "CRYPTO:VEGA CORE SYS TEST", 49 "id": "", 50 "metadata": { 51 "tags": [ 52 "asset_class:fx/crypto", 53 "product:futures" 54 ] 55 }, 56 "name": "Futures System-Tests Market" 57 } 58 } 59 } 60 } 61 ] 62 } 63 }, 64 "Duration": 673084 65 }