> ## 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.

# LedgerSpotTransfer

Ledger delta for a spot token transfer between users

## Fields

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

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

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

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

<ResponseField name="destination" type="string">
  Destination user address
</ResponseField>

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

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

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

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