Widgets
Fast Integration

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 transferred
  • amount: Amount to be transferred
  • network: Network on which assets need to be transferred
  • address: Destination wallet address where assets should be transferred
  • lockNetwork: 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>