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

Get Multiple Escrow Balance

Get the balance of multiple escrows.

Headers

Name
Value

Content-Type

application/json

x-api-key

<token>

Open API

get
Authorizations
Query parameters
Responses
200

Collection of objects containing information on the balance of the requested addresses

application/json
get/helper/get-multiple-escrow-balance
GET /helper/get-multiple-escrow-balance?addresses=undefined HTTP/1.1
Accept: */*
[
  {
    "address": "GAWVVSA..",
    "balance": 30
  },
  {
    "address": "GAWVCG3..",
    "balance": 10
  }
]

Use Example:

Last updated