DerivativesSection class

The section that brings together the requests that are related to derivatives

Constructors

DerivativesSection(Dio _dio)
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getDerivativeExchange({required String id, String? includeTickers}) Future<CoinGeckoResult<DerivativeExchangeExtended?>>
Show derivative exchange data.
listDerivativeExchanges({String order = DerivativeExchangesOrder.nameAscending, int? itemsPerPage, int? page}) Future<CoinGeckoResult<List<DerivativeExchange>>>
List all derivative exchanges.
listDerivativeExchangesShort() Future<CoinGeckoResult<List<DerivativeExchangeShort>>>
List all derivative exchanges name and identifier.
listDerivatives({String includeTickers = DerivativeTickersFilter.unexpired}) Future<CoinGeckoResult<List<Derivative>>>
List all derivative tickers.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited