Skip to main content
GET
/
transfer
/
transfers
/
{id}
Get Transfer
curl --request GET \
  --url https://api.paxos.com/v2/transfer/transfers/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "f190b163-208f-4d73-8deb-4fb8b24add00",
  "ref_id": "idempotence_id",
  "customer_id": "9b8c9cba-801e-4418-adc0-ede709df6339",
  "profile_id": "b7b77d82-e6a7-4ae9-9904-36231aedf985",
  "amount": "0.10000000",
  "total": "0.10000023",
  "fee": "0.00000023",
  "asset": "BTC",
  "balance_asset": "BTC",
  "direction": "WITHDRAWAL",
  "type": "CRYPTO_WITHDRAWAL",
  "status": "COMPLETED",
  "created_at": "2020-01-17T18:36:08.737Z",
  "updated_at": "2020-01-17T18:37:08.737Z",
  "crypto_network": "BITCOIN",
  "crypto_tx_hash": "f4184fc596403b9d638783cf57adfe4c75c605f6356fbc91338530e9831e9e16",
  "crypto_tx_index": "0",
  "destination_address": "1BvBMSEYstWetqTFn5Au4m4GFg7xJaNVN2",
  "notional_value": "1.02",
  "metadata": {
    "my_id": "4024ee50-eefb-4f2e-85c7-e7899c0b7da5"
  }
}
OAuth Scope
transfer:read_transfer

Authorizations

Authorization
string
header
required

Path Parameters

id
string
required

Response

200 - application/json
id
string
required
customer_id
string
required
profile_id
string
required
amount
string
required
total
string
required
fee
string
required
asset
string
required
direction
enum<string>
required
Available options:
CREDIT,
DEBIT
type
enum<string>
required
Available options:
INTERNAL_TRANSFER_DEBIT,
INTERNAL_TRANSFER_CREDIT,
CRYPTO_DEPOSIT,
CRYPTO_WITHDRAWAL,
WIRE_DEPOSIT,
WIRE_WITHDRAWAL,
SEN_DEPOSIT,
SEN_WITHDRAWAL,
BANK_DEPOSIT,
BANK_WITHDRAWAL,
PAXOS_TRANSFER_DEBIT,
PAXOS_TRANSFER_CREDIT,
SIGNET_DEPOSIT,
SIGNET_WITHDRAWAL,
CBIT_WITHDRAWAL,
CBIT_DEPOSIT,
CUBIX_DEPOSIT,
CUBIX_WITHDRAWAL
status
enum<string>
required
Available options:
PENDING,
COMPLETED,
FAILED
created_at
string<date-time>
required
updated_at
string<date-time>
required
identity_id
string
ref_id
string
balance_asset
string
secondary_status
object
status_details
object
metadata
object
destination_address
string
crypto_network
enum<string>
Available options:
BITCOIN,
ETHEREUM,
BITCOIN_CASH,
LITECOIN,
SOLANA,
POLYGON_POS,
BASE,
ARBITRUM_ONE,
INK
crypto_tx_hash
string
crypto_tx_index
string
account_id
string
auto_conversion
object
group_id
string
fiat_account_id
string
notional_value
string
memo
string