post https://v1/wallets/
Log in to see full request history
Responses
400Invalid request.
400Invalid request.
xxxxxxxxxx
curl --request POST \
--url https://v1/wallets/ \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
{
"internalAddress": "0x1234123412341234",
"externalAddress": "0x1234123412341234",
"customer": "abcdef1234567890",
"createdAt": "2024-09-01T00:00:00.000Z"
}