1
0
mirror of synced 2026-01-07 18:06:03 -05:00
Files
airbyte/airbyte-integrations/connectors/source-coin-api/integration_tests/abnormal_state.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

11 lines
230 B
JSON

{
"ohlcv_historical_data": {
"time_start": "2023-01-01T00:00:00",
"time_end": "2024-01-01T00:00:00"
},
"trades_historical_data": {
"time_start": "2023-01-01T00:00:00",
"time_end": "2024-01-01T00:00:00"
}
}