LogoLogo
  • Getting Started
  • How to Connect
  • REST API
    • Order
    • PublicMarketData
    • Wallet
    • Trade
    • Models
  • Smart Contract ABI
    • OrderBook
    • Order Data (explanation)
  • Websocket API
    • Orderbook
    • Ticker
  • SDK Documentation
    • Getting Started
    • REST API Interaction
    • Smart Contract Interaction
      • Order Placement
      • Order Cancelation
Powered by GitBook

Privacy

  • Privacy Policy

All rights reserved. 21X AG

On this page
Export as PDF
  1. REST API

Wallet

PreviousPublicMarketDataNextTrade

getWalletByAddress

get

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"
}