1
0
mirror of synced 2026-01-08 12:03:02 -05:00
Files
airbyte/docs/integrations/sources/coinmarketcap.md
Haithem SOUALA aff9963a9f 🎉 New Source: Coinmarketcap [low-code CDK] (#18565)
* 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>
2022-11-01 13:18:37 -03:00

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

Changelog

Version Date Pull Request Subject
0.1.0 2022-10-29 #18565 🎉 New Source: Coinmarketcap API [low-code CDK]