SEP-24SEP-31SEP-6
Generate Unique Address
Custody Server calls the configured custody service to generate deposit address and memo.
Format of asset
parameter - stellar:USDC:GBBD47IF6LWK7P7MDEVSCWR7DPUWV3NY3DTQEVFL4NAT4AQH3ZLLFLA5
- application/json
Request 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 string required
{
"error": "string"
}
Loading...