Look up a vault account by blockchain address
Resolves a blockchain address to the vault account that owns it. Returns the vault account ID and the blockchains associated with the address. Note: This endpoint is currently in beta and might be subject to changes.
GET
TypeScript
Query Parameters
The blockchain address to resolve.
Response
Vault account that owns the address, with associated blockchains.
Reverse-lookup result mapping a blockchain address to its owning vault account.
The queried blockchain address.
Source type of the resolved address.
Available options:
VAULT_ACCOUNT Example:
"VAULT_ACCOUNT"
Vault account ID that owns the address.
Example:
"0"
Blockchain assets associated with this address in the vault account.
Example:
["ETH", "MATIC"]Previous
Retrieve supported assetsGet all the available supported assets for the Non-Custodial Wallet
Next
TypeScript