GET
/
v1
/
blockchains
curl --request GET \
  --url https://api.blockradar.co/v1/blockchains \
  --header 'x-api-key: <api-key>'
{
  "data": [
    {
      "createdAt": "2024-05-14T11:53:33.106Z",
      "derivationPath": "m/44'/60'/0'/0",
      "id": "b80d3d5e-16f1-4d99-be5e-6dfcd27f89aa",
      "isActive": true,
      "isEvmCompatible": true,
      "logoUrl": "https://res.cloudinary.com/blockradar/image/upload/v1716800080/crypto-assets/bnb-bnb-logo_e4qdyk.png",
      "name": "BNB smart chain",
      "slug": "bnb-smart-chain",
      "symbol": "bnb",
      "tokenStandard": "BEP20",
      "updatedAt": "2024-06-14T22:36:43.716Z"
    },
    {
      "createdAt": "2024-05-14T11:53:33.108Z",
      "derivationPath": "m/44'/60'/0'/0",
      "id": "ed5bb330-e0e1-480b-a788-e5dc5b019140",
      "isActive": true,
      "isEvmCompatible": true,
      "logoUrl": "https://res.cloudinary.com/blockradar/image/upload/v1716800081/crypto-assets/polygon-matic-logo_gbnpe8.png",
      "name": "polygon",
      "slug": "polygon",
      "symbol": "matic",
      "tokenStandard": null,
      "updatedAt": "2024-10-22T10:59:00.867Z"
    },
    {
      "createdAt": "2024-05-27T08:31:14.966Z",
      "derivationPath": "m/44'/60'/0'/0",
      "id": "74733889-4ecd-403e-9840-94e87c043f24",
      "isActive": true,
      "isEvmCompatible": true,
      "logoUrl": "https://res.cloudinary.com/blockradar/image/upload/v1716800080/crypto-assets/Base_Network_Logo_vqyh7r.png",
      "name": "base",
      "slug": "base",
      "symbol": "eth",
      "tokenStandard": null,
      "updatedAt": "2024-10-22T10:59:00.872Z"
    },
    {
      "createdAt": "2024-10-07T16:09:49.760Z",
      "derivationPath": "m/44'/60'/0'/0",
      "id": "dbd35ce3-8526-45d0-9e35-d80d7141f959",
      "isActive": true,
      "isEvmCompatible": true,
      "logoUrl": "https://res.cloudinary.com/blockradar/image/upload/v1728312943/crypto-assets/arbitrum-arb-logo_x7uvan.png",
      "name": "arbitrum",
      "slug": "arbitrum",
      "symbol": "eth",
      "tokenStandard": null,
      "updatedAt": "2024-10-22T10:59:00.874Z"
    },
    {
      "createdAt": "2024-10-07T16:09:49.784Z",
      "derivationPath": "m/44'/60'/0'/0",
      "id": "1c9ca9df-325f-4b60-a7ec-b28d2235e0b7",
      "isActive": true,
      "isEvmCompatible": true,
      "logoUrl": "https://res.cloudinary.com/blockradar/image/upload/v1728312943/crypto-assets/optimism-ethereum-op-logo_h62d1i.png",
      "name": "optimism",
      "slug": "optimism",
      "symbol": "eth",
      "tokenStandard": null,
      "updatedAt": "2024-10-22T10:59:00.875Z"
    },
    {
      "createdAt": "2024-10-22T10:57:33.465Z",
      "derivationPath": "m/44'/501'/0'/0",
      "id": "196badf5-380f-4480-ab4a-d0e4304e91f0",
      "isActive": true,
      "isEvmCompatible": false,
      "logoUrl": "https://res.cloudinary.com/blockradar/image/upload/v1729585548/crypto-assets/solana-sol-logo_mgc9p2.png",
      "name": "solana",
      "slug": "solana",
      "symbol": "sol",
      "tokenStandard": null,
      "updatedAt": "2024-10-22T10:59:00.876Z"
    },
    {
      "createdAt": "2024-05-14T11:53:33.095Z",
      "derivationPath": "m/44'/60'/0'/0",
      "id": "85ffc132-3972-4c9e-99a5-5cf0ccb688bf",
      "isActive": true,
      "isEvmCompatible": true,
      "logoUrl": "https://res.cloudinary.com/blockradar/image/upload/v1716800081/crypto-assets/ethereum-eth-logo_idraq2.png",
      "name": "ethereum",
      "slug": "ethereum",
      "symbol": "eth",
      "tokenStandard": "ERC20",
      "updatedAt": "2024-06-14T22:32:11.983Z"
    },
    {
      "createdAt": "2024-05-14T11:53:33.110Z",
      "derivationPath": "m/44'/195'/0'/0",
      "id": "fa91a922-3838-45f6-8a88-a4c771e1443a",
      "isActive": true,
      "isEvmCompatible": false,
      "logoUrl": "https://res.cloudinary.com/blockradar/image/upload/v1716800083/crypto-assets/tron-trx-logo_a2dgrn.png",
      "name": "tron",
      "slug": "tron",
      "symbol": "trx",
      "tokenStandard": "TRC20",
      "updatedAt": "2024-06-14T22:32:11.998Z"
    }
  ],
  "message": "Blockchains retrieved successfully",
  "statusCode": 200
}

Authorizations

x-api-key
string
header
required

Response

200 - application/json
200
data
object[]
message
string
statusCode
number