GET /v1/blockchains/{id} HTTP/1.1
Host:
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"id": "text",
"blockchainEcosystem": {},
"nativeCurrency": {},
"name": "text",
"isMainnet": true,
"rpcUrl": "text",
"iconUrl": "text",
"explorer": {},
"indexer": {},
"metadata": {}
}GET /v1/blockchains HTTP/1.1
Host:
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
[
{
"id": "text",
"blockchainEcosystem": {},
"nativeCurrency": {},
"name": "text",
"isMainnet": true,
"rpcUrl": "text",
"iconUrl": "text",
"explorer": {},
"indexer": {},
"metadata": {}
}
]