v18

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-013469188.5 KB
Accounts

Check if account is registered

Check if an account is registered and return its target chain and token if registered

get/check/{address}

Path parameters

addressstring required

Ethereum address (0x followed by 40 hex characters)

Example:0x742d35Cc6634C0532925a3b844Bc9e7595f5bE91

Ethereum address (0x followed by 40 hex characters)

Response

Account registration status

isRegisteredboolean required

Whether the EVM account is registered. EVM-scoped (legacy): a Solana/Tron-only account reads false here. Use sources for per-chain registration across all namespaces.

targetChainstring
targetTokenstring
recipientstring
sourceChainsstring[]
rejectUnmappedboolean

Example response

{
  "outputTokenRules": [
    {
      "match": {
        "symbol": "USDC"
      },
      "outputToken": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
    }
  ]
}