REST APIWallet & TransactWallet

GET

Get wallet bridgable balance for the root address

This balance can be used for bridging funds between l1 and l2 chain.

Path Params

  • walletId string required

    matches ^[0-9a-f]{32}$

Responses

200
OK

Response Body

map of objects

Balance of wallet that can be bridged to the l1 chain
  • <key> object
    value object
    • balance string required
      String representation of the balance
400
Bad Request

Response Body

object

  • name string
    Error code
  • context map of objects required
    Properties that apply to a specific error name
    context object
    • <key> object
  • error string required
    Human-readable error message
  • requestId string required
    Client request id