solana-agent-kit v1.3.7
solana-agent-kit / PythFetchPriceResponse

Interface: PythFetchPriceResponse

Defined in: types/index.ts:89

Properties

status

status: "success" | "error"
Defined in: types/index.ts:90

tokenSymbol

tokenSymbol: string
Defined in: types/index.ts:91

priceFeedID?

optional priceFeedID: string
Defined in: types/index.ts:92

price?

optional price: string
Defined in: types/index.ts:93

message?

optional message: string
Defined in: types/index.ts:94

code?

optional code: string
Defined in: types/index.ts:95