> ## Documentation Index
> Fetch the complete documentation index at: https://docs.onboard.xyz/llms.txt
> Use this file to discover all available pages before exploring further.

# Withdrawals

## Getting withdrawal fees

Withdrawal fees are per network and returned alongside each supported token in
[`GET /ledger/assets/{assetCode}/network-tokens`](/api-reference/endpoints/info/get-network-tokens) —
check this before initiating a withdrawal, since fees vary significantly by
network (for example, Solana and Base withdrawals are typically far cheaper
than Ethereum mainnet).

## Initiating a withdrawal

Call [`POST /ledger/crypto-transfer`](/api-reference/endpoints/stablecoin/create-crypto-transfer)
with either a raw destination address + network, or a saved
[crypto beneficiary](/guides/product-features/stablecoin/beneficiaries) ID.

## Querying transfers and webhooks

* [`GET /ledger/crypto-transfer/{transferReference}`](/api-reference/endpoints/stablecoin/get-crypto-transfer) —
  poll a transfer's status by reference.
* Subscribe to `transaction_activity.crypto_withdrawal.*` to be notified as
  the withdrawal progresses — see
  [Webhooks for Stablecoin Transactions](/guides/product-features/stablecoin/webhooks).
