cURL
curl --request GET \ --url https://v1.orchestrator.rhinestone.dev/deposit-processor/check/{address}
{ "isRegistered": true, "targetChain": "<string>", "targetToken": "<string>", "recipient": "0x742d35Cc6634C0532925a3b844Bc9e7595f5bE91", "sourceChains": [ "<string>" ] }
Check if an account is registered and return its target chain and token if registered
Ethereum address (0x followed by 40 hex characters)
^0x[a-fA-F0-9]{40}$
"0x742d35Cc6634C0532925a3b844Bc9e7595f5bE91"
Account registration status
Was this page helpful?