Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.kamino.finance/kvaults/mints/{pubkey}/metadata/image.svg
const options = {method: 'GET'};fetch('https://api.kamino.finance/kvaults/mints/{pubkey}/metadata/image.svg', options) .then(res => res.json()) .then(res => console.log(res)) .catch(err => console.error(err));
import requestsurl = "https://api.kamino.finance/kvaults/mints/{pubkey}/metadata/image.svg"response = requests.get(url)print(response.text)
false
"<string>"
{ "error": "Invalid query request", "details": [ { "code": "invalid_union", "errors": [ [ { "code": "custom", "path": [], "message": "Invalid date string" } ], [ { "expected": "number", "code": "invalid_type", "path": [], "message": "Invalid input: expected number, received string" } ] ], "path": [ "start" ], "message": "Invalid input" } ]}
{ "metadata": "Account could not be found"}
{ "error": "An internal error occurred"}
Get the SVG icon for a given Kamino Earn Vault receipt token mint
Valid base58-encoded address
"VEG1EMtttdHunMbSza8uoms1R18VXmYSph2bBpHcSJd"
Solana cluster environment
mainnet-beta
devnet
localnet
"mainnet-beta"
OK
SVG markup string