MarketApi

interface MarketApi

Functions

getOptionChains
Link copied to clipboard
@GET(value = v1/market/optionchains)
abstract fun getOptionChains(@QueryMap() options: Map<String, String>): Call<OptionChainRoot>
getQuote
Link copied to clipboard
@GET(value = v1/market/quote/{symbol})
abstract fun getQuote(@Path(value = symbolsymbol: String): Call<TickerDataResponse>
lookup
Link copied to clipboard
@GET(value = v1/market/lookup/{search})
abstract fun lookup(@Path(value = searchsearch: String): Call<LookupDataResponse>
optionExpireDates
Link copied to clipboard
@GET(value = v1/market/optionexpiredate)
abstract fun optionExpireDates(@Query(value = symbolsymbol: String, @Query(value = expiryTypeexpiryType: OptionExpirationType?): Call<OptionExpireDateResponseEnvelope>

Sources

jvm source
Link copied to clipboard