> ## 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.

# FetchPriceResponse

> Documentation for FetchPriceResponse

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

***

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

# Interface: FetchPriceResponse

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

## Properties

### status

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

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

***

### tokenId?

> `optional` **tokenId**: `string`

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

***

### priceInUSDC?

> `optional` **priceInUSDC**: `string`

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

***

### message?

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

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

***

### code?

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

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