Numerai · OAuth Scopes

Numerai OAuth Scopes

OAuth 2.0 searched

Numerai publishes 8 OAuth 2.0 scopes. Scopes are the fine-grained permissions an application requests at authorization time to act against the Numerai API on a user’s behalf.

This index is generated from the provider’s OpenAPI security definitions (and, where available, its documented scope reference) and refreshes on every APIs.io network build. Browse every provider’s scopes at scopes.apis.io.

CompanyFintechMachine LearningData ScienceHedge FundGraphQLCryptoQuantitative FinanceTournamentAPI
Scopes: 8 Flows: Method: searched

Scopes (8)

ScopeDescriptionFlows
write_user_info Update account and model profile information
upload_submission Upload submissions and pickled models
download_submission Download previous submissions and pickled models.
stake Make stakes
web3_staking Manage web3 staking
read_submission_info View historical submission info
read_user_info View user info, (e.g. balance, withdrawal history)
delete Ability to delete your models and your account.

Source

OAuth Scopes

numerai-scopes.yml Raw ↑
generated: '2026-07-20'
method: searched
source: https://api-tournament.numer.ai (apiTokenScopes query, live introspection)
docs: https://docs.numer.ai/numerai-tournament/automation/automation-legacy
model: API token scopes (public key + secret key pair). Scopes are selected when creating an API token in Account > Settings;
  tokens are passed as x-public-id / x-secret-key headers to the GraphQL API.
schemes:
- name: ApiToken
  type: apiKey
  in: header
  key_headers:
  - x-public-id
  - x-secret-key
  source: https://api-tournament.numer.ai
scopes:
- scope: write_user_info
  description: Update account and model profile information
- scope: upload_submission
  description: Upload submissions and pickled models
- scope: download_submission
  description: Download previous submissions and pickled models.
- scope: stake
  description: Make stakes
- scope: web3_staking
  description: Manage web3 staking
- scope: read_submission_info
  description: View historical submission info
- scope: read_user_info
  description: View user info, (e.g. balance, withdrawal history)
- scope: delete
  description: Ability to delete your models and your account.