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>"
}Buys stars for a given user.
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.