Fetch all crypto wallets based on parameters.
OK
Bad Request
Unauthorized
Forbidden
{- "content": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "blockchain": "BITCOIN",
- "status": "PENDING",
- "friendlyName": "string",
- "address": "string",
- "creationDate": "2019-08-24T14:15:22Z",
- "updateDate": "2019-08-24T14:15:22Z",
- "endUserId": "120e9d1f-8444-4b91-85e8-5b208615a3e5"
}
], - "totalElements": 1,
- "page": 0,
- "pageSize": 0
}
Create a crypto wallet.
Created
Bad Request
Unauthorized
Forbidden
{- "endUserId": "120e9d1f-8444-4b91-85e8-5b208615a3e5",
- "friendlyName": "string",
- "blockchain": "BITCOIN"
}
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
Get all information about a crypto wallet using its ID.
OK
Bad Request
Unauthorized
Forbidden
Not Found
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "blockchain": "BITCOIN",
- "status": "PENDING",
- "friendlyName": "string",
- "address": "string",
- "creationDate": "2019-08-24T14:15:22Z",
- "updateDate": "2019-08-24T14:15:22Z",
- "endUserId": "120e9d1f-8444-4b91-85e8-5b208615a3e5",
- "assets": [
- {
- "symbol": "string",
- "decimals": 0,
- "blockchain": "BITCOIN",
- "balance": "string",
- "contract": "string",
- "name": "string",
- "verified": true
}
]
}