1
0
mirror of synced 2026-01-07 18:06:03 -05:00
Files
airbyte/airbyte-integrations/connectors/source-coin-api/integration_tests/invalid_config.json
Isaac Harris-Holt 13b4a26a5d 🎉 New Source: Coin API (#18302)
* 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>
2022-10-27 19:08:41 -03:00

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
}