Open danvaneijck opened 3 months ago
the BinaryOptionsMarketInfo type is missing the admin field. The admin is not returned when using IndexerGrpcDerivativesApi.fetchBinaryOptionsMarket
BinaryOptionsMarketInfo
admin
IndexerGrpcDerivativesApi.fetchBinaryOptionsMarket
This is a useful field to return when deciding whether to render options to adjust the market parameters.
That field is not stored within the Mongo database (Indexer API). I'll create a task to add it, in the meantime you should query the on-chain binary option markets and retrieve the admin field from there.
the
BinaryOptionsMarketInfo
type is missing theadmin
field. The admin is not returned when usingIndexerGrpcDerivativesApi.fetchBinaryOptionsMarket
This is a useful field to return when deciding whether to render options to adjust the market parameters.