Get Multiple Escrow Balance
Get the balance of multiple escrows.
GET
helper/get-multiple-escrow-balance
Headers
Params
Entity that signs the transaction that deploys and initializes the escrow
List of addresses requesting escrow balance retrieval
Example of Request Params:
{
"signer": "GAD4T6Z63N5NJLQYY3J5MVYFHH5I5UB7NDUUYZD7HHB3RMS6X3H4YK7P",
"addresses": ["GAHJZHVKFLATA7RVGXSFKXAKT5H4RXJ4LU2UR2W2IDFXOJQ2BR7RHW62", "GAHJZHVKFLATA7RVGXSFKXAKT5H4RXJ4LU2UR2W2IDFXOJQ2BR7RHW62"]
}
Possible Responses
[
{
"address": "DD3RT4I2OETACMZL7XVZLMMRZOHMLPSB2I6S7ZF5NE42OAKZPA2NGFGC",
"balance": 1
},
{
"address": "DFT67K4L62WSFVDSUADSG35JGZZNW2TXWSS6XN3PPJDHLYZ2XCOE7BPZ",
"balance": 0
}
]
Not Found VERIFICAR
{
"error": "Escrow not found"
}
{
"message": "Message",
"error": "Bad Request",
"statusCode": 400
}
{
"statusCode": 401,
"message": "Unauthorized",
"error": "Unauthorized"
}
{
"statusCode": 429,
"message": "ThrottlerException: Too Many Requests"
}