POST
/
rpc
/
Marketplace
/
Execute
curl --request POST \
  --url https://marketplace-api.sequence.app/amoy/rpc/Marketplace/Execute \
  --header 'Content-Type: application/json' \
  --header 'X-Access-Key: <api-key>' \
  --data '{
  "signature": "<string>",
  "executeType": "unknown",
  "body": {}
}'
{
  "orderId": "<string>"
}

Authorizations

X-Access-Key
string
header
required

Public project access key for authenticating requests obtained on Sequence Builder. Example Test Key: AQAAAAAAAEGvyZiWA9FMslYeG_yayXaHnSI

Body

application/json
signature
string
executeType
enum<string>

Represented as uint32 on the server side

Available options:
unknown,
order
body
object

Response

200
application/json
OK
orderId
string