Keys held by wallet address for an artist
Count of Keys held by a wallet address for an artist across all published markets
Query Parameters
Name
Type
Description
[
{
"balance": 510,
"keys": {
"id": "1", \\ market id
"name": "Nouns Duck", \\market name
"uri": "https://arweave.net/ZiuVsralyJBekZLnZ4U55nPuQZebNeMOgwniOTsTfRI",
"supply": 527 \\ key count held by the wallet
}
},
{
"balance": 69,
"keys": {
"id": "3",
"name": "test media market",
"uri": "https://arweave.net/4JS6YypWAClGVk-N5xiiSwQagEnQB-oG1XCXPQHhiQY",
"supply": 82
}
},
{
"balance": 69,
"keys": {
"id": "2",
"name": "Mangoes",
"uri": "https://arweave.net/J-PQwm2NV4G8uDR05UTGptSoLoeq6BpNCu-b50B6G_E",
"supply": 98
}
}
]curl --location --request GET 'https://api.1155.tech/public/api/v1/artist/get-wallet-keys-owned?artistWallet=0x29d4b2b80a8de138d8dfdf415666501d0278aedd&userWallet=0xe940fcf8195bee37cf5a5a72f79e85280b28c5a9' \
--header 'API_KEY: YOUR_API_KEY_HERE' \
--data-raw ''HTTP
GET /public/api/v1/artist/get-wallet-keys-owned?artistWallet=0x29d4b2b80a8de138d8dfdf415666501d0278aed&userWallet=0xe940fcf8195bee37cf5a5a72f79e85280b28c5a9 HTTP/1.1
Host: api.1155.tech
API_KEY: YOUR_API_KEY_HEREPreviousKey holders across all art markets created by an artistNextNFTs owned by wallet address for an artist
Last updated