Skip to main content
GET
/
deposit
/
chains
Supported deposit chains
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>"
    }
  ]
}

Authorizations

X-API-Key
string
header
required

SHA-256 hashed API key issued per organization

Response

Chain list

status
string
required
Allowed value: "success"
data
object[]
Last modified on March 20, 2026