Get Fees
Request
curl --location --request POST 'https://intentapiv4.rozo.ai/functions/v1/payment-api/payments?dryrun=true' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"appId": "yourAppId",
"type": "anyAmount",
"source": {
"chainId": "8453",
"tokenSymbol": "USDC",
"amount": "100.00"
},
"destination": {
"chainId": "1500",
"receiverAddress": "GDFLZTLVMLR3OVO4VSODYB7SGVIOI2AS652WODBCGBUQAMXXXXXXXXXX",
"tokenSymbol": "USDC"
}
}'Response
Last updated