v1

latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MB
Restricted funds

List fund restrictions

List all account fund restrictions.

get/corporate/v1/restricted-funds

Query parameters

cursorstring

Cursor to the next page of results. If no value is specified, it fetches the first page.

limitinteger

Maximum results to return. Default is 20. Maximum is 200.

Response

OK

Example response

{
  "pagination": {
    "next_cursor": 124,
    "has_next": true
  },
  "restricted_funds": [
    {
      "restricted_funds_id": "e4adf199-c925-4d11-b002-c5bfd5679030",
      "hold_method": "STRICT",
      "created_at": "2023-04-27T12:01:24Z",
      "soft_descriptor": "FDIC 12 C.F.R. § 360.9"
    }
  ]
}