> For the complete documentation index, see [llms.txt](https://phina-network.gitbook.io/phn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://phina-network.gitbook.io/phn/phina-network-apis.md).

# Phina Network APIs

###

Phina Network provides a powerful suite of APIs designed for developers, enterprises, and innovators who want to integrate blockchain technology into their products. These APIs ensure seamless interaction with the Phina Chain ecosystem, offering security, scalability, and flexibility for Web3 applications.

#### ✨ Key Features

1. **Authentication API**
   * Secure login with WalletConnect, MetaMask, Trust Wallet, and other Web3 wallets.
   * Signature-based user verification for decentralized access.
2. **Token & Asset API**
   * Transfer PHN tokens, check balances, and view transaction history.
   * NFT minting, ownership verification, and marketplace interactions.
3. **Smart Contract API**
   * Deploy and interact with custom smart contracts.
   * Gas fee estimation and secure contract execution.
4. **Trading & Exchange API**
   * Real-time token price feeds.
   * Access to decentralized exchange (DEX) order books and trading pairs.
5. **Airdrop & Rewards API**
   * Task-based eligibility verification.
   * Referral tracking and bonus distribution.
   * Automated claiming and reward settlement.
6. **Analytics API**
   * Access blockchain data, block history, and performance metrics.
   * Insights into staking, rewards, and user engagement.

#### 🛡️ Security

* End-to-end encryption with OAuth 2.0 standards.
* Built-in anti-fraud and anomaly detection.
* Regular third-party smart contract audits.

#### ⚙️ Use Cases

* Decentralized Finance (DeFi) platforms.
* NFT marketplaces and gaming ecosystems.
* Wallet integration for Web3 applications.
* Tokenized intellectual property and digital ownership systems.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://phina-network.gitbook.io/phn/phina-network-apis.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
