three_commas 0.2.1 copy "three_commas: ^0.2.1" to clipboard
three_commas: ^0.2.1 copied to clipboard

3Commas API wrapper in Dart

example/three_commas_example.dart

import 'package:three_commas/three_commas.dart';

void main() async {
  final api = ThreeCommasApi(key: '', secret: '');

  /// Get last 20 active deals
  final activeDeals = await api.getDeals({'limit': 20, 'scope': 'active'});
  print(activeDeals);
}
0
likes
130
points
4
downloads

Publisher

verified publishersaviobatista.com

Weekly Downloads

3Commas API wrapper in Dart

Homepage

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

crypto, http

More

Packages that depend on three_commas