Multiple

Get multiple blockchains by ids

get
Authorizations
Path parameters
idsstringRequired
Responses
200
A list of blockchains
application/json
get
GET /v1/blockchains/multiple/{ids} HTTP/1.1
Host: 
Authorization: Bearer Bearer
Accept: */*
200

A list of blockchains

[
  {
    "id": "text",
    "blockchainEcosystem": {},
    "nativeCurrency": {},
    "name": "text",
    "isMainnet": true,
    "rpcUrl": "text",
    "iconUrl": "text",
    "explorer": {},
    "indexer": {},
    "metadata": {}
  }
]