Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 349 Bytes

API_DOCUMENTATION.MD

File metadata and controls

18 lines (15 loc) · 349 Bytes

API Documentation

This section outlines the available API endpoints for interacting with the dChange platform.

Endpoints

1. GET /assets

  • Description: Retrieves a list of available assets on the platform.
  • Response:
    [
      {
        "assetId": "1",
        "name": "Bitcoin",
        "symbol": "BTC"
      },
      ...
    ]