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": "getAssetsByCreator",
"params": {
"creatorAddress": "7zL7HVn85F5yFT6XM3BsJcQF7PBcNE7R2BT5GyfunpKe",
"limit": 10
}
}'
{
"jsonrpc": "2.0",
"id": 1,
"result": {}
}
Retrieves a list of compressed or standard Solana assets created by the given creator address. Requires Solana DAS API add-on.
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": "getAssetsByCreator",
"params": {
"creatorAddress": "7zL7HVn85F5yFT6XM3BsJcQF7PBcNE7R2BT5GyfunpKe",
"limit": 10
}
}'
{
"jsonrpc": "2.0",
"id": 1,
"result": {}
}
getAssetsByCreator:params[]: Type: object.Show properties
Show properties
Show items
Show properties
Show properties
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": "getAssetsByCreator",
"params": {
"creatorAddress": "7zL7HVn85F5yFT6XM3BsJcQF7PBcNE7R2BT5GyfunpKe",
"limit": 10
}
}'
{
"jsonrpc": "2.0",
"id": 1,
"result": {}
}
Was this page helpful?