v1

latestOpenAPI 3.0.02026-08-04134348905.1 KB
Atlas Settlement Network

List settlements

Permissions required: Read vault activity

Get settlements proposed by you or proposed to you.

get/atlas/settlements

Query parameters

afterIdstring

When paginating this is used to provide the starting point for the page to fetch (retrieved from the previous response body)

limitinteger

Maximum number of results to return per query

Response

settlements

Example response

{
  "data": [
    {
      "acceptorSide": {
        "walletAmounts": [
          {
            "assetType": "BTC",
            "quantity": "10.45234733"
          }
        ]
      },
      "proposerSide": {
        "walletAmounts": [
          {
            "assetType": "BTC",
            "quantity": "10.45234733"
          }
        ]
      }
    }
  ],
  "page": {
    "next": "<next page url>"
  }
}