Verify a Ripio deposit address
ripio_verify_deposit_addressVerify that a deposit address and memo exactly match one of your Ripio Wallet addresses on the chosen network, catching mistyped copies before sending funds.
Instructions
Checks with code, character by character, that an address (and memo/tag) someone is about to send to is exactly one of the account's Ripio app (Wallet) deposit addresses, on a network that credits the asset, and flags mistyped copies. Pass the address as pasted from where it will actually be used, plus the asset and network the sender will use. Ripio Trade addresses are not checked.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| memo | No | Memo/tag as pasted, for networks that use one (XRP, Stellar, TON). | |
| asset | No | Ripio ticker, e.g. USDT, BTC or AAPLx. | |
| address | Yes | The address exactly as pasted. | |
| network | No | The network as the sender names it: code, name or token standard, e.g. tron, "BNB Chain", TRC20, BEP-20. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| asset | No | ||
| status | Yes | ||
| verdict | Yes | ||
| warnings | Yes | ||
| near_miss | No | ||
| credited_via | No | ||
| expected_memo | No | ||
| address_networks | Yes | ||
| not_credited_via | No |