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
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.
{
"address": "string",
"memo": "string",
"memoType": "id"
}
Internal Server Error.
- application/json
- Schema
- Example (from schema)
Schema
error stringrequired
{
"error": "string"
}
Loading...