Skip to content

Instantly share code, notes, and snippets.

@NicolasPennie
Created November 28, 2023 20:06
Show Gist options
  • Save NicolasPennie/75a8f5ec3b5cc526f0d0974dbe35a374 to your computer and use it in GitHub Desktop.
Save NicolasPennie/75a8f5ec3b5cc526f0d0974dbe35a374 to your computer and use it in GitHub Desktop.
Helius GetAsset Example
curl --location 'https://rpc.helius.xyz/?api-key=$API_KEY' \
--header 'Content-Type: application/json' \
--data '{
"jsonrpc": "2.0",
"id": "helius-test",
"method": "getAsset",
"params": {
"id": "So11111111111111111111111111111111111111112",
"displayOptions": {
"showFungible": true
}
}
}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment