Get account deposit method
Accounts
Get account deposit method
Gets deposit method for depositing into an account externally.
GET
Get account deposit method
Use this endpoint to retrieve the deposit method for a given account, asset, and network. This is useful for determining available deposit options before initiating a deposit setup.
You can check which assets support deposits by calling the List Assets endpoint and filtering for assets that have
deposit included in their features.
Once you select an asset, you can determine the supported networks by calling the List Rails endpoint for that asset and filtering for rails that also include deposit in their features.
For more details, refer to the Assets section.
Calling this endpoint will not trigger the asynchronous setup process of the deposit method which some networks require. You will need to call the Set up Account Deposit Method endpoint to trigger it.
Authorizations
OAuth 2.0 authentication.
Path Parameters
The account id.
Query Parameters
The type of the deposit method.
Available options:
crypto, bank The asset to use for the deposit.
The network to use for the deposit.
Response
Deposit method retrieved.