Skip to main content
SEP-24SEP-31SEP-6

Generate Unique Address

POST 

/assets/:asset/addresses

Custody Server calls the configured custody service to generate deposit address and memo.

Format of asset parameter - stellar:USDC:GBBD47IF6LWK7P7MDEVSCWR7DPUWV3NY3DTQEVFL4NAT4AQH3ZLLFLA5

Request

Body

    object

Responses

Success.

Schema
    address string

    Deposit address to which the client should send funds.

    memo string

    Memo value, that should be added to payment by the client.

    memoType string

    Possible values: [id, hash, text]

    Type of memo, that should be added to payment by the client.

Loading...