Interfaces
PythFetchPriceResponse
Documentation for PythFetchPriceResponse
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
Was this page helpful?