Created
August 2, 2023 00:18
-
-
Save longbowlu/a3582b65adf5c4df109d3d388b9b770a to your computer and use it in GitHub Desktop.
This file contains 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://wallet-rpc.mainnet.sui.io/' \ | |
--header 'Accept: */*' \ | |
--header 'Accept-Encoding: gzip, deflate, br' \ | |
--header 'Accept-Language: en-US,en;q=0.9' \ | |
--header 'Cache-Control: no-cache' \ | |
--header 'Connection: keep-alive' \ | |
--header 'Content-Length: 1350' \ | |
--header 'Host: wallet-rpc.mainnet.sui.io' \ | |
--header 'Origin: chrome-extension://opcgpfmipidbgpenhmajoajpbobppdil' \ | |
--header 'Pragma: no-cache' \ | |
--header 'Sec-Fetch-Dest: empty' \ | |
--header 'Sec-Fetch-Mode: cors' \ | |
--header 'Sec-Fetch-Site: none' \ | |
--header 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36' \ | |
--header 'client-sdk-type: typescript' \ | |
--header 'client-sdk-version: 0.37.1' \ | |
--header 'client-target-api-version: 1.7.0' \ | |
--header 'content-type: application/json' \ | |
--header 'sec-ch-ua: "Not/A)Brand";v="99", "Google Chrome";v="115", "Chromium";v="115"' \ | |
--header 'sec-ch-ua-mobile: ?0' \ | |
--header 'sec-ch-ua-platform: "macOS"' \ | |
--data '{"jsonrpc":"2.0","id":"29","method":"sui_multiGetObjects","params":[["0x13cf073afadb9eb2604e12f2b13b4b50498bea56889f5f8731fdd0bd7329b83b","0x8424d0472c0e4d85d70fe3a5408088a3d345a9696f4c67093cda9dc6ae4b07db","0x0a04aa5be2879bf2b9cd3e3aab682b2f5af3b1e539f8dec30baa5dd8e5fad96d","0x6cda155f48416fc0b1023f29f3399b6399c7d9dfb830b2995f285fc5a3384021","0x3c887c858c78aed05d9b342c68cdda08dfb41fbc8f3c7cd2e514bffc50b21e93","0x811bd8974204071cf53fa7027140292dae4cc15b2e517734c9ab4fe6790366c5","0xca2bee03d8d58ff2890e6a8658bf52e047a8ab33cc85bf3d1ea89a881a0d0745","0xd58c8936c7dec77738ecc358d330fe60f94694cc659241d8b0554c26381f23ae","0x2e484c04c2c0dc3858db4c4c4e40fbca90fcb04cda770c064eb22adbc751068a","0x767c4d2da886a3acab36fd5a063a00285f173add4cb2bf6414d0e0dfbea321de","0xb69eae5e4ee2e8ebe1f8cefd127b7c3c33c456cfe5e9c2d730d9fae4829dedaf","0xb427fbb5e9532ff6ca674185905a2ee8eb1d4a42716fec06dc7494fca4f98518","0x931c245efe1a159c7f80a5395615a00a4a0548ea01e8cbc7be0b85620cdec7cd","0x52491b5be8e80d35f307f85176535e85526e21311c63437f9191a2f765de3caf","0x337a9bc439bbe61f23064a924fd237309d5c7ba4cc853d1affd7b02fce3c5621","0xaed4163155d14f8d667213abbd719f63569819416194932e7baae7de658f559e","0x8d071d01bb234b3a93ad5ee73684505e5c2e182602b4ce14f81991260240a84e","0x82c49748386eb340dbf5582d2a61e74271ad4a2ecbeb33c6196c1fc8ec977824"],{"showDisplay":true,"showType":true}]}' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment