Money Reading

POSThttps://vision.astrologyapi.com/palmistry/money
Copy

Returns a detailed financial reading derived from the fate line, sun line and Mercury/Jupiter mounts.

POST/money
Copy
1curl --location 'https://vision.astrologyapi.com/palmistry/money' \
2  --header 'Content-Type: application/json' \
3  --header 'x-astrologyapi-key: <YOUR_ACCESS_TOKEN>' \
4  --data '{
5    "palm_id": "c48d0b80-1d49-4af8-8c05-e778b3d7a00f"
6}'
7
200Response
Copy
1{
2  "status": true,
3  "data": {
4    "money": {
5      "financial_tendency": "Steady earner with a preference for secure, long-term investments",
6      "wealth_indicators": [
7        "Well-developed Mercury mount suggests good business sense",
8        "Clear sun line points to recognition-linked income"
9      ],
10      "money_habits": [
11        "Cautious spender",
12        "Prefers saving over speculation"
13      ],
14      "advice": "Diversify income streams gradually rather than chasing high-risk ventures."
15    }
16  }
17}

Request Headers

x-astrologyapi-key

string

required

API Access Token to authenticate requests. Send your access token in this custom header.

Accept-Language

string

Preferred language for the response content

Properties

English - en

Request Body (JSON)

palm_id

string

required

Unique palm reading ID returned by get-palm-id

Request Description

Get a money/finance category reading for a previously scanned palm.

Errors

400
Bad Request

Something is wrong with your request format or parameters.

401
Unauthorized

Your API key is missing or invalid.

403
Forbidden

You don't have permission to access this specific resource.

404
Not Found

The API endpoint you're trying to reach doesn't exist.

500
Internal Server Error

Our server is having a temporary glitch.