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).
Last updated