v4

latestOpenAPI 3.0.0Apache 2.0raw.githubusercontent.com2023-06-14184.4 KB

UTxO search

post/v2.0.0/utxo/utxo-by-addresses

Request body

addressesAddress[] required

Example request

{
  "addresses": [
    "addr_test1qpu5vlrf4xkxv2qpwngf6cjhtw542ayty80v8dyr49rf5ewvxwdrt70qlcpeeagscasafhffqsxy36t90ldv06wqrk2qum8x5w"
  ]
}

Response

success operation

Example response

[
  [
    {
      "address": "addr_test1qpu5vlrf4xkxv2qpwngf6cjhtw542ayty80v8dyr49rf5ewvxwdrt70qlcpeeagscasafhffqsxy36t90ldv06wqrk2qum8x5w"
    }
  ]
]
All 1 operations