VNX Platform
  • VNX
  • πŸ‡ͺπŸ‡ΊVNX Euro
    • Token Details
    • Executive Summary
    • USE Cases
    • Technology
      • Design of the FRT
      • Token Standard
  • πŸ‡¨πŸ‡­VNX Swiss Franc
    • Token Details
    • Executive Summary
    • USE Cases
    • Technology
      • Design of the FRT
      • Token Standard
  • πŸ‡¬πŸ‡§VNX British Pound
    • Token Details
    • Executive Summary
    • USE Cases
    • Technology
      • Design of the FRT
      • Token Standard
  • πŸͺ™VNX Gold
    • πŸ“˜ Executive Summary
    • πŸ”’ Investor Protection
    • πŸ“ƒ Token Details
    • πŸš€ VNX Gold Features
    • βœ… Quality of Physical Gold
    • πŸ›‘ Vault and Insurance
    • βž— Segregation from own assets
    • πŸ“– Gold Entitlements Register
    • ▢️ VNX Gold transfers
    • πŸ’» Operations with VNX Gold on VNX Platform
    • πŸ’± USE Cases
  • Documents
    • White Papers
      • Fiat Refencing Tokens White Paper
      • VNX Gold White Paper
      • VNX Gold MiCAR White Paper
    • Terms and Conditions
      • Commodity Tokens Terms
      • FRT Terms and Conditions
  • Info
    • VNX FAQ
    • ☁️Our Websites
    • πŸ“ŠAnalytics
    • πŸ—‚οΈBrand Assets
  • Technical Documentation
    • VNX Public API Docs
    • VNX Trading API Docs
  • Social Media Links
    • Telegram
    • Twitter
    • Linkedin
    • Medium
    • Facebook
    • Instagram
Powered by GitBook
On this page
  • Authorization
  • Endpoints
  1. Technical Documentation

VNX Public API Docs

VNX Rest API allows to get quotes for all our tokens and to obtain gold bar registry.

Authorization

All the requests must contain API-Key header, for obtaining API-Key please contact us.

Endpoints

Get client’s bar registry by wallet address

GET /api/client/gold-bar-registry?Address=0x...

Request parameters:

  • Address: client wallet address that contains some of VNXAU tokens. It can be an address on any of supported blockchains.

Request body: empty.

Response: gold bar details such as Serial Number, Bar Weight, Bar Brand and Owned Portion for all gold bars at least some part of which belongs to the wallet provided in the request.

Get quotes

GET /api/client/quotes

Request parameters:

  • assets: the list of assets which quotes to be returned (VNXAU, VEUR, VCHF), empty to receive quotes for all VNX-issued assets (optional)

  • history_offset: offset for getting historical quotes, formatted as 5h, 30m or 3d (optional)

Request body: empty.

Response: bid, ask, last quotes for VNX-issued assets in supported payment currencies (EUR, CHF, BTC, ETH).

PreviousBrand Assets

Last updated 11 months ago