Advertisement
Guest User

Untitled

a guest
Aug 23rd, 2019
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. GET
  2. api/v1/order_book/best_bonds/
  3.  
  4. [{'bid_price': 1400.0,
  5. 'currency': 'EUR',
  6. 'issuer': 'test_issuer_name_2',
  7. 'nominal_price': 1500.0,
  8. 'offer_price': 1600.0,
  9. 'security_definition_id': 6,
  10. 'symbol': 'test_security_definition_2'}]
  11.  
  12.  
  13. -----------------------------------------------------------
  14.  
  15. GET
  16. api/v1/order_book/best_equities/
  17.  
  18. [{'bid_price': 140.0,
  19. 'currency': 'BYN',
  20. 'issuer': 'test_issuer_name_1',
  21. 'nominal_price': 500.0,
  22. 'offer_price': 160.0,
  23. 'security_definition_id': 5,
  24. 'symbol': 'test_security_definition_1'},
  25. {'bid_price': 130.0,
  26. 'currency': 'BYN',
  27. 'issuer': 'test_issuer_name_3',
  28. 'nominal_price': 500.0,
  29. 'offer_price': 170.0,
  30. 'security_definition_id': 7,
  31. 'symbol': 'test_security_definition_3'}]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement