https://vision.astrologyapi.com/palmistry/moneyx-astrologyapi-keystringrequiredAPI access token used to authenticate requests. Send your access token in this custom header.
Accept-LanguagestringPreferred language for the response content. Supported: English - en.
palm_idstringrequiredUnique palm reading ID returned by get-palm-id
curl --location 'https://vision.astrologyapi.com/palmistry/money' \
--header 'Content-Type: application/json' \
--header 'x-astrologyapi-key: <YOUR_ACCESS_TOKEN>' \
--data '{
"palm_id": "c48d0b80-1d49-4af8-8c05-e778b3d7a00f"
}'
Runs with sample data — no API key needed
{
"status": true,
"data": {
"money": {
"financial_tendency": "Steady earner with a preference for secure, long-term investments",
"wealth_indicators": [
"Well-developed Mercury mount suggests good business sense",
"Clear sun line points to recognition-linked income"
],
"money_habits": [
"Cautious spender",
"Prefers saving over speculation"
],
"advice": "Diversify income streams gradually rather than chasing high-risk ventures."
}
}
}