Skip to content

Instantly share code, notes, and snippets.

@normanlmfung
Created March 28, 2024 05:03
Show Gist options
  • Save normanlmfung/3ea00f988d6c6272424159f794d6ed0d to your computer and use it in GitHub Desktop.
Save normanlmfung/3ea00f988d6c6272424159f794d6ed0d to your computer and use it in GitHub Desktop.
csharp_json_orderbook_data
{
"Pairs": {
"BTCUSD": {
"Bids": [45000.0, 44990.0, 44980.0, 44970.0, 44960.0, 44950.0, 44940.0, 44930.0, 44920.0, 44910.0, 44900.0, 44890.0, 44880.0, 44870.0, 44860.0, 44850.0, 44840.0, 44830.0, 44820.0, 44810.0, 44800.0, 44790.0, 44780.0, 44770.0, 44760.0, 44750.0, 44740.0, 44730.0, 44720.0, 44710.0, 44700.0, 44690.0, 44680.0, 44670.0, 44660.0, 44650.0, 44640.0, 44630.0, 44620.0, 44610.0, 44600.0, 44590.0, 44580.0, 44570.0, 44560.0, 44550.0, 44540.0, 44530.0, 44520.0, 44510.0],
"Asks": [45100.0, 45110.0, 45120.0, 45130.0, 45140.0, 45150.0, 45160.0, 45170.0, 45180.0, 45190.0, 45200.0, 45210.0, 45220.0, 45230.0, 45240.0, 45250.0, 45260.0, 45270.0, 45280.0, 45290.0, 45300.0, 45310.0, 45320.0, 45330.0, 45340.0, 45350.0, 45360.0, 45370.0, 45380.0, 45390.0, 45400.0, 45410.0, 45420.0, 45430.0, 45440.0, 45450.0, 45460.0, 45470.0, 45480.0, 45490.0, 45500.0, 45510.0, 45520.0, 45530.0, 45540.0, 45550.0, 45560.0, 45570.0, 45580.0, 45590.0, 45600.0]
},
"ETHUSD": {
"Bids": [3000.0, 2990.0, 2980.0, 2970.0, 2960.0, 2950.0, 2940.0, 2930.0, 2920.0, 2910.0, 2900.0, 2890.0, 2880.0, 2870.0, 2860.0, 2850.0, 2840.0, 2830.0, 2820.0, 2810.0, 2800.0, 2790.0, 2780.0, 2770.0, 2760.0, 2750.0, 2740.0, 2730.0, 2720.0, 2710.0, 2700.0, 2690.0, 2680.0, 2670.0, 2660.0, 2650.0, 2640.0, 2630.0, 2620.0, 2610.0, 2600.0, 2590.0, 2580.0, 2570.0, 2560.0, 2550.0, 2540.0, 2530.0, 2520.0, 2510.0, 2500.0],
"Asks": [3020.0, 3030.0, 3040.0, 3050.0, 3060.0, 3070.0, 3080.0, 3090.0, 3100.0, 3110.0, 3120.0, 3130.0, 3140.0, 3150.0, 3160.0, 3170.0, 3180.0, 3190.0, 3200.0, 3210.0, 3220.0, 3230.0, 3240.0, 3250.0, 3260.0, 3270.0, 3280.0, 3290.0, 3300.0, 3310.0, 3320.0, 3330.0, 3340.0, 3350.0, 3360.0, 3370.0, 3380.0, 3390.0, 3400.0, 3410.0, 3420.0, 3430.0, 3440.0, 3450.0, 3460.0, 3470.0, 3480.0, 3490.0, 3500.0]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment