QUESTION
Will Bitcoin hit $150k this year?
SOURCE
coingecko · bitcoin · usd
SETTLEMENT
price >= 150000
YOUR API CALL
[ COPY ]
POST /api/markets
Authorization: Bearer fc_sk_...
{
"question": "Will Bitcoin
hit $150k this year?",
"duration": 31536000,
"source": {
"type": "coingecko",
"coinId": "bitcoin",
"currency": "usd"
},
"settlement": {
"field": "price",
"operator": "gte",
"value": 150000
}
}