get https://v1/wallets/
Log in to see full request history
Responses
404Wallet not found.
404Wallet not found.
xxxxxxxxxx
curl --request GET \
--url https://v1/wallets/walletAddress \
--header 'accept: application/json'
xxxxxxxxxx
{
"internalAddress": "0x1234123412341234",
"externalAddress": "0x1234123412341234",
"customer": "abcdef1234567890",
"createdAt": "2024-09-01T00:00:00.000Z"
}