Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@ Subaccounts 128 to 128,000 are child subaccounts and are isolated margin. Child

## Deposits and Withdrawals

::::note
Skip has an `allow_unsafe` parameter, which is set to False by default. It is recommended to keep it to False and **NOT** recommended to be set to True, as it can lead
to bad trade execution for users, see more on Skip go best practises [here](https://docs.skip.build/go/advanced-swapping/allow_unsafe-preventing-handling-bad-execution) and [here](https://docs.skip.build/go/advanced-swapping/safe-swapping-how-to-protect-users-from-harming-themselves).
::::

### Deposits
Deposits are in three steps.

Expand Down Expand Up @@ -102,6 +107,7 @@ curl 'https://api.skip.build/v2/fungible/route' \

Here `ibc/8E27BA2D5493AF5636760E354E46004562C46AB7EC0CC4C1CA14E9E20E2545B5` is the USDC denom of the dYdX Chain.


### Set Bridge option
Set the [bridges](https://docs.skip.build/go/api-reference/prod/fungible/post-v2fungibleroute#body-bridges) option to include `“CCTP”`, `“GO_FAST”`, `“IBC”`, and `“AXELAR”`.
You can also set the [go_fast](https://docs.skip.build/go/api-reference/prod/fungible/post-v2fungibleroute#body-go-fast) to `true` for selected chains/and tokens (see [here](https://docs.skip.build/go/advanced-transfer/go-fast)), which would return a route that can be completed within 10 seconds.
Expand Down