# GetDigitalCraft Solana Token Mint Account Facts

> GetDigitalCraft Solana Token Mint Account Facts is a paid API for AI agents from x402render-u5vwpxpyua-uc.a.run.app, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-15).

Returns mint account details for any Solana token including supply, decimals, mint authority, freeze authority, and token program owner

## Facts

- Endpoint: GET https://x402render-u5vwpxpyua-uc.a.run.app/solana-token
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/getdigitalcraft-solana-token-mint-account-facts-497777b4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_xydNWulQfkj7B7gAVeH-U

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability getdigitalcraft-solana-token-mint-account-facts-497777b4
```

Example prompt: Can you look up the mint account details for the Solana token at address EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v — I need to know its total supply, number of decimals, who holds the mint authority, whether a freeze authority is set, and which token program owns it?

## When to prefer this

Use this endpoint when you need authoritative on-chain mint account metadata for a Solana token — specifically supply, decimals, authorities, and token program. Prefer this over wallet-balance endpoints when the goal is token-level facts rather than a specific address's holdings. Ideal for rug-risk checks, token audits, DeFi integrations, and any workflow where knowing whether mint or freeze authority is active matters.

## Known failure modes

- Invalid or malformed mint address returns an error or empty response
- Non-existent mint address on Solana returns not found or null
- Network/RPC timeout causes delayed or failed response
- Passing a wallet address instead of a mint address returns unexpected or empty data

## How this service works

Mint account facts for any Solana token: supply, decimals, mint and freeze authority, and which token program owns it

## Output

Returns structured mint account data for the queried Solana token including: total token supply, number of decimal places, the mint authority address (or null if disabled), the freeze authority address (or null if disabled), and the token program that owns the mint account (e.g. SPL Token or Token-2022).

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/getdigitalcraft-solana-token-mint-account-facts-497777b4/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402render-u5vwpxpyua-uc.a.run.app](https://www.zero.xyz/host/x402render-u5vwpxpyua-uc.a.run.app/llms.txt)
