* Initial commit * Add streams * Correct acceptance test config * Make secret * Update docsurl * Remove catalog.json * Add second stream * Add default to spec * Change to start_date and end_date * Add links to CoinAPI docs in spec * Change to start_date and end_date * Add docs * add coin api to source seed file * remove icon * generate source spec for coin api Co-authored-by: Vincent Koc <koconder@users.noreply.github.com> Co-authored-by: marcosmarxm <marcosmarxm@gmail.com>
9 lines
189 B
JSON
9 lines
189 B
JSON
{
|
|
"api_key": "YOUR_API_KEY",
|
|
"environment": "production",
|
|
"symbol_id": "KRAKENFTS_PERP_BTC_USD",
|
|
"period": "SOME_PERIOD",
|
|
"start_date": "2025-01-01T00:00:00",
|
|
"limit": 100000
|
|
}
|