River Markets · Authentication Profile

River Markets Authentication

Authentication

River Markets secures its APIs with apiKey and http across 4 declared security schemes, as derived from its OpenAPI definitions.

CompanyPrediction MarketsTradingPrime BrokerageFinancial-ServicesOrder ManagementMarket DataWebSocketFintech
Methods: apiKey, http Schemes: 4 OAuth flows: API key in: header

Security Schemes

SignedRequestKeyId apiKey
· in: header (X-River-Key-Id)
SignedRequestTimestamp apiKey
· in: header (X-River-Timestamp)
SignedRequestSignature apiKey
· in: header (X-River-Signature)
BearerAuth http
scheme: bearer

Source

Authentication Profile

Raw ↑
generated: '2026-07-21'
method: searched
source: openapi/river-markets-openapi-original.json
docs: https://docs.rivermarkets.com/api-reference/authentication
notes: >-
  Primary programmatic auth is Ed25519 request signing via three apiKey headers
  (X-River-Key-Id, X-River-Timestamp, X-River-Signature). The canonical string is
  LF-joined: METHOD\nPATH\nSORTED_QUERY\nTIMESTAMP\nSHA256(body) hex. Timestamp must
  be within 30s of server time; signatures are deduped in Redis with a 60s TTL for
  replay protection. Keys are asymmetric — the server stores only the public key and
  the private key is shown once at creation and never traverses the wire after that.
  BearerAuth (JWT) is used by the web client. The official Python SDK signs transparently.
summary:
  types:
  - apiKey
  - http
  api_key_in:
  - header
schemes:
- name: SignedRequestKeyId
  type: apiKey
  in: header
  parameter: X-River-Key-Id
  description: UUID of your API key (from Settings → API Keys).
  sources:
  - openapi/river-markets-openapi-original.json
- name: SignedRequestTimestamp
  type: apiKey
  in: header
  parameter: X-River-Timestamp
  description: Current unix seconds. Must be within 30s of server time.
  sources:
  - openapi/river-markets-openapi-original.json
- name: SignedRequestSignature
  type: apiKey
  in: header
  parameter: X-River-Signature
  description: 'Base64 Ed25519 signature over the canonical request: METHOD\nPATH\nSORTED_QUERY\nTIMESTAMP\nSHA256(body)
    hex. See /api-reference/authentication for the full recipe.'
  sources:
  - openapi/river-markets-openapi-original.json
- name: BearerAuth
  type: http
  scheme: bearer
  description: JWT bearer token for web client authentication.
  sources:
  - openapi/river-markets-openapi-original.json

Work with this as data

Every security artifact here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for security posture

4 MCP tools reach this
  • find_securityBrowse and filter every security artifact in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This security artifact
curl "https://apis.io/api/v1/security/river-markets-authentication"
All security posture
curl "https://apis.io/api/v1/security?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.