How to Use Upvote.Shop API

Upvote.Shop API

REST API for Reddit upvotes, downvotes, and order tracking.

Authentication

Send a Bearer token with every request. Get your token at panel.upvote.shop/settings

Headers
Authorization: Bearer YOUR_API_TOKEN
Content-Type: application/json
Base URL
https://panel.upvote.shop/api
1 Create Order
POST /order/create
Required Fields
FieldTypeDescription
linkstringReddit post or comment URL
typenumberVote type — see below
votenumberTotal votes to send
afternumberDelay in minutes · 0 = immediate
speednumber1–5 votes/min · 0.2–0.9 slow mode
Type Values
1Post upvote
8Post downvote
6Comment upvote
7Comment downvote
10TOP ranking
TOP Ranking: Minimum 100 votes · Speed must be 1

Optional Fields
FieldTypeDescription
target.is_setbooleanEnable target position
target.positionnumberTarget position number
custom_speed.enabledbooleanEnable drip-feed delivery
custom_speed.votenumberVotes per time window
custom_speed.hournumberTime window in hours
If custom_speed.enabled is true, then target.is_set must be false.

Full Example Request
JSON Body
{
  "link": "https://reddit.com/r/example/comments/abc123",
  "type": 1,
  "vote": 5,
  "after": 0,
  "speed": 1,
  "target": {
    "is_set": false,
    "position": 1
  },
  "custom_speed": {
    "enabled": true,
    "vote": 2,
    "hour": 24
  }
}
Success Response
200 OK
{
  "code": 1,
  "message": "Success",
  "order_id": "3333"
}
Error Response
Error
{
  "code": -1,
  "message": "Error message"
}
2 Get Order Details
GET /order/:id
Success Response
200 OK
{
  "code": 1,
  "status": "processing",
  "vote": 5,
  "type": 1,
  "rank": 5,
  "target": {
    "is_set": true,
    "position": 1
  },
  "subreddit": "ask",
  "author": "reddit_user",
  "created": 1706583019193
}
Error Response
Error
{
  "code": -1,
  "message": "Message Error"
}
3 Check Balance
GET /check-balance
Success Response
200 OK
{
  "balance": 10.4,
  "email": "[email protected]"
}

Reddit Marketing Tips & Special Offers

Subscribe to our newsletter for expert Reddit marketing strategies, growth tips, and exclusive Upvote.Shop Panel offers & deals.

Growth strategies & case studies

Early access to new panel features

No spam, ever. Unsubscribe at any time. We respect your privacy.