Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 964 Bytes

CustodianData.md

File metadata and controls

15 lines (10 loc) · 964 Bytes

CustodianData

Properties

Name Type Description Notes
code Option<String> The unique code of the custodian. [optional]
label Option<String> The name of the custodian. [optional]
depositable_payment_methods Option<Vec> A list of payment methods (crypto code + network) you can deposit to the custodian. [optional]
withdrawable_payment_methods Option<Vec> A list of payment methods (crypto code + network) you can withdraw from the custodian. [optional]
tradable_asset_pairs Option<Veccrate::models::AssetPairData> A list of tradable asset pair objects, or NULL if the custodian cannot trades/convert assets. [optional]

[Back to Model list] [Back to API list] [Back to README]