SEP-24SEP-31SEP-6
Create Custody Transaction
Custody Server creates custody transaction record in DB.
- application/json
Request Body
- id string
SEP transaction ID.
- memo string
Memo value, that is used to identify inbound or outbound payments.
- memoType string
Possible values: [
id
,hash
,text
]Type of memo, that is used to identify inbound or outbound payments.
- protocol string
Possible values: [
6
,24
,31
]Protocol of SEP transaction.
- fromAccount string
Source Stellar account.
- toAccount string
Destination Stellar account.
- amount string
Amount of the asset, that is sent/received.
- amountFee string
Fee of SEP transaction.
- asset string
Asset, that is sent/received.
- kind string
Possible values: [
deposit
,withdrawal
,receive
]Kind of the SEP transaction.
Responses
- 200
- 500
Success
- application/json
- Schema
- Example (from schema)
Schema
- object
{}
Internal Server Error
- application/json
- Schema
- Example (from schema)
Schema
- error string required
{
"error": "string"
}
Loading...