Solscan
The Pump.fun Trading API uses Solscan to provide a link to the transaction on the Solana blockchain.
Solscan is a tool that allows you to view the Solana blockchain.
Many endpoints in the Pump.fun Trading API will return a solscan object containing one or more links to solscan where you can view the transaction, address, mint, wallet, etc.
Solscan can be found at https://solscan.io
Solscan Example
{
"result": <endpoint_result>,
"solscan": {
"tx": "https://solscan.io/tx/<tx_signature>",
"mint": "https://solscan.io/token/<mint_address>",
"wallet": "https://solscan.io/account/<wallet_address>",
}
}