Build Flash setup transaction
Flash setup-transaction helper (e.g. token account setup) before ordering.
Body
required
application/json
Funder wallet
- Type: stringfunder
Address required - additionalPropertyType: anythingproperty
Name
Responses
- application/json
- application/json
- application/json
- application/json
- application/json
- application/json
Request Example for post/api/flash/setup-transaction
curl https://api.musebook.trade/api/flash/setup-transaction \
--request POST \
--header 'Content-Type: application/json' \
--data '{
"funderAddress": "",
"additionalProperty": "anything"
}'
{
"ok": true,
"additionalProperty": "anything"
}