curl --request POST \ --url https://api.uniblock.dev/uni/v1/json-rpc?chainId=solana \ --header 'content-type: application/json' \ --data '{ "id": 1, "jsonrpc": "2.0", "method": "getAssetsByAuthority", "params": { "authorityAddress": "mdaoxg4DVGptU4WSpzGyVpK3zqsgn7Qzx5XNgWTcEA2", "limit": 10 } }'
{ "jsonrpc": "2.0", "id": 1, "result": {} }
Retrieves the list of compressed or standard Solana assets controlled by a given authority address. Requires Solana DAS API add-on.
getAssetsByAuthority
params[]
Show properties
Show items