Validate Destination Address
Permissions required: None
Validate that a given address for a given networkId is valid as a transfer destination. Returns 200 if the address is valid, or an invalid request error if it is not.
Authorizations
An API key associated with a security role
Body
Destination address validation request
Request to validate an address as a transfer destination
A unique string identifying an account on a blockchain. This is sometimes dervied from a public key and sometimes decided by the blockchain.
A unique string identifying a combination of blockchain and environment (testnet, mainnet).
Optional memo/tag/destination tag (required by some blockchain networks)
256Response
Address is valid as a transfer destination