getList eligible crypto networks

Returns scope-scoped eligibility projected onto crypto networks. direction defaults to deposit. For account-runtime availability, use /available-crypto-networks; for the global catalog, use /crypto-networks.

Request

Request URL

GET
GET /eligible-crypto-networks

Responses

Response

application/json
{
  "items": [
    {
      "active": true,
      "assets": [
        "USDC",
        "ETH"
      ],
      "code": "ethereum",
      "display_name": "Ethereum"
    },
    {
      "active": true,
      "assets": [
        "USDC",
        "MATIC"
      ],
      "code": "polygon",
      "display_name": "Polygon"
    }
  ],
  "next_page_token": null
}

Operation succeeded.