Wallet
Returns public information about a wallet specified by its address
Authorizations
Path parameters
wallet_addressstringRequired
Responses
200
OK
application/json
default
Unexpected error
application/json
get
GET /api/v1/wallets/byaddress/{wallet_address} HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
{
"address": "text",
"status": "CREATED",
"designation": "TRADING"
}