Class: Crawlora::PolymarketGroup

Inherits:
Object
  • Object
show all
Defined in:
sig/crawlora.rbs

Instance Method Summary collapse

Constructor Details

#initializePolymarketGroup

Returns a new instance of PolymarketGroup.

Parameters:

  • (Client)
  • (Hash[String, String])


360
# File 'sig/crawlora.rbs', line 360

def initialize: (Client, Hash[String, String]) -> void

Instance Method Details

#activity_tradesObject

Parameters:

  • limit: (Integer)
  • offset: (Integer)
  • taker_only: ("true", "false")
  • filter_type: ("CASH")
  • filter_amount: ("1", "5", "10", "100", "1000", "10000", "100000")
  • event_id: (String)
  • market: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


361
# File 'sig/crawlora.rbs', line 361

def activity_trades: (?limit: Integer, ?offset: Integer, ?taker_only: "true" | "false", ?filter_type: "CASH", ?filter_amount: "1" | "5" | "10" | "100" | "1000" | "10000" | "100000", ?event_id: String, ?market: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#clob_marketObject

Parameters:

  • condition_id: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


362
# File 'sig/crawlora.rbs', line 362

def clob_market: (?condition_id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#dashboard_macroObject

Parameters:

  • limit: (Integer)
  • cursor: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


363
# File 'sig/crawlora.rbs', line 363

def dashboard_macro: (?limit: Integer, ?cursor: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#data_followersObject

Parameters:

  • address: (String)
  • limit: (Integer)
  • offset: (Integer)
  • order: (String)
  • ascending: (Boolean)
  • after_cursor: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


364
# File 'sig/crawlora.rbs', line 364

def data_followers: (?address: String, ?limit: Integer, ?offset: Integer, ?order: String, ?ascending: bool, ?after_cursor: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#data_followingObject

Parameters:

  • address: (String)
  • limit: (Integer)
  • offset: (Integer)
  • order: (String)
  • ascending: (Boolean)
  • after_cursor: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


365
# File 'sig/crawlora.rbs', line 365

def data_following: (?address: String, ?limit: Integer, ?offset: Integer, ?order: String, ?ascending: bool, ?after_cursor: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#data_follows_countsObject

Parameters:

  • address: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


366
# File 'sig/crawlora.rbs', line 366

def data_follows_counts: (?address: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#event_activityObject

Parameters:

  • slug: (String)
  • limit: (Integer)
  • offset: (Integer)
  • taker_only: ("true", "false")
  • filter_type: ("CASH")
  • filter_amount: ("1", "5", "10", "100", "1000", "10000", "100000")
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


370
# File 'sig/crawlora.rbs', line 370

def event_activity: (?slug: String, ?limit: Integer, ?offset: Integer, ?taker_only: "true" | "false", ?filter_type: "CASH", ?filter_amount: "1" | "5" | "10" | "100" | "1000" | "10000" | "100000", ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#event_activity_by_idObject

Parameters:

  • id: (String)
  • limit: (Integer)
  • offset: (Integer)
  • taker_only: ("true", "false")
  • filter_type: ("CASH")
  • filter_amount: ("1", "5", "10", "100", "1000", "10000", "100000")
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


368
# File 'sig/crawlora.rbs', line 368

def event_activity_by_id: (?id: String, ?limit: Integer, ?offset: Integer, ?taker_only: "true" | "false", ?filter_type: "CASH", ?filter_amount: "1" | "5" | "10" | "100" | "1000" | "10000" | "100000", ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#event_detailObject

Parameters:

  • slug: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


369
# File 'sig/crawlora.rbs', line 369

def event_detail: (?slug: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#event_detail_by_idObject

Parameters:

  • id: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


367
# File 'sig/crawlora.rbs', line 367

def event_detail_by_id: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#event_tagsObject

Parameters:

  • id: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


373
# File 'sig/crawlora.rbs', line 373

def event_tags: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#eventsObject

Parameters:

  • limit: (Integer)
  • offset: (Integer)
  • order: ("volume24hr", "volume", "liquidity", "endDate", "updatedAt", "createdAt", "id", "slug", "title", "question", "label")
  • ascending: (Boolean)
  • closed: ("true", "false")
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


371
# File 'sig/crawlora.rbs', line 371

def events: (?limit: Integer, ?offset: Integer, ?order: "volume24hr" | "volume" | "liquidity" | "endDate" | "updatedAt" | "createdAt" | "id" | "slug" | "title" | "question" | "label", ?ascending: bool, ?closed: "true" | "false", ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#events_similarObject

Parameters:

  • id: (Integer)
  • event_title: (String)
  • event_slug: (String)
  • market_title: (String)
  • market_slug: (String)
  • limit: (Integer)
  • closed: ("true", "false")
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


372
# File 'sig/crawlora.rbs', line 372

def events_similar: (?id: Integer, ?event_title: String, ?event_slug: String, ?market_title: String, ?market_slug: String, ?limit: Integer, ?closed: "true" | "false", ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#fee_typesObject

Parameters:

  • active: ("true", "false")
  • search: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


374
# File 'sig/crawlora.rbs', line 374

def fee_types: (?active: "true" | "false", ?search: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#gamesObject

Parameters:

  • sport: (String)
  • ticker: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


375
# File 'sig/crawlora.rbs', line 375

def games: (?sport: String, ?ticker: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#homepage_feedObject

Parameters:

  • feed: ("trending", "breaking", "new", "politics", "sports", "crypto", "esports", "iran", "finance", "geopolitics", "tech", "culture", "economy", "weather", "mentions", "elections")
  • limit: (Integer)
  • cursor: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


376
# File 'sig/crawlora.rbs', line 376

def homepage_feed: (?feed: "trending" | "breaking" | "new" | "politics" | "sports" | "crypto" | "esports" | "iran" | "finance" | "geopolitics" | "tech" | "culture" | "economy" | "weather" | "mentions" | "elections", ?limit: Integer, ?cursor: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#leaderboardObject

Parameters:

  • window: ("1d", "7d", "30d", "all")
  • sort_by: ("profit", "volume")
  • limit: (Integer)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


377
# File 'sig/crawlora.rbs', line 377

def leaderboard: (?window: "1d" | "7d" | "30d" | "all", ?sort_by: "profit" | "volume", ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#market_activity_by_conditionObject

Parameters:

  • condition_id: (String)
  • limit: (Integer)
  • offset: (Integer)
  • taker_only: ("true", "false")
  • filter_type: ("CASH")
  • filter_amount: ("1", "5", "10", "100", "1000", "10000", "100000")
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


380
# File 'sig/crawlora.rbs', line 380

def market_activity_by_condition: (?condition_id: String, ?limit: Integer, ?offset: Integer, ?taker_only: "true" | "false", ?filter_type: "CASH", ?filter_amount: "1" | "5" | "10" | "100" | "1000" | "10000" | "100000", ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#market_clarificationsObject

Parameters:

  • market_id: (String)
  • event_id: (String)
  • state: (String)
  • question_id: (String)
  • tx_hash: (String)
  • limit: (Integer)
  • offset: (Integer)
  • order: (String)
  • ascending: (Boolean)
  • after_cursor: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


378
# File 'sig/crawlora.rbs', line 378

def market_clarifications: (?market_id: String, ?event_id: String, ?state: String, ?question_id: String, ?tx_hash: String, ?limit: Integer, ?offset: Integer, ?order: String, ?ascending: bool, ?after_cursor: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#market_detailObject

Parameters:

  • id: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


384
# File 'sig/crawlora.rbs', line 384

def market_detail: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#market_detail_by_conditionObject

Parameters:

  • condition_id: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


379
# File 'sig/crawlora.rbs', line 379

def market_detail_by_condition: (?condition_id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#market_detail_by_slugObject

Parameters:

  • slug: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


382
# File 'sig/crawlora.rbs', line 382

def market_detail_by_slug: (?slug: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#market_liquidityObject

Parameters:

  • id: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


385
# File 'sig/crawlora.rbs', line 385

def market_liquidity: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#market_liquidity_by_conditionObject

Parameters:

  • condition_id: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


381
# File 'sig/crawlora.rbs', line 381

def market_liquidity_by_condition: (?condition_id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#market_liquidity_by_slugObject

Parameters:

  • slug: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


383
# File 'sig/crawlora.rbs', line 383

def market_liquidity_by_slug: (?slug: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#market_tagsObject

Parameters:

  • id: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


386
# File 'sig/crawlora.rbs', line 386

def market_tags: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#marketsObject

Parameters:

  • limit: (Integer)
  • offset: (Integer)
  • order: ("volume24hr", "volume", "liquidity", "endDate", "updatedAt", "createdAt", "id", "slug", "title", "question", "label")
  • ascending: (Boolean)
  • closed: ("true", "false")
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


387
# File 'sig/crawlora.rbs', line 387

def markets: (?limit: Integer, ?offset: Integer, ?order: "volume24hr" | "volume" | "liquidity" | "endDate" | "updatedAt" | "createdAt" | "id" | "slug" | "title" | "question" | "label", ?ascending: bool, ?closed: "true" | "false", ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#predictionsObject

Parameters:

  • status: ("active", "resolved", "all")
  • sort: ("competitive", "volume", "volume_24hr", "ending_soon", "liquidity", "newest", "closed_time")
  • tag: (String)
  • recurrence: ("hourly", "daily", "weekly", "monthly", "yearly")
  • limit: (Integer)
  • cursor: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


388
# File 'sig/crawlora.rbs', line 388

def predictions: (?status: "active" | "resolved" | "all", ?sort: "competitive" | "volume" | "volume_24hr" | "ending_soon" | "liquidity" | "newest" | "closed_time", ?tag: String, ?recurrence: "hourly" | "daily" | "weekly" | "monthly" | "yearly", ?limit: Integer, ?cursor: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

Parameters:

  • id: (String)
  • omit_empty: ("true", "false")
  • status: (String)
  • locale: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


408
# File 'sig/crawlora.rbs', line 408

def related_tag_rows: (?id: String, ?omit_empty: "true" | "false", ?status: String, ?locale: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

Parameters:

  • slug: (String)
  • omit_empty: ("true", "false")
  • status: (String)
  • locale: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


405
# File 'sig/crawlora.rbs', line 405

def related_tag_rows_by_slug: (?slug: String, ?omit_empty: "true" | "false", ?status: String, ?locale: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

Parameters:

  • id: (String)
  • omit_empty: ("true", "false")
  • status: (String)
  • locale: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


407
# File 'sig/crawlora.rbs', line 407

def related_tags: (?id: String, ?omit_empty: "true" | "false", ?status: String, ?locale: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

Parameters:

  • slug: (String)
  • omit_empty: ("true", "false")
  • status: (String)
  • locale: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


404
# File 'sig/crawlora.rbs', line 404

def related_tags_by_slug: (?slug: String, ?omit_empty: "true" | "false", ?status: String, ?locale: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#rewards_marketObject

Parameters:

  • condition_id: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


389
# File 'sig/crawlora.rbs', line 389

def rewards_market: (?condition_id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#rewards_marketsObject

Parameters:

  • order_by: ("market", "earnings", "max_spread", "min_size", "rate_per_day", "price", "earning_percentage", "spread")
  • position: ("asc", "desc")
  • date: (String)
  • q: (String)
  • tag_slug: ("all", "politics", "sports", "crypto", "pop-culture", "middle-east", "business", "science")
  • cursor: (String)
  • limit: (Integer)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


390
# File 'sig/crawlora.rbs', line 390

def rewards_markets: (?order_by: "market" | "earnings" | "max_spread" | "min_size" | "rate_per_day" | "price" | "earning_percentage" | "spread", ?position: "asc" | "desc", ?date: String, ?q: String, ?tag_slug: "all" | "politics" | "sports" | "crypto" | "pop-culture" | "middle-east" | "business" | "science", ?cursor: String, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#searchObject

Parameters:

  • q: (String)
  • limit: (Integer)
  • status: ("open", "closed", "all")
  • sort: ("relevance", "volume24hr", "volume", "liquidity", "endDate")
  • ascending: (Boolean)
  • include_tags: (Boolean)
  • include_profiles: (Boolean)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


391
# File 'sig/crawlora.rbs', line 391

def search: (?q: String, ?limit: Integer, ?status: "open" | "closed" | "all", ?sort: "relevance" | "volume24hr" | "volume" | "liquidity" | "endDate", ?ascending: bool, ?include_tags: bool, ?include_profiles: bool, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#sportObject

Parameters:

  • id: (Integer)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


396
# File 'sig/crawlora.rbs', line 396

def sport: (?id: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#sport_external_partnerObject

Parameters:

  • id: (Integer)
  • partner_ref: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


398
# File 'sig/crawlora.rbs', line 398

def sport_external_partner: (?id: Integer, ?partner_ref: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#sport_external_partnersObject

Parameters:

  • id: (Integer)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


397
# File 'sig/crawlora.rbs', line 397

def sport_external_partners: (?id: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#sportsObject

Parameters:

  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


392
# File 'sig/crawlora.rbs', line 392

def sports: (?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#sports_by_partnerObject

Parameters:

  • partner: (String)
  • external_id: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


393
# File 'sig/crawlora.rbs', line 393

def sports_by_partner: (?partner: String, ?external_id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#sports_market_typesObject

Parameters:

  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


394
# File 'sig/crawlora.rbs', line 394

def sports_market_types: (?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#sports_summaryObject

Parameters:

  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


395
# File 'sig/crawlora.rbs', line 395

def sports_summary: (?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#spotlightObject

Parameters:

  • slug: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


401
# File 'sig/crawlora.rbs', line 401

def spotlight: (?slug: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#spotlightsObject

Parameters:

  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


399
# File 'sig/crawlora.rbs', line 399

def spotlights: (?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#spotlights_keysetObject

Parameters:

  • limit: (Integer)
  • offset: (Integer)
  • order: (String)
  • ascending: (Boolean)
  • after_cursor: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


400
# File 'sig/crawlora.rbs', line 400

def spotlights_keyset: (?limit: Integer, ?offset: Integer, ?order: String, ?ascending: bool, ?after_cursor: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#statusObject

Parameters:

  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


402
# File 'sig/crawlora.rbs', line 402

def status: (?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#tagObject

Parameters:

  • id: (String)
  • include_template: (Boolean)
  • locale: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


406
# File 'sig/crawlora.rbs', line 406

def tag: (?id: String, ?include_template: bool, ?locale: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#tag_by_slugObject

Parameters:

  • slug: (String)
  • locale: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


403
# File 'sig/crawlora.rbs', line 403

def tag_by_slug: (?slug: String, ?locale: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#tagsObject

Parameters:

  • limit: (Integer)
  • offset: (Integer)
  • order: ("volume24hr", "volume", "liquidity", "endDate", "updatedAt", "createdAt", "id", "slug", "title", "question", "label")
  • ascending: ("true", "false")
  • locale: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


409
# File 'sig/crawlora.rbs', line 409

def tags: (?limit: Integer, ?offset: Integer, ?order: "volume24hr" | "volume" | "liquidity" | "endDate" | "updatedAt" | "createdAt" | "id" | "slug" | "title" | "question" | "label", ?ascending: "true" | "false", ?locale: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#teamObject

Parameters:

  • id: (Integer)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


412
# File 'sig/crawlora.rbs', line 412

def team: (?id: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#team_external_partnerObject

Parameters:

  • id: (Integer)
  • partner_ref: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


414
# File 'sig/crawlora.rbs', line 414

def team_external_partner: (?id: Integer, ?partner_ref: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#team_external_partnersObject

Parameters:

  • id: (Integer)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


413
# File 'sig/crawlora.rbs', line 413

def team_external_partners: (?id: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#teamsObject

Parameters:

  • league: (String)
  • name: (String)
  • abbreviation: (String)
  • provider_id: (String)
  • limit: (Integer)
  • offset: (Integer)
  • order: (String)
  • ascending: (Boolean)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


410
# File 'sig/crawlora.rbs', line 410

def teams: (?league: String, ?name: String, ?abbreviation: String, ?provider_id: String, ?limit: Integer, ?offset: Integer, ?order: String, ?ascending: bool, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#teams_by_partnerObject

Parameters:

  • partner: (String)
  • external_id: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


411
# File 'sig/crawlora.rbs', line 411

def teams_by_partner: (?partner: String, ?external_id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#token_midpointObject

Parameters:

  • token_id: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


415
# File 'sig/crawlora.rbs', line 415

def token_midpoint: (?token_id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#token_orderbookObject

Parameters:

  • token_id: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


416
# File 'sig/crawlora.rbs', line 416

def token_orderbook: (?token_id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#token_priceObject

Parameters:

  • token_id: (String)
  • side: ("buy", "sell")
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


417
# File 'sig/crawlora.rbs', line 417

def token_price: (?token_id: String, ?side: "buy" | "sell", ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#token_price_historyObject

Parameters:

  • token_id: (String)
  • interval: ("1m", "1h", "6h", "1d", "1w", "all", "max")
  • fidelity: (Integer)
  • start_ts: (Integer)
  • end_ts: (Integer)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


418
# File 'sig/crawlora.rbs', line 418

def token_price_history: (?token_id: String, ?interval: "1m" | "1h" | "6h" | "1d" | "1w" | "all" | "max", ?fidelity: Integer, ?start_ts: Integer, ?end_ts: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#token_spreadObject

Parameters:

  • token_id: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


419
# File 'sig/crawlora.rbs', line 419

def token_spread: (?token_id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#tokens_midpointsObject

Parameters:

  • body: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


420
# File 'sig/crawlora.rbs', line 420

def tokens_midpoints: (?body: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#tokens_orderbooksObject

Parameters:

  • body: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


421
# File 'sig/crawlora.rbs', line 421

def tokens_orderbooks: (?body: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#tokens_pricesObject

Parameters:

  • body: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


422
# File 'sig/crawlora.rbs', line 422

def tokens_prices: (?body: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#tokens_spreadsObject

Parameters:

  • body: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


423
# File 'sig/crawlora.rbs', line 423

def tokens_spreads: (?body: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#tournamentObject

Parameters:

  • id: (Integer)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


425
# File 'sig/crawlora.rbs', line 425

def tournament: (?id: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#tournamentsObject

Parameters:

  • limit: (Integer)
  • offset: (Integer)
  • order: (String)
  • ascending: (Boolean)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


424
# File 'sig/crawlora.rbs', line 424

def tournaments: (?limit: Integer, ?offset: Integer, ?order: String, ?ascending: bool, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped