GET
/
customers
/
{customerID}
/
card_accounts
/
{cardAccountID}
/
withdrawals
/
{cardWithdrawalID}
Retrieve a card withdrawal
curl --request GET \
  --url https://api.bridge.xyz/v0/customers/{customerID}/card_accounts/{cardAccountID}/withdrawals/{cardWithdrawalID} \
  --header 'Api-Key: <api-key>'
{
"id": "<string>",
"amount": "<string>",
"type": "top_up_balance_withdrawal",
"currency": "usdc",
"destination": {
"chain": "<string>",
"address": "<string>",
"memo": "<string>",
"tx_hash": "<string>",
"gas_fee": {
"amount": "<string>",
"currency": "<string>"
}
},
"client_note": "<string>",
"created_at": "<string>",
"updated_at": "<string>"
}

Authorizations

Api-Key
string
header
required

Path Parameters

customerID
string
required

A UUID that uniquely identifies a resource

Required string length: 1 - 42
cardAccountID
string
required

A UUID that uniquely identifies a resource

Required string length: 1 - 42
cardWithdrawalID
string
required

A UUID that uniquely identifies a resource

Required string length: 1 - 42

Response

200
application/json

The retrieved withdrawal

A card funds withdrawal