Skip to main content
POST
/
v1
/
stars
/
buy
Buy Stars
curl --request POST \
  --url https://api.fragapi.com/v1/stars/buy \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "quantity": 5000025,
  "username": "<string>"
}
'
{
  "messageHash": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.fragapi.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

User session scheme

Body

application/json
quantity
integer
required
Required range: 50 <= x <= 10000000
username
string
required

Response

Successful Response

messageHash
string
required