Get or create a customer deposit address

Returns a stable deposit address for a (customer, chain) pair. Calling again for the same customer and token returns the same address.

Authentication

x-api-keystring
API Key authentication via header

Request

This endpoint expects an object.
mintIddoubleRequired
customerIdstringRequired
customerEmailstringOptionalformat: "email"

Response

Deposit address
customerIdstring
chainenum
addressstring

Errors

400
Bad Request Error
401
Unauthorized Error
500
Internal Server Error