cURL
curl --request GET \ --url https://api.deframe.io/customers/me \ --header 'x-api-key: <api-key>'
{ "_id": "<string>", "name": "<string>", "createdAt": "<string>", "updatedAt": "<string>", "feeCollectorAddress": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48" }
Get authenticated customer information
API key for authentication. Obtain from your Deframe dashboard.
Customer profile retrieved
Ethereum address (EVM-compatible)
"0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48"
Was this page helpful?