This is not our API. This repository is an independent, third-party profile of a company's publicly available API surface, maintained by API Evangelist. API Evangelist does not operate, host, resell, or support this company's APIs, and is not affiliated with or endorsed by the company unless stated on the profile.
Where the information came from. Everything here is assembled from material a member of the public can reach with a browser and no credentials — the company's own website, developer portal and documentation, the specifications it publishes for public use (OpenAPI, AsyncAPI, JSON Schema,
apis.json,llms.txtand similar), its public repositories, and its public status, pricing and changelog pages. Nothing here is obtained by breaching a system, defeating an access control, or using credentials of any kind.The rating is an independent assessment. The Kin Score and Agent Readiness rating are independently calculated scores of a company's public API artifacts, produced by API Evangelist against a published rubric. They are not certifications, endorsements, security assessments, or audits, and they score published artifacts — not the quality, safety, or security of the software.
Corrections, re-scores, and removal are free. No partnership, contract, or purchase is required, and you do not need to justify the request.
- Something wrong? Open an issue on this repository, or email info@apievangelist.com.
- Published something new? Ask for a re-score and we will re-run the rating.
- Want the listing taken down? Say so and we will honor it. The profile is reduced to your company name, a factual description, and a link to your own site, and the company is recorded as unrated — never scored zero for having asked.
Response times. Acknowledgement within one business day; removal or restriction within two business days; corrections and re-scores within five business days.
Not from the company, and here with a question? You are welcome here — we would rather be the front line and point you the right way than have a good report go nowhere. What this repository can answer is narrow, though, so it is worth knowing who you are actually looking for:
- A question about how the API works, an account, billing, or a bug in the service — that is the company's own support, not us. We profile this API; we do not operate it and cannot see your account.
- A bug in an open-source project we only catalog — file it on that project's own repository. This has happened with a real and correct bug report that reached us instead of the people who could fix it, which helped nobody.
- Anything about this listing itself — the description, the tags, the rating, a missing or wrong artifact — is ours. Open an issue here.
- Not sure, or something general about API Evangelist or APIs.io — open an issue on the APIs.io Inbox and we will route it.
This repository contains no software, and we will never ask you to download anything. There is no build, release, installer, or binary here — only text and machine-readable API descriptions, so there is nothing here that can be "corrupt" or need "repairing". Any issue, comment, or email claiming otherwise and offering a download link is not from us and is hostile. Do not follow the link; it is a lure. Report it to GitHub and, if you like, tell us at info@apievangelist.com so we can take it down.
On a security or compliance team? Email info@apievangelist.com with security in the subject line and you will get a person, not a form. We will tell you exactly which public URLs this profile was built from so your team can see the same surface we did, and we will take the listing down on request while you work through it.
Full detail: Where this data comes from
Phantom is a self-custodial multi-chain crypto wallet for Solana, Ethereum, Polygon, Base, Bitcoin, Sui, Monad, and HyperEVM, distributed as a mobile app (iOS/Android) and browser extension with more than 20 million users. For developers, Phantom exposes injected Provider APIs per chain on window.phantom (Solana, EVM, Bitcoin, Sui) following the Wallet Standard and EIP-1193, a Universal Link / phantom:// Deeplinks API for mobile dApp integration with encrypted session handshakes, a multi-platform Connect SDK suite (React, React Native, Browser SDKs) with embedded wallet support and OAuth social login (Google, Apple), and a Phantom MCP Server that exposes 27 tools across wallet operations, swaps, portfolio rebalancing, and Hyperliquid perpetuals for AI agents — each agent receives its own wallet via device-code authentication. Apps register through the Phantom Portal to obtain an App ID, configure redirect URLs, verify domains, and opt into auto-confirm contracts.
URL: Visit APIs.json
Run: Capabilities Using Naftiko
- Base, Bitcoin, Blockchain, Crypto, Cryptocurrency, Deeplinks, Embedded Wallet, Ethereum, EVM, Monad, MCP, Mobile, Polygon, Self-Custody, Solana, Sui, Wallet, Web3
- Created: 2026-05-24
- Modified: 2026-05-24
| Chain | Provider Namespace | Notes |
|---|---|---|
| Solana | window.phantom.solana |
Wallet Standard, Sign-In With Solana, Versioned Transactions, Token-2022, Actions & Blinks |
| Ethereum | window.ethereum / window.phantom.ethereum |
EIP-1193 |
| Polygon | window.ethereum |
EIP-1193 |
| Base | window.ethereum |
EIP-1193 |
| Monad (testnet) | window.ethereum |
EIP-1193 |
| HyperEVM | window.ethereum |
EIP-1193 |
| Bitcoin | window.phantom.bitcoin |
Taproot, SegWit, p2sh, p2pkh — provider deprecation announced |
| Sui | window.phantom |
Move; signTransactionBlock, signMessage |
Solana wallet provider injected at window.phantom.solana exposing connect, disconnect, signMessage, signIn (Sign-In With Solana), signTransaction, signAllTransactions, and signAndSendTransaction. Implements the Solana Wallet Standard so dApps can also integrate through @solana/wallet-adapter. Supports versioned transactions, priority fees, Token-2022 extensions, and Solana Actions & Blinks.
Human URL: https://docs.phantom.com/solana/integrating-phantom
- Documentation — Integrating Phantom
- Documentation — Wallet Standard
- Documentation — Sign-In With Standards
- Documentation — Versioned Transactions
- Documentation — Token Extensions (Token22)
- Documentation — Priority Fees
- Documentation — Actions & Blinks
EIP-1193 compliant Ethereum Provider API injected at window.ethereum and window.phantom.ethereum for Ethereum, Polygon, Base, Monad testnet, and HyperEVM. Supports the full Ethereum RPC surface for connecting accounts, reading chain state, signing messages and typed data, sending transactions, switching and adding chains, and watching assets.
Human URL: https://docs.phantom.com/ethereum-monad-testnet-base-and-polygon/provider-api-reference
Bitcoin provider injected at window.phantom.bitcoin exposing requestAccounts, signMessage, and signPSBT. Returns BtcAccount objects with address, publicKey, addressType, and purpose ("payment" vs. "ordinals"). Supports Taproot (p2tr), SegWit (p2wpkh), p2sh, and p2pkh address types. The window.phantom.bitcoin provider is scheduled for deprecation in an upcoming release.
Human URL: https://docs.phantom.com/bitcoin/provider-api-reference
Sui provider exposed via window.phantom for browser and mobile platforms, offering connect, signTransactionBlock, and signMessage so Sui dApps can integrate Phantom alongside their existing EVM/Solana flows.
Human URL: https://docs.phantom.com/sui/getting-started-with-sui
Universal Link (https://phantom.app/ul/v1/<method>) and custom protocol (phantom://v1/<method>) deeplinks for iOS and Android lets mobile dApps trigger Phantom for connect, disconnect, signMessage, signTransaction, signAllTransactions, signAndSendTransaction, and browse (open URL in the in-app browser). Uses an X25519 / TweetNaCl box encryption handshake with shared-secret-encrypted payloads and a returned session token. Currently scoped to Solana. Universal Links are the recommended scheme.
Human URL: https://docs.phantom.com/phantom-deeplinks/deeplinks-ios-and-android
Base URL: https://phantom.app/ul/v1
- Documentation — Deeplinks (iOS / Android)
- Documentation — Handling Sessions
- Documentation — Specifying Redirects
- Documentation — Encryption
- Documentation — Limitations
React SDK (@phantom/react-sdk) for integrating Phantom across Solana and EVM chains with embedded wallet support and OAuth social login (Google, Apple) alongside the browser extension path. Provides hooks (usePhantom, useSolana, useEthereum) and components (ConnectButton, ConnectBox) plus peer dependencies on @solana/web3.js and viem.
Human URL: https://docs.phantom.com/sdks/react-sdk
React Native SDK that lets iOS and Android apps embed Phantom wallet functionality, including embedded wallets, social login, and connection to the installed Phantom mobile app via deeplinks.
Human URL: https://docs.phantom.com/sdks/react-native-sdk
- Documentation — React Native SDK
- Source — phantom-connect-sdk
- Sample — React Native Wallet SDK Demo App
- Sample — Bare React Native Wallet SDK Demo App
Framework-agnostic Browser SDK for integrating Phantom into vanilla JavaScript or TypeScript web apps. Wraps the injected providers and embedded wallet flows so non-React applications can take advantage of the same connect/sign/transaction surface.
Human URL: https://docs.phantom.com/sdks/browser-sdk
Model Context Protocol server (@phantom/mcp-server) that exposes 27 tools to AI agents across wallet operations (connection status, addresses, balances, transfers, transaction sending, message and typed-data signing, simulation, allowances, login, pay), swap and portfolio (buy_token, portfolio_rebalance), and Hyperliquid perpetuals (market data, positions, orders, deposits, leverage, spot-to-perps transfers). Each agent gets its own wallet via device-code Phantom sign-in; sessions are stored at ~/.phantom-mcp/session.json with OIDC-stamped KMS request signing. Supports Solana, Ethereum, Bitcoin, and Sui.
Human URL: https://docs.phantom.com/phantom-mcp-server
- Documentation — MCP Server Overview
- Documentation — MCP Server Setup
- Documentation — MCP Server Resource
- SDK — npm @phantom/mcp-server
Developer portal for registering apps that integrate Phantom. Provides account creation, app creation with App IDs, domain verification, redirect URL configuration, app metadata editing, and contract allowlisting for auto-confirm flows that streamline repeat signing.
Human URL: https://docs.phantom.com/phantom-portal/portal
- Documentation — Portal Overview
- Documentation — Getting Started
- Documentation — Create Account
- Documentation — Create App
- Documentation — Verify Domain
- Documentation — Configure URLs
- Documentation — App Information
- Documentation — Get App ID
- Documentation — Contracts & Auto-Confirm
- Website
- Developer Portal
- Docs Index (llms.txt)
- Developers Hub
- Download / Sign Up
- GitHub Org
- Changelog / Updates
- Status Page
- User Limits
- Go-Live Checklist
- Testnet Mode
- Mobile Web Debugging
- Domain & Transaction Warnings
- Lighthouse Transaction Validation
- AI-Assisted Development
- Cursor AI Prompts
- Demo Apps & Sandboxes
- Logos & Brand Assets
- Developer FAQ
- Blog
- Support
- Feedback / Feature Requests
- Press Kit
- Careers
- Terms of Service
- Privacy Policy
- Security
- X / Twitter
- YouTube
- Phantom Connect SDK
- Deep Link Demo App
- Multi-Chain Sandbox
- Browser Sandbox
- EVM Sandbox
- Shortcuts Sandbox
- Deeplinks Movie Tutorial
- Phantom Wagmi Connector
- Sign In With Solana
- Bitcoin Wallet Standard
- Sol Wallet Adapter
- Solana Blinks
- Phantom Agent Kit
- Phantom Skill Generator
- Phantom Blocklist
- Solana Token List
- NFT Shortcuts
- Synpress E2E Fork