Tokens
Structure
Endpoints
Last updated
Last updated
GET /v1/tokens HTTP/1.1
Host: api.pareto.credit
Accept: */*
{
"data": [
{
"_id": "text",
"name": "text",
"symbol": "text",
"decimals": 1,
"address": "text",
"chainId": "text",
"logoURI": "text",
"underlying": true,
"createdAt": "2026-02-06T22:50:15.909Z",
"updatedAt": "2026-02-06T22:50:15.909Z",
"createdBy": "text",
"updatedBy": "text"
}
],
"totalCount": 1
}GET /v1/tokens/{tokenId} HTTP/1.1
Host: api.pareto.credit
Accept: */*
{
"_id": "text",
"name": "text",
"symbol": "text",
"decimals": 1,
"address": "text",
"chainId": "text",
"logoURI": "text",
"underlying": true,
"createdAt": "2026-02-06T22:50:15.909Z",
"updatedAt": "2026-02-06T22:50:15.909Z",
"createdBy": "text",
"updatedBy": "text"
}