REST APIWallet & TransactFederation

GET

Look up user accounts by their Stellar address or id

Types of searches available:

  1. By name: Resolve a Stellar address into an account
  2. By id: Resolve an account id into an account

Query Params

  • q string required
  • type string enum required
    nameid

Responses

200
OK

Response Body

object

  • account_id string
  • stellar_address string
  • memo_type string
  • memo string
400
Bad Request

Response Body

object

  • status number required
    HTTP status code
  • detail string required
    Human-readable error message
  • error string required
    Human-readable error message
  • name string required
    Error code
  • requestId string required
    Client request id