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 /eligible-crypto-networksResponses
Response
{
"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.