Trade
Endpoints related to trading and token information
Endpoints related to trading and token information
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-12-28T10:05:35.665Z",
"updatedAt": "2025-12-28T10:05:35.665Z"
}
]
}