World Cup 2026 Fan Arena

Real-time sports data verifiable on-chain on Solana

Solana Devnet
/
FAN ACCOUNT0.00 CREDITS

TxLINE API Raw Data Dump

Real-time diagnostics showing raw communication with the TxLINE sports oracle API.

/1. Connection & Wallet Status

{
  "network": "devnet",
  "apiEndpoint": "https://txline-dev.txodds.com",
  "walletAddress": "No wallet found",
  "walletBalance": "0 SOL",
  "walletExists": false,
  "hasCachedToken": false
}

/2. Guest Authentication Flow

Target Endpoint: https://txline-dev.txodds.com/auth/guest/start
Guest JWT (Truncated):
eyJ0eXAiOiJKV1QiLCJhbGciOiJFUzI1NiJ9.eyJleHAiOjE3OTE0MDQ4NTgsInNlc3Npb25JZCI6ImQ2NTVlYzI1LTNkYjMtNGI... [Length: 279]

/3. Raw Fixtures Snapshot Query

Target Endpoint: https://txline-dev.txodds.com/api/fixtures/snapshot
Query Failed / Forbidden:
403 - "API Token not found."
Note on 403 Forbidden: The TxLINE API requires the client wallet public key to have a registered on-chain subscription (World Cup Free Tier Service Level 12) before releasing sports data. Since the local Solana keypair contains 0 SOL, the subscription tx cannot be sent to activate the guest JWT.