numerapi.cryptoapi module

API for Numerai Crypto

class numerapi.cryptoapi.CryptoAPI(*args, **kwargs)[source]

Bases: Api

“API for Numerai Crypto

get_leaderboard(limit: int = 50, offset: int = 0) List[Dict][source]

Get the current Numerai Crypto leaderboard with a reduced set of fields.

Returns:

each dict contains only the requested fields:
  • nmrStaked

  • rank

  • username

  • corrRep

  • mmcRep

  • return_1_day

  • return_52_weeks

  • return_13_weeks

Return type:

list of dicts