curl --request POST \
--url https://v1.orchestrator.rhinestone.dev/intents/cost \
--header 'Content-Type: application/json' \
--data '{
"destinationChainId": 8453,
"tokenTransfers": [
{
"tokenAddress": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "1000000"
}
],
"account": {
"address": "0x579d5631f76126991c00fb8fe5467fa9d49e5f6a",
"accountType": "<string>",
"setupOps": [
{
"to": "0x579d5631f76126991c00fb8fe5467fa9d49e5f6a",
"data": "0x..."
}
],
"emissaryConfig": {
"configId": "42",
"validatorAddress": "0x579d5631f76126991c00fb8fe5467fa9d49e5f6a",
"emissaryAddress": "0x579d5631f76126991c00fb8fe5467fa9d49e5f6a",
"emissaryEnable": {
"allocatorSig": "0x...",
"userSig": "0x..."
},
"emissaryConfig": {
"allocator": "0x579d5631f76126991c00fb8fe5467fa9d49e5f6a"
}
},
"delegations": {}
},
"destinationExecutions": [
{
"to": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"value": "0",
"data": "0xa9059cbb000000000000000000000000579d5631f76126991c00fb8fe5467fa9d49e5f6a00000000000000000000000000000000000000000000000000000000000f4240"
}
],
"destinationGasUnits": "100000",
"accountAccessList": [
{
"chainId": 123,
"tokenAddress": "<string>"
}
],
"options": {
"topupCompact": true,
"settlementLayers": [
"ECO"
],
"sponsorSettings": {
"gasSponsored": true,
"bridgeFeesSponsored": true,
"swapFeesSponsored": true
},
"feeToken": "ETH"
}
}'