Wallet
Returns public information about a wallet specified by its address
Authorizations
AuthorizationstringRequired
Path parameters
wallet_addressstringRequired
Responses
200
OK
application/json
addressstring · max: 255OptionalPattern:
The blockchain address of the wallet
^(0x)?[0-9a-fA-F]+$statusstring · enumOptionalPossible values:
Status of the wallet
designationstring · enumOptionalPossible values:
Designated usage of the wallet
default
Unexpected error
application/json
get/wallets/byaddress/{wallet_address}
GET /api/v1/wallets/byaddress/{wallet_address} HTTP/1.1
Authorization: YOUR_API_KEY
Accept: */*
{
"address": "text",
"status": "CREATED",
"designation": "TRADING"
}Last updated

