/rpc/v1/accounts/{address}/resources
account address to lookup
Maximum number of items to return. Default is 20.
Cursor specifying where to start for pagination use the curser returned by the API
curl -L \ --url 'https://rpc-testnet.supra.com/rpc/v1/accounts/{address}/resources'
{ "Resources": {} }
/rpc/v1/accounts/{address}/resources/{struct_tag}
Move struct tag
0x1::coin::CoinStore<0x1::supra_coin::SupraCoin>
curl -L \ --url 'https://rpc-testnet.supra.com/rpc/v1/accounts/{address}/resources/{struct_tag}'
{ "result": [ { "U8": 1 } ] }