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"
          }
      },
      ...
  ]
}

Returns accounts associated with your Group which includes created and imported ERC-721 NFTs.

Query Params

page
number

Page index to fetch, page size is 50.

Response

success
boolean

Indicates whether the call was successful.

accounts
object[]

Array of NFT Account objects.