Trade
Endpoints related to trading and token information
Returns a list of all tokens supported by the Madra Finance platform.
Responses
200
Successful retrieval of tokens
application/json
500
Internal Server Error
application/json
get
/api/trade/tokens/allGET /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"
}
]
}