Fungible

Phantom supports deeplinking directly to a fungible token detail page. Developers can specify which chain and token detail page to navigate to. The fungible deeplink can be used at anytime. It does not need to be proceeded by a Connect event, as it does not require a session param.

URL Structure

https://phantom.app/ul/v1/fungible?token=<fungible>

Parameters

  • fungible (required): The CAIP-19 address of the token page to be viewed, URL-encoded. Defaults to SOL if omitted.

Example

FOXY

https://phantom.app/ul/v1/fungible?token=solana%3A101%2Faddress%3AFoXyMu5xwXre7zEoSvzViRk3nGawHUp9kUh97y2NDhcq

Last updated