GET
/
wallet
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>"
    ]
  }
}

Authorizations

X-Api-User
string
header
required
X-Api-Key
string
header
required
X-User-Version
string
header
required

Query Parameters

currency
string

The cryptocurrency for which address will be retrieved

network
string

The crypto network of the retrieved wallet address

Response

200 - application/json
successfully retrieved wallet
success
boolean
message
string
wallet
object