Blockto
  • Introduction
  • 1. User Address Endpoint
  • 2. Users Endpoint
  • 3. Images Endpoint
  • 4. Single Post Retrieval Endpoint
  • 5. Posts Retrieval Endpoint
  • 6. Image Upload Endpoint
  • 7. AI Similarity Detection Endpoint
  • 8. New Post Creation Endpoint
  • 9. NFT Minting Endpoint
  • 10. Transaction URL Update Endpoint
Powered by GitBook
On this page

1. User Address Endpoint

  • Endpoint: https://api.blockto.social/api/user/[address]

  • Method: GET

  • Description: Retrieves user details based on their aptos blockchain address.

  • How it works: This endpoint queries the user profile associated with a specific aptos blockchain address, returning details such as the user's digital identity on Blockto, their activity, and associated content. It's crucial for integrating user-specific functionalities or displaying user information in applications.

PreviousIntroductionNext2. Users Endpoint

Last updated 1 year ago