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

Interface: FetchPriceResponse

Defined in: types/index.ts:81

Properties

status

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

tokenId?

optional tokenId: string
Defined in: types/index.ts:83

priceInUSDC?

optional priceInUSDC: string
Defined in: types/index.ts:84

message?

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

code?

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