* init commit * add docs * add docs * Delete logs.txt * add items * fix comments * fix comment * fix acceptance test * remove *state.json used for incremental imports test * Add ignored_fields on listing to get the acceptance test pass - the crypto market is VERY volatile, the data change between 2 full imports when the test is run * manually generate source_specs.yaml for coinmarketcap Co-authored-by: Yiyang Li <yiyangli2010@gmail.com>
1.8 KiB
1.8 KiB
Coinmarketcap API
Sync overview
This source can sync data from the Coinmarketcap API. At present this connector only supports full refresh syncs meaning that each time you use the connector it will sync all available records from scratch. Please use cautiously if you expect your API to have a lot of records.
This Source Supports the Following Streams
Features
| Feature | Supported?(Yes/No) | Notes |
|---|---|---|
| Full Refresh Sync | Yes | |
| Incremental Sync | No |
Performance considerations
Coinmarketcap APIs are under rate limits for the number of API calls allowed per API keys per second. If you reach a rate limit, API will return a 429 HTTP error code. See here
Getting started
Requirements
- API token
- Data Type:
- latest
- historical
Changelog
| Version | Date | Pull Request | Subject |
|---|---|---|---|
| 0.1.0 | 2022-10-29 | #18565 | 🎉 New Source: Coinmarketcap API [low-code CDK] |