GET
/
wallet
/
{address}
curl --request GET \
  --url https://api.decentri.org/wallet/{address}
[
  {
    "address": "0x1234567890123456789012345678901234567890",
    "object": "wallet",
    "balances": {
      "token": "0x4dad19801eff64eaaa7c78e466ce3678d0b1fd94",
      "total": "1000",
      "available": {
        "amount": "0"
      },
      "frozen": {
        "amount": "1000"
      }
    }
  }
]

Path Parameters

address
string
required

Response

200
application/json

The wallet has been successfully retrieved

The response is of type object[].