{
  "id": "550e8400-e29b-41d4-a716-446655440000",
  "type": "CRYPTO_DEPOSIT",
  "status": "COMPLETED",
  "ref_id": "my-deposit-123",
  "crypto_network": "ETHEREUM",
  "crypto_tx_hash": "0x1234567890abcdef...",
  "crypto_tx_index": "0"
}
This object is returned by the Get Event API when the event type is related to transfer status changes.

Object Fields

id
string
required
The Paxos transfer ID. You can call the GetTransfer endpoint with this ID to get more details about it.
type
string
required
Type of transfer:Available options: CRYPTO_DEPOSIT, CRYPTO_WITHDRAWAL, ACT_DEPOSIT, ACT_WITHDRAWAL
status
string
required
Status of transfer:Available options: PENDING, COMPLETED, FAILED
ref_id
string
The client-specified ID of the transfer for replay protection and lookup. (optional)
crypto_network
string
Cryptocurrency network (e.g. ETHEREUM, BASE, SOLANA) (optional, present for crypto transfers)
crypto_tx_hash
string
On-chain transaction hash (optional, present for crypto transfers when available)
crypto_tx_index
string
The output index or output address (optional, present for crypto transfers when available)
memo
string
Memo associated with the transfer as an identifier (optional, present for fiat transfers when available)
{
  "id": "550e8400-e29b-41d4-a716-446655440000",
  "type": "CRYPTO_DEPOSIT",
  "status": "COMPLETED",
  "ref_id": "my-deposit-123",
  "crypto_network": "ETHEREUM",
  "crypto_tx_hash": "0x1234567890abcdef...",
  "crypto_tx_index": "0"
}