Solusfinance Fantasy Trading API integration & OpenData services

Compliant protocol analysis and production-ready APIs for contest entry, leaderboards, wallets, and crypto prediction history

From $300 · Pay-per-call available
OpenData · OpenFinance · Contest API · Leaderboard sync · Wallet integration

Pipe Solusfinance contest activity, leaderboards, and SOLUS token wallets into your stack

Solus Finance turns crypto, forex and stock prediction into a fantasy-sport-style competition with daily and weekly tournaments, creator-led battles, social leaderboards, and skill-based payouts. We build the bridge between that activity and your back office: protocol analysis, account login, contest entry, leaderboard sync, prediction history exports, wallet balance reads, and SOLUS token / referral reward reconciliation.

Contest entry & participation API — Bind a user, list eligible tournaments, post entry fees, and pull entry confirmations for daily/weekly contests, creator-led battles, and team competitions.
Leaderboard & performance API — Real-time and historical rankings by tournament, asset class, and time window; surface return, strategy consistency, and rank delta for each participant.
Prediction history & market data sync — UP/DOWN calls on crypto, forex, and stocks with timestamps, asset, payout, and outcome — exportable as JSON, CSV, or Parquet.
Wallet, rewards & referral export — Read SOLUS token balances, 12% APY staking positions, weekly blue-chip airdrop receipts, and 20% referral payouts for accounting and KYC trails.

What changed in 2024–2025 (worth integrating against)

According to coverage from DroomDroom and CryptoRank in 2024 and 2025, Solusfinance has reframed itself as a fantasy-style, AI-assisted trading platform — not a discretionary brokerage. Several recent additions matter for any integration design:

  • AI-assisted decision support (2024–2025). The platform began surfacing AI hints on UP/DOWN calls for crypto, forex, and stocks. Integrations need to capture both the user's choice and the AI suggestion as separate fields, otherwise post-hoc analytics conflate them.
  • SOLUS token + 12% APY staking and weekly blue-chip airdrops. Treat these as a parallel ledger to fiat: any reconciliation pipeline must read staking positions, airdrop receipts, and reward unlocks distinctly from in-app contest credit.
  • Creator-led tournaments. Influencers host private battles with their own entry rules; data models must carry a "host_id" and a "tournament_type" so creator economy analytics line up with platform-wide leaderboards.
  • 100% sign-up bonus and 20% referral rewards. Required for affiliate-finance and lifetime-value calculations, and for compliance teams that need to evidence promotional payouts.

Feature modules we build

Account & session module

Mirrors the in-app login flow. Supports email/social sign-in, KYC tier read, device-binding tokens, and session refresh. Pairs with consent records so every downstream call can be audited.

Concrete use: single sign-on bridge between Solus and your customer portal so users see their tournament entries inside your dashboard.

Contest & tournament module

List active and upcoming tournaments with entry fee, prize pool, asset universe (BTC, ETH, EUR/USD, NASDAQ100, etc.), and rule-set. Submit entries, fetch confirmations, and stream live state changes via webhook.

Concrete use: a community manager dashboard showing every tournament a creator's audience is currently entered in, with auto-pinned rankings.

Leaderboard & ranking module

Pull global, tournament-scoped, and friend-scoped leaderboards with paging, ranking deltas, and consistency scores. Returns timestamps so historical climbs can be replayed.

Concrete use: publish a weekly "top strategies" digest on a partner's website without scraping the in-app UI.

Prediction history module

Per-user list of UP/DOWN calls — asset, direction, stake, expiry, outcome, AI suggestion (if used). Exportable as JSON/CSV; supports incremental sync with cursor pagination.

Concrete use: performance attribution across asset classes, e.g. "this user beats the market on BTC but underperforms on FX".

Wallet, staking & reward module

Reads SOLUS token balance, staked amount, 12% APY accrued, blue-chip airdrop receipts, and contest credit balance. Flags transactions with type, source tournament, and chain reference where applicable.

Concrete use: tax-year ledger generation for users in jurisdictions that treat tokens as taxable income.

Referral & creator payouts module

Surfaces the referral graph (inviter → invitee) with bonus amounts, the 20% referral cut, and creator-tournament fee splits. Supports CSV exports for finance and KYC review.

Concrete use: influencer revenue dashboard showing earnings per tournament and per cohort.

Data available for integration (OpenData inventory)

Below is the structured inventory we typically expose for Solusfinance Fantasy Trading. Each row maps to a screen/feature in the app and a typical downstream use.

Data typeSource (screen / feature)GranularityTypical use
User profile & KYC tierProfile / Account settingsPer user, snapshotOnboarding sync, KYC propagation, suitability checks
Contest entry recordsTournaments / Join contest flowPer entry, per tournamentCRM segmentation, prize pool reconciliation
Prediction (UP/DOWN) callsTrading screen / Quick-call cardPer call, with timestampPerformance analytics, AI signal correlation
Tournament leaderboardsLeaderboard tabPer tournament, per snapshotPublic rankings, social embeds, marketing
Global / friend leaderboardsSocial tabPer cohort, daily/weeklyCreator dashboards, community insights
SOLUS token walletWallet / Tokens screenPer balance, per movementTreasury, accounting, audit trail
Staking position (12% APY)Staking / Earn screenPer position, accrualTax reporting, yield analytics
Blue-chip airdrop receiptsRewards / Airdrop historyPer drop eventEngagement scoring, promo cost tracking
Referral graph & payoutsRefer & EarnPer relationship, per payoutAffiliate finance, fraud screening
Creator-led tournament metadataCreator battlesPer host, per tournamentCreator economy analytics, revenue share

Typical integration scenarios

These are concrete, end-to-end flows our clients ask us to deliver around Solus Finance. Each names the data involved and how it maps to OpenData / OpenFinance patterns.

1. Creator earnings dashboard

Business context: an influencer hosts weekly creator-led tournaments and wants a single view of their cut. Data: contest entry records + creator tournament metadata + referral payouts. OpenFinance angle: structured payout records served via authorized API, similar to a merchant settlement feed.

2. Tax-year SOLUS token report

Business context: a power user in Europe needs an annual statement for tax filings. Data: wallet balance history + 12% APY staking accrual + airdrop receipts. OpenData angle: typed ledger export (JSON / CSV / PDF) consumable by tax-prep tools.

3. Compliance & AML watchlist

Business context: a fintech partner needs to flag unusual patterns (e.g. rapid entry/withdrawal, abnormal referral chains). Data: contest entries + referral graph + wallet movements. OpenBanking-style angle: account information service with consented read-only scopes.

4. Performance attribution feed

Business context: a coaching service wants to grade Solus users by asset class. Data: prediction history with AI-suggestion field + leaderboard ranks. OpenData angle: streaming feed via webhook or paged pull, joinable to external market data from OpenBB / Alpha Vantage.

5. Cross-platform consolidated portfolio

Business context: a user already uses MarketDraft and TradingLeagues; they want one consolidated view of all fantasy-trading activity. Data: Solus contest entries + outcomes + token wallet, normalised to a shared schema. OpenFinance angle: a unified Account Information layer across multiple fantasy-trading providers.

What we deliver

Deliverables checklist

  • Protocol & auth flow report (OAuth/token, refresh, device binding).
  • OpenAPI / Swagger specification for all endpoints we wrap.
  • Runnable source for login, contest, leaderboard, prediction history, wallet, and referral APIs (Python or Node.js).
  • Webhook handlers for live tournament state and reward events.
  • Automated tests, sample payloads, and Postman collection.
  • Compliance brief: KYC tier handling, GDPR retention, MiCA-aligned crypto disclosures.

Technical implementation — login

POST /api/v1/solus/auth/login
Content-Type: application/json

{
  "email": "user@example.com",
  "password": "***",
  "device_id": "ios-9F2A...",
  "consent_scopes": ["contest.read","leaderboard.read","wallet.read"]
}

200 OK
{
  "access_token": "eyJhbGc...",
  "refresh_token": "rft_...",
  "expires_in": 3600,
  "kyc_tier": "tier-2",
  "user_id": "usr_8h2k"
}

Technical implementation — leaderboard

GET /api/v1/solus/leaderboard?
  tournament_id=trn_20251108_btc&
  scope=global&limit=50&cursor=eyJv...
Authorization: Bearer <ACCESS_TOKEN>

200 OK
{
  "tournament_id": "trn_20251108_btc",
  "entries": [
    {"rank":1,"user_id":"usr_a1","return_pct":18.4,"consistency":0.81,"delta":+2},
    {"rank":2,"user_id":"usr_b2","return_pct":15.7,"consistency":0.74,"delta":-1}
  ],
  "next_cursor": "eyJvZmZ..."
}

Technical implementation — wallet & staking

GET /api/v1/solus/wallet/ledger?
  from=2025-01-01&to=2025-12-31&
  types=stake_accrual,airdrop,referral_payout
Authorization: Bearer <ACCESS_TOKEN>

200 OK
{
  "balance_solus": 4218.55,
  "staked_solus": 3000.00,
  "apy_accrued_ytd": 312.41,
  "movements": [
    {"ts":"2025-04-07T10:12:00Z","type":"airdrop","asset":"BTC","amount":0.00041},
    {"ts":"2025-04-08T08:00:00Z","type":"stake_accrual","asset":"SOLUS","amount":1.62},
    {"ts":"2025-04-12T19:55:00Z","type":"referral_payout","asset":"SOLUS","amount":21.00}
  ]
}

// Error envelope used across endpoints
{ "error": { "code":"rate_limited", "retry_after_ms": 1500 } }

Compliance & privacy

Solus operates a token economy and processes both fiat-side flows (entry fees, payouts) and on-chain assets (SOLUS token, blue-chip airdrops). Integrations should align with several frameworks at once:

  • GDPR for any user residing in the EU/EEA — explicit consent scopes per data category, right-to-erasure handling, and 30-day data minimisation defaults.
  • MiCA (EU's crypto-asset regulation, applicable from 2024) — disclosures for token reward mechanics, staking yield, and any service that touches custody of SOLUS.
  • FCA / SEC / SEBI guidance on skill-based contests vs. regulated trading — our integration brief flags which endpoints can be exposed to consumer apps and which require a regulated counterparty.
  • KYC tier propagation — only endpoints whose KYC requirement is satisfied are returned to the partner; lower-tier users see scoped subsets.

We work strictly under explicit user authorization or documented public/authorized APIs. Audit logs, consent records, and data-retention policies are part of every delivery.

Data flow / architecture

A typical pipeline:

  • Client App (Solus iOS/Android) — user authenticates, enters contests, makes UP/DOWN calls.
  • Ingestion / API gateway — our wrapper handles login, scope checks, rate-limit shaping, and request signing.
  • Storage layer — Postgres for relational records (entries, leaderboards), object store for raw exports, time-series store for prediction streams.
  • Analytics / API output — REST/GraphQL for partners, webhooks for live events, scheduled exports (CSV/Parquet) for finance teams.

The architecture mirrors OpenBanking's three-layer model — Account Information Service, Transaction Information Service, and Consent Service — adapted to a fantasy-trading context.

Market positioning & user profile

Solusfinance Fantasy Trading targets retail and prosumer crypto users worldwide who want a competitive, gamified alternative to discretionary trading. Primary segments include creators running paid trading communities, semi-pro retail traders refining strategies without financial risk, and curious newcomers attracted by sign-up bonuses and AI-assisted decision support. The app is shipped on Android (package finance.solus) and iOS, with marketing emphasis in markets where fantasy and skill-based gaming are well established. The B2B opportunity sits with creator agencies, affiliate networks, fintech aggregators, and analytics vendors who want a clean OpenData feed of contest activity rather than fragile screen scraping.

Screenshots

Click any thumbnail to view the full-size image.

Solusfinance Fantasy Trading screenshot 1
Solusfinance Fantasy Trading screenshot 2
Solusfinance Fantasy Trading screenshot 3

Similar apps & integration landscape

Solusfinance sits in a growing ecosystem of fantasy-trading and paper-trading platforms. We integrate against several of these and routinely build cross-platform views. The list below is presented as part of the broader landscape, not as a ranking — partners often need unified data across more than one of them.

  • MarketDraft — Fantasy stock market and crypto contests with Swing Trader and Streak gameplay. Holds entry rosters, daily streaks, and prize ledgers; partners often need unified contest exports across MarketDraft and Solus.
  • TradingLeagues — eSports-style competitions for crypto, stocks, and FX, with real-time fantasy tournaments. Holds entry, ranking, and prize data; useful to consolidate alongside Solus prediction history.
  • CoinFantasy — Layer-2 decentralized gaming-investment platform with on-chain tournament records. Pairs naturally with Solus's SOLUS token wallet for unified on-chain fantasy-trading reporting.
  • Trade The Games — India-focused crypto fantasy game with contests and educational content. Partners running multi-region offerings often want a single feed of entries spanning Trade The Games and Solus.
  • Wealthbase — Social simulated-trading app where friends compete with $100,000 in virtual cash. Holds peer-game metadata; partners use it together with Solus to build creator-economy dashboards.
  • Polymarket — Prediction market with public leaderboard and trade APIs. Frequently combined with Solus's UP/DOWN calls to build cross-platform prediction-skill profiles.
  • eToro (paper-trading mode) — Social broker with virtual portfolios and copy-trading. Holds simulated portfolio data; integrators often consolidate it alongside Solus contest stats for "skill across platforms" views.
  • StockBattle — Skill-based stock-trading contests. Holds tournament rosters and outcome ledgers; complementary data to Solus's crypto-heavy contests.
  • OpenBB — Open-source financial data platform used to enrich fantasy contest results with market context. Frequently combined with Solus prediction history for performance attribution.

Users searching for any of these names often need the same kind of integration — protocol analysis, structured exports, and a clean API. Our delivery model is consistent across all of them: source code from $300, or pay-per-call against our hosted gateway.

About our studio

We are an independent technical studio specializing in App interface integration and authorized API integration. Our team has hands-on experience in mobile applications, fintech, crypto wallets, and protocol analysis, and we have shipped integrations against contest platforms, banks, payment rails, and OTT services across multiple regions.

  • Experience with fintech, crypto, contest, and prediction-market platforms.
  • Deep knowledge of OAuth, mobile token flows, certificate pinning, and webhook delivery.
  • Multi-language SDKs (Python, Node.js, Go) with full test harnesses.
  • End-to-end pipeline: protocol analysis → API design → implementation → validation → compliance brief.
  • Source code delivery from $300 — runnable API source code and full documentation; pay after delivery upon satisfaction.
  • Pay-per-call API billing — hosted endpoints, pay only per call, no upfront cost; suited to teams that want usage-based pricing.

Contact

For quotes, sandbox access, or to submit your target app and requirements, open our contact page:

Contact page

We respond within one business day. NDAs available on request.

Engagement workflow

  1. Scope confirmation — which Solus features matter (contests, leaderboards, wallet, referrals) and what scopes you need.
  2. Protocol analysis & API design (2–5 business days, complexity-dependent).
  3. Build, internal validation, and webhook plumbing (3–8 business days).
  4. Documentation, sample collection, and test cases (1–2 business days).
  5. Typical first delivery: 5–15 business days; third-party approvals or KYC partner sign-off may extend this.

FAQ

What do you need from me?

The target app (already specified — Solusfinance Fantasy Trading), the data scopes you need (e.g. contest entries, leaderboards, SOLUS wallet), and any sandbox or partner credentials you already hold.

How long does delivery take?

Most clients see a first runnable API drop in 5–12 business days. Larger scopes (multi-region, real-time webhooks, on-chain reconciliation) take longer.

How do you handle compliance for a token-based app?

Authorized or documented public APIs only, with consent records, scoped tokens, and a written compliance brief covering GDPR, MiCA, and contest-related rules in the user's jurisdiction.

Can I extend integration to similar apps later?

Yes — we deliberately keep our schemas neutral so the same partner stack can absorb MarketDraft, TradingLeagues, CoinFantasy, Wealthbase, and others over time.
Original app overview (appendix)

Solusfinance Fantasy Trading (package finance.solus) is a contest-based trading platform marketed as "fantasy trading" — users compete in skill-based market challenges against other participants for top rankings and rewards rather than placing standalone trades.

According to the official store description and 2024–2025 coverage, the app is designed for traders who want a competitive environment where strategy, timing, and decision-making decide the outcome. Recent positioning emphasises AI-assisted UP/DOWN predictions on crypto, forex, and stocks, plus social and creator-led tournaments.

  • Trading contests — live tournaments where users apply strategies and compete in real time across major global markets.
  • Leaderboards — performance, returns, strategy and consistency tracked per tournament and across the platform.
  • Multi-market challenges — crypto and other tradable assets, with daily and weekly tournaments.
  • Skill-based competition — strategy, timing, and decision-making determine ranking.
  • Simple contest entry — quick onboarding without complex trading setups.
  • Built for competitive traders — testing strategies, refining approach, and competing globally.
  • SOLUS token economy — referral bonus, 12% APY staking, and weekly blue-chip airdrops as recognition for engagement.
  • AI-assisted decisions — recent feature highlighted in 2024–2025 coverage for UP/DOWN predictions on crypto, forex, and stocks.

Solusfinance is referenced here for technical integration positioning only. All trademarks and product names belong to their respective owners.