Chains
Structure
Endpoints
Last updated
Last updated
GET /v1/chains HTTP/1.1
Host: api.pareto.credit
Accept: */*
{
"data": [
{
"_id": "text",
"name": "text",
"hex": "text",
"blocksPerYear": 1,
"tokenSymbol": "text",
"chainID": 1,
"RPCs": [
{
"provider": "INFURA",
"https": "text",
"wss": "text",
"name": "text",
"isPublic": true
}
],
"color": "text",
"isDisabled": true,
"createdAt": "2026-01-25T01:55:43.189Z",
"createdBy": "text",
"updatedAt": "2026-01-25T01:55:43.189Z",
"updatedBy": "text"
}
],
"totalCount": 1
}GET /v1/chains/{chainId} HTTP/1.1
Host: api.pareto.credit
Accept: */*
{
"_id": "text",
"name": "text",
"hex": "text",
"blocksPerYear": 1,
"tokenSymbol": "text",
"chainID": 1,
"RPCs": [
{
"provider": "INFURA",
"https": "text",
"wss": "text",
"name": "text",
"isPublic": true
}
],
"color": "text",
"isDisabled": true,
"createdAt": "2026-01-25T01:55:43.189Z",
"createdBy": "text",
"updatedAt": "2026-01-25T01:55:43.189Z",
"updatedBy": "text"
}