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

Create Custody Transaction

Custody Server creates custody transaction record in DB.

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

Success


Schema
  • object
Loading...