curl --request POST \
--url https://api.onbeam.io/swap/execute \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"quoteId": "<string>",
"permitsSigned": [
"<string>"
],
"idempotencyKey": "<string>"
}
'{
"status": "<string>",
"transactionId": "<string>"
}curl --request POST \
--url https://api.onbeam.io/swap/execute \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"quoteId": "<string>",
"permitsSigned": [
"<string>"
],
"idempotencyKey": "<string>"
}
'{
"status": "<string>",
"transactionId": "<string>"
}