Messtone LLC Manages(Gelato):API Relay

Messtone Devices Enables Gelato Network API How to communicate directly with the Gelato Relay API The Gelato Relay API endpoint URL as follows https://api.gelato.digital/ The Swagger UI is located at https://api.gelato.digital/api-docs Oracle queries GET /oracles Get list of chains where the oracle is available GET /oracles/{chainId}/estimate Get the estimated fee in payment token with respect to the gas limit and priority GET /oracles/{chainId}/paymentTokens Get all the payment tokens on a chains GET /oracles/{chainId}/conversionRate Get the conversion rate from the native token to the requested token Relay Endpoints information GET /relays/v2 Get of chains where relay v2 is available Sending Relay Requests:Each relay requests method possesses optional parameters such as the gasLimit,and retries.Messtone can find more information on these on the Optional Parameters page. /call-with-sync-fee/: POST /relays/v2/call-with-sync-fee Please a relay v2 callWithSyncFee request /call-with-sync-fee-erc2771/: POST /relays/v2/call-with-sync-fee-erc2771 Please a relay v2 callWithSyncFeeERC2771 request /sponsored-call/: POST /relays/v2/sponsored-call Please a relay v2 sponsoredCall request /sponsored-call-erc2771/: POST /relays/v2/sponsored-call-erc2771 Please a relay v2 sponsoredCallERC2771 request Task Tracking GET /tasks/status/{taskId} Get task status of the relay v2 taskid

Leave a comment