API Documentation

API TESTER
GET
Response:
Testing only retrieves the last candle price.
Create Account on V2Bot
To use our API, you need to create an account on V2BOT and generate an AUTH KEY here: Here
Endpoint
GET /api/fx/get
Parameters
Name Type Description
key string AUTH KEY (e.g., V2BOT-XXXXXXXX)
symbol string The asset symbol [XAUUSD , BTCUSDT, USDX]
frame string TimeFrame is the period of time that each candlestick represents. [m1, m5, m15, m30, h1, h4, d1, w1, mn1]
num int The number of candles you want to retrieve.
Response
Field Type Description
datetime datetime The opening time of the candlestick.
frame string TimeFrame.
market string market
symbol string symbol
open float The open price of the asset
close float The close price of the asset
low float The low price of the asset
high float The high price of the asset
volume float The volume of the asset