Get assets for internal wallet
GET {{baseUrl}}/internal_wallets/:walletId
Returns all assets in an internal wallet by ID.
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"id": "<string>",
"name": "<string>",
"assets": [
{
"id": "<string>",
"balance": "<string>",
"lockedAmount": "<string>",
"status": "FAILED",
"address": "<string>",
"tag": "<string>",
"activationTime": "<string>"
},
{
"id": "<string>",
"balance": "<string>",
"lockedAmount": "<string>",
"status": "REJECTED",
"address": "<string>",
"tag": "<string>",
"activationTime": "<string>"
}
],
"customerRefId": "<string>"
} |
ENDPOINTS