Created
November 28, 2023 20:06
-
-
Save NicolasPennie/75a8f5ec3b5cc526f0d0974dbe35a374 to your computer and use it in GitHub Desktop.
Helius GetAsset Example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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