Skip to main content
POST

Get the choice context to accept a transfer instruction.

Path parameters

string
required
The contract ID of the transfer instruction to accept.

Body

application/json
object
Metadata that will be passed to the choice, and should be incorporated into the choice context. Provided for extensibility.
boolean
default:"false"
If set to true, the response will not include fields prefixed with ‘debug’. Useful to save bandwidth.

Responses

200

ok
application/json
object
required
The additional data to use when exercising the choice.
DisclosedContract[]
required
The contracts that are required to be disclosed to the participant node for exercising the choice.

400

bad request
application/json
string
required

404

not found
application/json
string
required

409

conflict
application/json
string
required

History

Added0.6.11