List wallets

Get wallets

GET https://api.meria.com/v1/wallets

This endpoint allows to get an owned wallets.

Headers

Name
Type
Description

API-KEY

string

Authentification token

{
    "success": true,
    "data": [
        {
            "currencyCode": "ZEC",
            "balance": 0.00160223
        },
        {
            "currencyCode": "ETH",
            "balance": 0.03190596
        },
        {
            "currencyCode": "ETC",
            "balance": 0.09259209
        }
    ]
}

Last updated