v1

latestOpenAPI 3.1.02026-07-26460218.4 KB
Vaults

Get Vault by ID

This is a POST request, submitting data to an API via the request body. This request submits JSON data, and the data is reflected in the response.

A successful POST request typically returns a 200 OK or 201 Created response code.

get/vaults/{id}

Path parameters

idstring required

Response

Get Vault by ID

idstring
namestring
partnerIdstring

Example response

{
  "id": "5bb1b7ce-508c-4acc-9e49-44d9ec572a6a",
  "name": "Address vault",
  "partnerId": "06b3054b-1ac5-42c6-8687-d2195c1f0e4b",
  "assets": [
    {
      "id": "PYUSD_ERC20",
      "available": "0",
      "pending": "0"
    }
  ]
}