BentoSDK

Changelog

SDK version history for @bento.fun/sdk.

Notable changes to @bento.fun/sdk, newest first.

0.7.0

  • Trimmed the public client surface to the intended integrator API (internal telegram / wallet / sports / proxy namespaces removed)

0.6.0

  • placeBetFromEstimate: quote-to-bet helper
  • Tournament enter: typed request body; credits deposit approve at 18 decimals; wallet injection; waitForTournamentEntry resolves on hasEntry
  • Create market/tournament: no auto-retry on non-idempotent POSTs; validation field errors; geoblock detection fix
  • Agent action: accessCode in body/header (not query string)
  • Referral analytics: typed ReferralAnalyticsApi; refreshed mainnet OpenAPI snapshot
  • Docs: onboarding revamp, create market/tournament guides, Bearer JWT auth alignment

0.5.5

  • npm README: Bearer JWT auth for markets (synced with Authentication)
  • Docs: place-parlay auth snippet, Retry-After note for 0.5.4+
  • Referral analytics: typed SDK interfaces

0.5.4

  • On-chain: fix double-scaled collateral approval on parlay / LP flows
  • Retry/errors: honor Retry-After on 429; preserve network_error cause; reconnect JSDoc fix

0.5.3

0.5.2

  • Docs examples use BENTO_URL and PARLAY_TOURNAMENT_URL env vars
  • npm README cleanup (docs.bento.fun link only)

0.5.1

  • Legacy notification routes (registerLegacyDevice, unregisterLegacyDevice)
  • Auth header helpers (bulkRegisterAuthProvider, agentV1AuthProvider, …)
  • Tournaments OpenAPI pin + generated types

0.5.0

  • Complete integrator surface audit closure
  • Agent modules, social feeds, protocol admin clients
  • Fixed getContests path

0.4.0

  • On-chain orchestration, feeds/proxies, social layer
  • Protocol admin opt-in clients

Install a specific version:

npm install @bento.fun/sdk@0.7.0

On this page