> ## Documentation Index
> Fetch the complete documentation index at: https://docs.sendai.fun/llms.txt
> Use this file to discover all available pages before exploring further.

# PythFetchPriceResponse

> Documentation for PythFetchPriceResponse

[**solana-agent-kit v1.3.7**](../README.md)

***

[solana-agent-kit](../README.md) / PythFetchPriceResponse

# Interface: PythFetchPriceResponse

Defined in: [types/index.ts:89](https://github.com/sendaifun/solana-agent-kit/blob/6acfa958180602da3c2d2ac883bf660ca90dba2f/src/types/index.ts#L89)

## Properties

### status

> **status**: `"success"` | `"error"`

Defined in: [types/index.ts:90](https://github.com/sendaifun/solana-agent-kit/blob/6acfa958180602da3c2d2ac883bf660ca90dba2f/src/types/index.ts#L90)

***

### tokenSymbol

> **tokenSymbol**: `string`

Defined in: [types/index.ts:91](https://github.com/sendaifun/solana-agent-kit/blob/6acfa958180602da3c2d2ac883bf660ca90dba2f/src/types/index.ts#L91)

***

### priceFeedID?

> `optional` **priceFeedID**: `string`

Defined in: [types/index.ts:92](https://github.com/sendaifun/solana-agent-kit/blob/6acfa958180602da3c2d2ac883bf660ca90dba2f/src/types/index.ts#L92)

***

### price?

> `optional` **price**: `string`

Defined in: [types/index.ts:93](https://github.com/sendaifun/solana-agent-kit/blob/6acfa958180602da3c2d2ac883bf660ca90dba2f/src/types/index.ts#L93)

***

### message?

> `optional` **message**: `string`

Defined in: [types/index.ts:94](https://github.com/sendaifun/solana-agent-kit/blob/6acfa958180602da3c2d2ac883bf660ca90dba2f/src/types/index.ts#L94)

***

### code?

> `optional` **code**: `string`

Defined in: [types/index.ts:95](https://github.com/sendaifun/solana-agent-kit/blob/6acfa958180602da3c2d2ac883bf660ca90dba2f/src/types/index.ts#L95)
