Files
openhuman/tests/fixtures/polymarket/orderbook.json
T

16 lines
170 B
JSON

{
"token_id": "1001",
"bids": [
{
"price": "0.46",
"size": "1200"
}
],
"asks": [
{
"price": "0.48",
"size": "900"
}
]
}