GET
/
ramp
/
wallet
/
{wallet_id}
curl --request GET \
  --url https://api.etherfuse.com/ramp/wallet/{wallet_id} \
  --header 'Authorization: <api-key>'
{
  "walletId": "123e4567-e89b-12d3-a456-426614174000",
  "customerId": "123e4567-e89b-12d3-a456-426614174001",
  "createdAt": "2024-01-01T00:00:00Z",
  "updatedAt": "2024-01-01T00:00:00Z",
  "publicKey": "9Qx7r...",
  "blockchain": "solana",
  "isAuthenticated": true
}

Authorizations

Authorization
string
header
required

API key for authentication

Path Parameters

wallet_id
string
required

ID of the wallet to retrieve

Response

200
application/json

Wallet details retrieved successfully

The response is of type object.