-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbody.json
More file actions
16 lines (16 loc) · 1.2 KB
/
Copy pathbody.json
File metadata and controls
16 lines (16 loc) · 1.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"title": "Will Binance BTC/USDT price be above {{price}} at {{time}} UTC on {{date}}?",
"description": "Predicts whether the official BTC/USDT price on the Binance exchange will be above {{price}} at {{time}} UTC on {{date}}. Binance will be used as the sole data source for market settlement.",
"category": "crypto",
"markets": [
{
"title": "Will Binance BTC/USDT price be above {{price}} at {{time}} UTC on {{date}}?",
"description": "Predicts whether the official BTC/USDT price on the Binance exchange will be above {{price}} at {{time}} UTC on {{date}}. Binance will be used as the sole data source for market settlement.",
"rules": [
"If the official BTC/USDT price on Binance at {{time}} UTC on {{date}} is strictly greater than {{price}}, the market concludes 'Yes'. If the price is at or below this level it results in 'No'.",
"Only data on Binance BTC/USDT parity will be taken into account in finalizing this market.",
"If no official price data is available on Binance on the specified date and time (due to technical malfunction, maintenance, etc.), the market results in 'No'."
]
}
]
}