For the complete documentation index, see llms.txt. This page is also available as Markdown.

Wallet

getWalletByAddress

get

Returns public information about a wallet specified by its address

Authorizations
AuthorizationstringRequired
Path parameters
wallet_addressstringRequired
Responses
200

OK

application/json
addressstring · max: 255Optional

The blockchain address of the wallet

Pattern: ^(0x)?[0-9a-fA-F]+$
statusstring · enumOptional

Status of the wallet

Possible values:
designationstring · enumOptional

Designated usage of the wallet

Possible values:
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