DeSo Backend API

The HTTP API served by every DeSo node. It exposes transaction-construction endpoints (social, financial, NFT, DAO/token, associations, derived keys) and read/data endpoints (users, posts, profiles, NFTs, notifications, messages) over JSON. The public reference node is node.deso.org; the API is versioned under the /api/v0 path.

API entry from apis.yml

apis.yml Raw ↑
name: DeSo Backend API
description: The HTTP API served by every DeSo node. It exposes transaction-construction endpoints (social,
  financial, NFT, DAO/token, associations, derived keys) and read/data endpoints (users, posts, profiles,
  NFTs, notifications, messages) over JSON. The public reference node is node.deso.org; the API is versioned
  under the /api/v0 path.
humanURL: https://docs.deso.org/deso-backend/api
baseURL: https://node.deso.org/api/v0
tags:
- Blockchain
- Social
- Web3
properties:
- type: Documentation
  url: https://docs.deso.org/deso-backend/api
- type: APIReference
  url: https://docs.deso.org/deso-backend/construct-transactions