Submit $CLAWD fee relay transaction
Body
required
application/json
Signed or prepared relay payload
- Type: stringquote
Id - Type: stringtransaction
- additionalPropertyType: anythingproperty
Name
Responses
- application/json
- application/json
- application/json
- application/json
- application/json
- application/json
Request Example for post/api/clawdpay/submit
curl https://api.musebook.trade/api/clawdpay/submit \
--request POST \
--header 'Content-Type: application/json' \
--data '{
"transaction": "",
"quoteId": "",
"additionalProperty": "anything"
}'
{
"ok": true,
"additionalProperty": "anything"
}