State Street · OAuth Scopes

State Street OAuth Scopes

OAuth 2.0 derived

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

Tokens are issued from https://api.statestreet.com/oauth/token.

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.

Fortune 500
Scopes: 8 Flows: clientCredentials Method: derived

OAuth endpoints

Token URL
https://api.statestreet.com/oauth/token
Flows
clientCredentials

Scopes (8)

ScopeDescriptionFlows
fund-connect:baskets:read Read ETF portfolio basket compositions clientCredentials
fund-connect:orders:read Read ETF order history and status clientCredentials
fund-connect:orders:write Submit and cancel ETF orders clientCredentials
performance:read Read performance measurement and attribution data clientCredentials
portfolio:read Read portfolio metadata and account information clientCredentials
positions:read Read portfolio positions and holdings clientCredentials
risk:read Read risk analytics and exposure data clientCredentials
transactions:read Read transaction history clientCredentials

Source

OAuth Scopes

state-street-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/state-street-alpha-data-platform-openapi.yml, openapi/state-street-fund-connect-openapi.yml
schemes:
- name: OAuth2
  source: openapi/state-street-alpha-data-platform-openapi.yml
  flows:
  - flow: clientCredentials
    tokenUrl: https://api.statestreet.com/oauth/token
  description: OAuth 2.0 Client Credentials flow per RFC 6749 Section 4.4.2. Requires multifactor
    authentication for all user access.
- name: OAuth2
  source: openapi/state-street-fund-connect-openapi.yml
  flows:
  - flow: clientCredentials
    tokenUrl: https://api.statestreet.com/oauth/token
scopes:
- scope: fund-connect:baskets:read
  description: Read ETF portfolio basket compositions
  flows:
  - clientCredentials
  sources:
  - openapi/state-street-fund-connect-openapi.yml
- scope: fund-connect:orders:read
  description: Read ETF order history and status
  flows:
  - clientCredentials
  sources:
  - openapi/state-street-fund-connect-openapi.yml
- scope: fund-connect:orders:write
  description: Submit and cancel ETF orders
  flows:
  - clientCredentials
  sources:
  - openapi/state-street-fund-connect-openapi.yml
- scope: performance:read
  description: Read performance measurement and attribution data
  flows:
  - clientCredentials
  sources:
  - openapi/state-street-alpha-data-platform-openapi.yml
- scope: portfolio:read
  description: Read portfolio metadata and account information
  flows:
  - clientCredentials
  sources:
  - openapi/state-street-alpha-data-platform-openapi.yml
- scope: positions:read
  description: Read portfolio positions and holdings
  flows:
  - clientCredentials
  sources:
  - openapi/state-street-alpha-data-platform-openapi.yml
- scope: risk:read
  description: Read risk analytics and exposure data
  flows:
  - clientCredentials
  sources:
  - openapi/state-street-alpha-data-platform-openapi.yml
- scope: transactions:read
  description: Read transaction history
  flows:
  - clientCredentials
  sources:
  - openapi/state-street-alpha-data-platform-openapi.yml