Query NFT Accounts
GET
/
api
/
v1
/
erc6551
/
accounts
Authorization
Query
curl --location 'https://groupos.xyz/api/v1/erc6551/accounts' \
--request GET \
-d 'accountGroupId=6e4adbcf-ef53-49aa-82c0-2e10ae4b0d84' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer <token>'
{
"success": true,
"accounts": [
{
"contractAddress": "0x3a31f58294bdcb59653ea19ec651f92e8e5f4a8c",
"implementationAddress": "0x0be252e48e4beeeaf739736ed93225491ff814e8",
"nft": {
"chainId": 5
"contractAddress": "0xdb46d1dc155634fbc732f92e853b10b288ad5a1d",
"tokenId": "12692"
}
},
...
]
}
curl --location 'https://groupos.xyz/api/v1/erc6551/accounts' \
--request GET \
-d 'accountGroupId=6e4adbcf-ef53-49aa-82c0-2e10ae4b0d84' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer <token>'
{
"success": true,
"accounts": [
{
"contractAddress": "0x3a31f58294bdcb59653ea19ec651f92e8e5f4a8c",
"implementationAddress": "0x0be252e48e4beeeaf739736ed93225491ff814e8",
"nft": {
"chainId": 5
"contractAddress": "0xdb46d1dc155634fbc732f92e853b10b288ad5a1d",
"tokenId": "12692"
}
},
...
]
}