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
- application/json
Body
object
Responses
- 200
- 500
Success.
- application/json
- Schema
- Example (from schema)
Schema
addressstring
Deposit address to which the client should send funds.
memostring
Memo value, that should be added to payment by the client.
memoTypestring
Type of memo, that should be added to payment by the client.
Possible values: [id
, hash
, text
]
{
"address": "string",
"memo": "string",
"memoType": "id"
}
Internal Server Error.
- application/json
- Schema
- Example (from schema)
Schema
errorstringrequired
{
"error": "string"
}