Get a wallet

Get a wallet

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

This endpoint allows to get a wallet.

Path Parameters

Name
Type
Description

currencyCode

string

Wallet currency code (example: ETH, BTC, ...)

Headers

Name
Type
Description

API-KEY

string

Authentification token

{
    "success": true,
    "data": {
        "currencyCode": "ETH",
        "balance": 0.03190596
    }
}

Last updated