Manage your ValkX Chain wallet.
Import a wallet file, load your saved wallet, review balances, submit mint requests, and sign token transfers.
No wallet loaded
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
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.
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.
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|
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 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.
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.
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.
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
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.
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
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
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.
My Trading Status
Test Risk Check
This only checks permissions. It does not send an order.
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.
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. | |||||||
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.
Submit Live Access Request
My Live Approval Status
Live Access Email / Instructions
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.
Order Ticket
Quote / Risk Preview
Friendly Decision
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.
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.