coinbase_pro_sdk 1.0.1 copy "coinbase_pro_sdk: ^1.0.1" to clipboard
coinbase_pro_sdk: ^1.0.1 copied to clipboard

Dart Client SDK for building applications that interact with the Coinbase Pro Crypto Exchange APIs for automated trading and managing accounts.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add coinbase_pro_sdk

With Flutter:

 $ flutter pub add coinbase_pro_sdk

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  coinbase_pro_sdk: ^1.0.1

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:coinbase_pro_sdk/models_pro.dart';
import 'package:coinbase_pro_sdk/pro.dart';
0
likes
140
points
33
downloads

Documentation

API reference

Publisher

verified publisherhairstonsolutions.com

Weekly Downloads

Dart Client SDK for building applications that interact with the Coinbase Pro Crypto Exchange APIs for automated trading and managing accounts.

Repository (GitHub)
View/report issues

License

Apache-2.0 (license)

Dependencies

crypto, http, jose

More

Packages that depend on coinbase_pro_sdk