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
Example response
{
"outputTokenRules": [
{
"match": {
"symbol": "USDC"
},
"outputToken": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
}
]
}