Skip to content

Latest commit

 

History

35 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Phantom (phantom)

About this repository

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.txt and 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

Tags

  • Base, Bitcoin, Blockchain, Crypto, Cryptocurrency, Deeplinks, Embedded Wallet, Ethereum, EVM, Monad, MCP, Mobile, Polygon, Self-Custody, Solana, Sui, Wallet, Web3

Timestamps

  • Created: 2026-05-24
  • Modified: 2026-05-24

Supported Chains

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

APIs

Phantom Solana Provider API

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

Phantom EVM Provider API

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

Phantom Bitcoin Provider API

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

Phantom Sui Provider API

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

Phantom Deeplinks API

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

Phantom React SDK

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

Phantom React Native 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

Phantom Browser SDK

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

Phantom MCP Server

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

Phantom Portal

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

Common

Source Code & Samples

About

Phantom — independent third-party profile of a public API surface, by API Evangelist. 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.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors