Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 459 Bytes

wallets.md

File metadata and controls

34 lines (24 loc) · 459 Bytes

Getting a description of a user's wallet

URL

/api/p2p/wallets/:cryptocurrency

METHOD

GET

URL Parameters

Optional:

currency: [string] - currency code

Success Response

Code: 200 Content:

{
  "cryptocurrency": String,
  "balance": String,
  "holdBalance": String,
  "address": String,
  "createdAt": Timestamp,
  "worth": {
    "currency": String,
    "value": String,
    "holdValue": String
  }
}