# nFusion Solutions Market Data API **Provider:** nFusion Solutions Market Data **Category:** finance **Base URL:** `https://api.nfusionsolutions.biz` **Auth:** api-key — `GET /endpoint?token=YOUR_KEY` **Rate Limit:** Based on plan **Free Tier:** No **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://nfusionsolutions.com/contact-us ## Description nFusion Solutions provides REST APIs that deliver enterprise-grade financial data. Data sets include real-time and historical pricing for Spot prices of precious metals such as Gold, Silver, Platinum, and Palladium, exchange ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://api.nfusionsolutions.biz/api/v1/Currencies/history` | Get historical prices for requested currency pairs | | GET | `https://api.nfusionsolutions.biz/api/v1/Currencies/history/supported` | Get list of currency pairs supported by the history endpoint | | GET | `https://api.nfusionsolutions.biz/api/v1/Currencies/rate` | Get latest mid rate for requested currency pairs | | GET | `https://api.nfusionsolutions.biz/api/v1/Currencies/rate/supported` | Get list of currencies supported by the rate endpoint | | GET | `https://api.nfusionsolutions.biz/api/v1/Currencies/summary` | Get latest Summary for requested currency pairs | | GET | `https://api.nfusionsolutions.biz/api/v1/Currencies/summary/supported` | Get list of currency pairs supported by the Summary endpoint | | GET | `https://api.nfusionsolutions.biz/api/v1/Metals/benchmark/history` | Get historical benchmark prices for requested metals | | GET | `https://api.nfusionsolutions.biz/api/v1/Metals/benchmark/summary` | Get latest Benchmark prices for requested metals | ## Authentication API key as a query parameter (token) ``` GET /endpoint?token=YOUR_KEY ``` ## Sample Request ```bash curl -X GET 'https://api.nfusionsolutions.biz/api/v1/Currencies/history' \ -H 'GET /endpoint?token=YOUR_KEY' ``` ## Sample Response ```json {} ``` ## Pricing Details Paid. Precious metals and market data API. Pricing on request. --- *Source: [API Map](https://apimap.dev/apis/nfusion-solutions-market-data/) — CC BY 4.0*