cURL
curl --request GET \ --url https://staging-biz.coinprofile.co/v2/wallet \ --header 'X-Api-Key: <api-key>' \ --header 'X-Api-User: <api-key>' \ --header 'X-User-Version: <api-key>'
{ "success": true, "message": "<string>", "wallet": { "createdAt": 123, "updatedAt": 123, "appName": "<string>", "reference": "<string>", "uid": "<string>", "status": "<string>", "version": "<string>", "addresses": [ "<any>" ] } }
get wallet
The cryptocurrency for which address will be retrieved
The crypto network of the retrieved wallet address
successfully retrieved wallet
The response is of type object.
object