cURL
curl --request GET \ --url https://api.blend.money/extern/{neobankId}/{accountTypeId}/deposit/chains \ --header 'X-API-Key: <api-key>'
{ "status": "<string>", "data": [ { "chainId": 1, "name": "Ethereum", "displayName": "Ethereum Mainnet", "iconUrl": "<string>" } ] }
Returns all supported EVM chains for cross-chain deposits, with display metadata and icon URLs. Cached for 5 minutes.
SHA-256 hashed API key issued per organization
Chain list
"success"
Show child attributes
Was this page helpful?