Trade

Endpoints related to trading and token information

List all supported tokens

get

Returns a list of all tokens supported by the Madra Finance platform.

Responses
200

Successful retrieval of tokens

application/json
get
/api/trade/tokens/all
GET /api/trade/tokens/all HTTP/1.1
Host: platform.madra.finance
Accept: */*
{
  "allTokens": [
    {
      "id": "text",
      "tokenId": "text",
      "name": "text",
      "symbol": "text",
      "currencyCode": "text",
      "countryCode": "text",
      "currencyName": "text",
      "decimals": "text",
      "type": "text",
      "initialSupply": "text",
      "maxSupply": null,
      "supplyType": "text",
      "createdAt": "2025-11-15T11:07:25.225Z",
      "updatedAt": "2025-11-15T11:07:25.225Z"
    }
  ]
}