💻
SoSoValue API Doc
  • Getting started
    • 🏠 Introduction
  • 🔑 Setting Up Your API Key
  • 🔓 Authentication
  • ❌ Common Errors & Rate Limit
  • API Document
    • Get all listed currencies
    • Get the featured news feed
    • Get the featured news feed by currency
    • Get ETF historical inflow chart
    • Get current ETF data metrics
  • History Document
    • (V2) SoSo Value Spot ETF API Doc
    • (V1) SoSo Value Bitcoin Spot ETF API Doc
Powered by GitBook
On this page
  • Notes
  • SoSoValue API Authentication Method

🔓 Authentication

Notes

  • The root URL for SoSoValue API must be https://openapi.sosovalue.com

  • You are recommended to store the API key securely in your own backend and use a proxy to insert the key into the request URL.

  • It's highly recommended to use the Headers method when making API requests for better security. Using query string parameters can risk exposing your API key.

SoSoValue API Authentication Method

If this is your first time using the API key, you can supply API Key to the root URL using one of these ways:

  • Header (Recommended): x-soso-api-key

Previous🔑 Setting Up Your API KeyNext❌ Common Errors & Rate Limit

Last updated 2 months ago