VX
ValkX Chain
User Wallet Dashboard
My Wallet

Manage your ValkX Chain wallet.

Import a wallet file, load your saved wallet, review balances, submit mint requests, and sign token transfers.

Loaded Wallet
No wallet loaded
Import wallet JSON or create an account.

API Key Session

Paste a ValkX API key to unlock protected dashboard calls in this browser session. The key is stored only in this browser's localStorage.

Session Key


        

Protected Route Test

Tests protected management routes using the saved key.


        

Connection Test

Use this if anything fails. It checks the public APIs used by this dashboard.

Auto-test will run on page load.

Wallet Login / Import

Paste your downloaded ValkX wallet JSON or upload the file.


      

User Profile


      

Wallet Details


      

Available Coins


      
Address
-
Token Count
-
Mint Requests
-
History Items
-

My Balances


      

My Mint Requests


      

Submit Mint Request


      

Signed Token Send


      

My Address History


      

Lookup Any Balance


      

API Key Manager

Generate API keys for external REST integrations. Keys are shown once. Save them securely.


      

My API Keys

Disabled keys stop working for /api/v1 access.


      

API Usage Example

Load or create an API key to see usage examples.
Developer API

API Connection Console

Test your ValkX Chain API key, inspect requests, view full responses, and copy working integration examples.

API Credentials

Paste a user-generated API key or create one above in API Key Manager.


        

Connection Tests


        

Custom REST Request Builder

Build and send test requests to https://valkx.net/api/v1.

Generated cURL



          

Latest Response



          

Error Details


        

Full API Logs

Every API test from this page is logged here in your browser session.


        
REST API Documentation

ValkX Chain API v1

Use these endpoints for external integrations, dashboards, partner systems, wallets, and token workflows.

Base URL

https://valkx.net/api/v1

Authentication

Write endpoints require an API key. Read-only endpoints are public.

X-VALKX-API-KEY: vxk_YOUR_API_KEY

Recommended Headers

Content-Type: application/json
X-VALKX-API-KEY: vxk_YOUR_API_KEY

API Key Security

API keys are shown once. Store securely. Disable compromised keys from this dashboard.

Public Read Endpoints

Method Endpoint Description Auth
GET /health REST gateway health No
GET /chain/health Core ValkX Chain health and latest height No
GET /coins List issued coins/tokens No
GET /balance?symbol=ROCX&address=BIX... Lookup token balance for an address No
GET /address/history?address=BIX... Show public transaction/address history No
GET /tx?txid=... Lookup transaction by TXID No

Protected Write Endpoints

Method Endpoint Description Auth
POST /wallet/create Create wallet/keypair. Private key shown once. API Key
POST /mint/request Submit token mint request for admin approval API Key
POST /coin/sign Sign token transfer payload API Key
POST /coin/send_signed Broadcast signed token transfer API Key

Example: Health

curl -k -sS https://valkx.net/api/v1/health

Example: Coins

curl -k -sS https://valkx.net/api/v1/coins

Example: Balance

curl -k -sS "https://valkx.net/api/v1/balance?symbol=ROCX&address=BIX..."

Example: Create Wallet

curl -k -sS -X POST https://valkx.net/api/v1/wallet/create \
  -H "Content-Type: application/json" \
  -H "X-VALKX-API-KEY: vxk_YOUR_KEY" \
  -d '{"name":"external_wallet"}'

Example: Mint Request

curl -k -sS -X POST https://valkx.net/api/v1/mint/request \
  -H "Content-Type: application/json" \
  -H "X-VALKX-API-KEY: vxk_YOUR_KEY" \
  -d '{"symbol":"ROCX","to":"BIX...","amount":100,"memo":"user api mint request"}'

Example: TX Lookup

curl -k -sS "https://valkx.net/api/v1/tx?txid=TXID_HERE"

FIX 4.4 Summary

FIX is available for partner/order-style integrations. REST should be used for wallet creation, signing, and signed broadcast in this release.

FIX Version: FIX.4.4
Logon: 35=A
Heartbeat: 35=0
Logout: 35=5
Mint Request: 35=D, 54=1, 55=ROCX, 38=amount, 1=destination address
API Key: tag 554 on Logon

Example:
8=FIX.4.4|9=100|35=A|49=CLIENT|56=VALKX|34=1|52=20260505-00:00:00|98=0|108=30|554=YOUR_API_KEY|10=000|

Open standalone API docs →

Client Integration

Generate Client Connection Package

Generate a complete REST API and FIX 4.4 connection package for this wallet/user. This is what you send to outside clients, power users, developers, or partners.

Connection Package Settings


        

Quick FIX Message Generator

Creates a pipe-formatted FIX 4.4 Logon and sample mint request.


        

Client Onboarding Email

Copy this into an email to the client after you create or approve their access.


        

API Test Commands


        
BBO Connectivity

BBO FIX 4.4 / FIX 4.2 Connector Setup

Prepare a Best Bid Offer integration package for liquidity providers, exchanges, OTC desks, or internal BBO routing. This creates connection instructions and FIX templates only. Trading execution should remain disabled until the trading interface, risk controls, and approvals are added.

FIX Session Settings


        

Symbol Mapping

Map ValkX symbols to the external BBO/FIX venue symbols.


        

Generated FIX Messages

These are template messages for connectivity testing, market data subscription, and future order routing.


        

BBO Integration Notes

Generate a BBO package to view integration notes.
BBO Connection Storage

Save BBO Connection Info

Enter and save your BBO/FIX venue connection settings. Use FIX 4.4 or FIX 4.2. Passwords are saved server-side and masked when loaded.

BBO Connection Profile


        

My Saved BBO Connections


        

Saved Connection Usage

These saved settings are for server-side BBO connector services. Do not expose live trading passwords in client-side production.

Save or load a BBO connection to see usage notes.
MetaTrader Bridge

MT4 / MT5 Bridge to VIX + BBO

Connect MetaTrader 4 or MetaTrader 5 to ValkX/VIX and BBO through a WebRequest bridge. This supports account/profile configuration, VIX balance/history lookup, BBO quote polling placeholder, and signal logging. Live trading stays disabled until risk controls are added.

Save MT4 / MT5 Bridge Profile


        

My MT Bridges


        

MT4 / MT5 EA Downloads

Install the EA in MetaTrader and allow WebRequest to https://valkx.net.

Download MT4 EA Download MT5 EA

        
Live BBO Market Data

BBO Quote Cache Viewer

View server-side BBO market data from saved FIX 4.4 / 4.2 BBO connections. This is market data only. Order routing remains disabled.

BBO Connector Status


        

Quote Lookup


        

All BBO Quotes


        
BBO Live Monitor

Live BBO Quotes & Spread Monitor

Watch live bid/ask quotes from your saved BBO FIX connections. This view is market-data only. Trading remains disabled until the trading screen, limits, approvals, and risk controls are added.

Checking BBO status...
Connectors
-
Online
-
Quotes
-
Warnings
-

Live BBO Quote Table

Bid, ask, mid, spread, age, and status by symbol.

Symbol Bid Ask Mid Spread Age Status Connection
No quotes loaded yet.

Connector Health

Shows whether each BBO FIX market-data session is running and logged in.

MT4 / MT5 Bridge Quote Status

MetaTrader bridges read from this same BBO quote cache.


        

Plain-English BBO Help

Click “Refresh Quotes” to check your BBO connectors and quote cache.
VIX Explorer Reporting

My Blockchain Activity Reports

View audit events reported to the VIX blockchain for your wallet, API keys, BBO, MetaTrader, and future trading actions.

My Audit Events


        

Report Manual Note


        
Trading Safety

My Trading Permission & Risk Status

View your trading mode and test whether a paper or live order would be allowed. This does not place a trade. It only checks risk rules.

Load wallet and check risk status.

My Trading Status


        

Test Risk Check

This only checks permissions. It does not send an order.


        
Paper Trading

Paper Trading Order Book

Submit simulated paper orders against the BBO quote cache. Every order runs through risk controls first. This does not send a live order.

Paper trading is simulation only. Use this to test the workflow before any live trading integration.

Submit Paper Order


        

Paper Account Summary


        

Paper Positions


        

Paper Order History

Time Symbol Side Qty Type Status Fill Price Order ID
No paper orders loaded.

        
Live Trading Access

Request Live Trading Approval

Request admin approval for future live BBO order routing. Approval does not bypass risk controls. Every live order will still be checked by the kill switch, symbol rules, and limits.

Live routing not enabled yet. This request only prepares approval status for the future live trading phase.

Submit Live Access Request


        

My Live Approval Status


        

Live Access Email / Instructions


        
Trading Ticket

Unified Paper / Live Trading Ticket

Preview risk before submit. Paper mode can submit simulated orders. Live mode is visible but safely blocked until the live BBO order router is installed.

Safe Mode Live orders are blocked. Paper orders require risk approval.

Order Ticket


        

Quote / Risk Preview


        

Friendly Decision

Click Preview Risk before submitting.
Live Router Preview

Live BBO Order Router Skeleton

Preview the server-side FIX NewOrderSingle message that would be used for a live BBO order. Live sending remains disabled by default.

Live Send Locked This phase builds the router and FIX message preview only. It does not send live orders by default.

Router Status


        

Preview FIX Live Order

Uses the same ticket fields from the unified trading ticket above.


        

FIX NewOrderSingle Preview


        

Execution Reports / Order Status

View FIX execution reports and order-state updates recorded by ValkX. This is read-only for users.


    

Execution Reconciliation Status

Read-only reconciliation showing whether FIX reports, paper fills, and order states match expected records.


    

My API Keys + Usage Logs

Generate API keys for external integrations and test allowed scopes. Copy the key immediately; it is shown once.

Create My API Key


        

Test API Key


        

My Logs / Summary


        

User Roles / Access Levels

ValkX supports Basic, Power, Issuer, NFT Creator, Partner API, and Admin access levels.


    

Blockchain Chat

Send blockchain-audited messages and file attachments. Messages are recorded in the ValkX chat audit feed.

Chat Controls


        

Latest Messages

Load messages to view chat.