Ripio deposit address
ripio_get_deposit_addressRetrieve a crypto deposit address for an asset on a given network, including any memo/tag and warnings, or list supported networks when the network is ambiguous.
Instructions
The Ripio app (Wallet) crypto deposit address for an asset on one network, with its memo/tag when the network needs one and the warnings to relay before anyone sends funds. Without a network, or with an ambiguous one, it returns no address and lists the networks that receive the asset. It never creates an address. Ripio Trade uses different addresses.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| asset | Yes | Ripio ticker, e.g. USDT, BTC or AAPLx. | |
| 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 | Yes | ||
| status | Yes | ||
| deposit | No | ||
| networks | Yes | ||
| warnings | Yes | ||
| next_step | No | ||
| asset_name | No |