Skip to content

Websocket OrderBook API does not include count #19

@JornC

Description

@JornC

An example line output:

{  
   "marketplace":"BTCEUR",
   "asks":[  
      {  
         "price_int":647250000,
         "amount_int":100000000
      },
      {  
         "price_int":647691999,
         "amount_int":118693776
      },
      {  
         "price_int":647692000,
         "amount_int":30000000
      },
....
      {  
         "price_int":664461830,
         "amount_int":498603
      },
      {  
         "price_int":665000000,
         "amount_int":50000000
      },
      {  
         "price_int":667582000,
         "amount_int":5000000
      },
      {  
         "price_int":668000000,
         "amount_int":7485029
      }
   ],
   "bids":[  
      {  
         "price_int":643784000,
         "amount_int":30000000
      },
      {  
         "price_int":643077001,
         "amount_int":37628801
      },
      {  
         "price_int":643077000,
         "amount_int":7919999
      },
      {  
         "price_int":643033000,
         "amount_int":46646128
      },
      {  
         "price_int":630000000,
         "amount_int":238921586
      },
      {  
         "price_int":629500000,
         "amount_int":51430182
      },
....
      {  
         "price_int":628570000,
         "amount_int":79537680
      },
      {  
         "price_int":628425000,
         "amount_int":3324660
      },
      {  
         "price_int":628000000,
         "amount_int":79617834
      },
      {  
         "price_int":626000000,
         "amount_int":335647477
      }
   ]
}

This response does not include the count field as indicated in https://github.com/BitonicNL/bl3p-api/blob/master/docs/public_api/websocket.md#message-1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions