# Wallet data endpoints ## Retrieve domains - [GET /user/{address}/domains](https://docs.unstoppabledomains.com/apis/profile-v1/openapi/wallet-data-endpoints/paths/~1user~1%7Baddress%7D~1domains/get.md): Returns a list of domains owned by the specified wallet address ## Retrieve NFT collections - [GET /user/{address}/nfts/collections](https://docs.unstoppabledomains.com/apis/profile-v1/openapi/wallet-data-endpoints/paths/~1user~1%7Baddress%7D~1nfts~1collections/get.md): Retrieves NFT collections owned by the provided wallet address. Collections are filtered by spam using criteria such as floor price, trading volume and holder distribution. ## Retrieve NFTs - [GET /user/{address}/nfts](https://docs.unstoppabledomains.com/apis/profile-v1/openapi/wallet-data-endpoints/paths/~1user~1%7Baddress%7D~1nfts/get.md): Retrieves NFT data for a given address. Authentication with an API key is required. ## Retrieve transactions - [GET /user/{address}/transactions](https://docs.unstoppabledomains.com/apis/profile-v1/openapi/wallet-data-endpoints/paths/~1user~1%7Baddress%7D~1transactions/get.md): Retrieves wallet transactions for the provided wallet address. The address may be any supported MPC address. Authentication with an API key is required. ## RPC proxy - [POST /user/{address}/wallet/rpc](https://docs.unstoppabledomains.com/apis/profile-v1/openapi/wallet-data-endpoints/paths/~1user~1%7Baddress%7D~1wallet~1rpc/post.md): Proxy requests to a blockchain specific RPC endpoint for EVM or Solana networks. Authentication with an API key is required. ## Simulate a wallet transaction - [POST /user/{address}/wallet/simulate](https://docs.unstoppabledomains.com/apis/profile-v1/openapi/wallet-data-endpoints/paths/~1user~1%7Baddress%7D~1wallet~1simulate/post.md): Simulate a wallet transaction. Authentication with an API key is required. ## Retrieves wallet summary - [GET /user/{address}/wallets](https://docs.unstoppabledomains.com/apis/profile-v1/openapi/wallet-data-endpoints/paths/~1user~1%7Baddress%7D~1wallets/get.md): Retrieves a detailed summary of wallet data for a given address. Supported addresses include EVM, Solana and Bitcoin. Authentication with an API key is required.