/ Docs
7.5
/
Table of Contents

Coinbase

A connector for Coinbase Exchange API. Provides get_candles and get_oracle_data methods. It may be useful in enriching indexes of DeFi contracts with off-chain data.

dipdup.yaml
datasources:
  coinbase:
    kind: coinbase

Authorization

If you have a Coinbase API key, you can set it in the config and, optionally, increase the ratelimit according to your subscription plan. Otherwise, you will be limited to 10 requests per second.

dipdup.yaml
datasources:
  coinbase:
    kind: coinbase
    api_key: ${COINBASE_KEY:-}
    secret_key: ${COINBASE_SECRET:-}
    passphrase: ${COINBASE_PASSPHRASE:-}
    http:
      ratelimit_period: 1
      ratelimit_rate: 10
Help and tips -> Join our Discord
Ideas or suggestions -> Issue Tracker
Table of Contents