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
Reference
Config fields reference
Field
Type
Property name
string
api_key
string
data_type
array<string>
symbols
Changelog
Version | Date | Pull Request | Subject |
---|---|---|---|
0.1.1 | 2022-11-01 | #18790 | Correct coinmarket spec |
0.1.0 | 2022-10-29 | #18565 | 🎉 New Source: Coinmarketcap API [low-code CDK] |