Fast integration (external link)
You can also put a redirection URL to send.cede.store with prefilled parameters.
<a href="https://send.cede.store?<QUERY_PARAMETERS>" target="_blank"> Transfer from CEX with cede.store </a>
QUERY_PARAMETERS
can contain:
tokenSymbol
: Token symbol to be transferredamount
: Amount to be transferrednetwork
: Network on which assets need to be transferredaddress
: Destination wallet address where assets should be transferredlockNetwork
: Boolean to lock the network selection (only your pre-filled network will be available)
For example:
<a
href="https://send.cede.store?tokenSymbol=USDT&network=ethereum&address=0x2791bca4f2de4661ed88a30c99a7a9449aa84174&amount=123.37"
target="_blank"
>
Transfer from CEX with cede.store
</a>