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

# LedgerSend

Ledger delta for a token send between users, potentially cross-DEX

## Fields

<ResponseField name="amount" type="string">
  Send amount
</ResponseField>

<ResponseField name="usdc_value" type="string">
  USDC equivalent value
</ResponseField>

<ResponseField name="destination_dex" type="string">
  Destination DEX identifier
</ResponseField>

<ResponseField name="native_token_fee" type="string">
  Fee in native token
</ResponseField>

<ResponseField name="fee" type="string">
  Send fee
</ResponseField>

<ResponseField name="destination" type="string">
  Recipient address
</ResponseField>

<ResponseField name="fee_token" type="string">
  Token used for fee payment
</ResponseField>

<ResponseField name="nonce" type="string">
  Send nonce
</ResponseField>

<ResponseField name="user" type="string">
  Sender address
</ResponseField>

<ResponseField name="source_dex" type="string">
  Source DEX identifier
</ResponseField>

<ResponseField name="token" type="string">
  Token identifier
</ResponseField>
