Deposit API
This is the single API required to get the calldata for your deposit transactions.
Deposit calldata
The /deposit-calldata
endpoints get you the best way to deposit funds from your user's balance into your application while utilising the user's assets for the gas fee.
Scenarios
Let's consider that your application wants to accept TokenA on ChainA.
There are different scenarios where this endpoint will handle everything for you.
NOTE: This currently works with a SINGLE TOKEN ONLY, which means you can deposit a single token in your application.
This API only provides the calldata. Learn how to execute the calldata here.
There are some more endpoints provided here.
Last updated