Skip to main content
GET
/
vq
/
developer
/
plan
Get subscription plan
curl --request GET \
  --url https://api.vectrade.io/v1/vq/developer/plan \
  --header 'X-API-Key: <api-key>'
{
  "id": "<string>",
  "planId": "<string>",
  "planName": "<string>",
  "status": "<string>",
  "currentPeriodStart": "2023-11-07T05:31:56Z",
  "currentPeriodEnd": "2023-11-07T05:31:56Z",
  "createdAt": "2023-11-07T05:31:56Z"
}

Authorizations

X-API-Key
string
header
required

VecTrade API key (e.g., vq_live_...)

Response

Subscription plan details

id
string
planId
string
planName
string
status
string
currentPeriodStart
string<date-time>
currentPeriodEnd
string<date-time>
createdAt
string<date-time>