Welcome to Queryseed
From Small Seeds to Solid Insights

Available Streams

Methods

  • Connect
  • Subscribe
  • Unsubscribe

Inspect

URL Schema
wss://{ subdomain }.finage.ws: { port }/?token={ token }
connect
Connect to the server to receive real-time prices.
wss://{ subdomain }.finage.ws: null/?token={ token }
Example Output
1st Message
{
  "status_code": 200,
  "message": "authorizing",
  "id": "e0fb1b68-1905-48e3-9fd2-d482bf5e1f0a"
}
2nd Message
{
  "status_code": 200,
  "message": "connected to the adapter",
  "id": "e0fb1b68-1905-48e3-9fd2-d482bf5e1f0a"
}
Possible Error Messages
  • 401 - invalid socket key
  • 401 - use your socket key to connect
URL Params
  • Subdomain Our data stream is divided into sections, called subdomains. You can view your specific subdomain on your dashboard. We separate streams in this way to ensure a more stable and reliable flow of data.
  • Port Port of your server. You can view your specific port on your dashboard.
  • Token Your unique token, also known as the socket key, is available on your dashboard.
Crafted, simply, by Finage © 2025 | All rights reserved.