📨
API
How to communicate directly with the Gelato Relay API
The Gelato Relay API endpoint URL is
https://api.gelato.digital/
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 chain
get
/oracles/{chainId}/conversionRate
Get the conversion rate from the native token to the requested token
get
/relays/v2
Get list of chains where relay v2 is available
Each relay request method possesses optional parameters such as the
gasLimit
, and retries
. You can find more information on these on the Optional Parameters page.post
/relays/v2/call-with-sync-fee
Place a relay v2 callWithSyncFee request
post
/relays/v2/call-with-sync-fee-erc2771
Place a relay v2 callWithSyncFeeERC2771 request
post
/relays/v2/sponsored-call
Place a relay v2 sponsoredCall request
post
/relays/v2/sponsored-call-erc2771
Place a relay v2 sponsoredCallERC2771 request
get
/tasks/status/{taskId}
Get task status of the relay v2 task id
Last modified 30d ago