Crypto Deposit Destinations
Crypto deposit destinations are cryptocurrency addresses that you can generate and fetch via the API. Once created, these addresses can receive cryptocurrency payments on their specified network and will settle in your account balance. Metadata: You can attach metadata to any deposit destination you create to track the purpose or source of deposits. Example:Methods
createDepositDestination()
Parameters
request
CreateDepositDestinationBody
requestOptions?
RequestOptions
Request-specific configuration.
Returns
HttpResponsePromise<Crypto>
Example
getDepositDestinationById()
Parameters
request
GetDepositDestinationByIdRequest
requestOptions?
RequestOptions
Request-specific configuration.
Returns
HttpResponsePromise<Crypto>
Example
listDepositDestinations()
Parameters
request?
ListDepositDestinationsRequest = {}
requestOptions?
RequestOptions
Request-specific configuration.
Returns
HttpResponsePromise<ListDepositDestinationsResponse>