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

outdated

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
0
points
2
downloads

Publisher

verified publishersaviobatista.com

Weekly Downloads

3Commas API wrapper in Dart

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

crypto, http

More

Packages that depend on three_commas