Get Approval Rules

GET https://api.sfox.com/v1/approval-rules

Retrieve a list of the approval rules you have created in your account.

circle-info

sFOX SAFE Custody is available all sFOX users. However, access is not granted by default. Learn more and request access herearrow-up-right.

Responses

chevron-right200hashtag
{
    "data": [
      {
        "id": 3,
        "available_approver_count": 2,
        "date_added": "2021-03-17T16:19:47.000Z",
        "required_approvals": 2,
        "rule_type": "WITHDRAW",
        "status": "Pending Approval",
        "threshold": 20
      }
    ]
}

Example Requests

curl -H 'Authorization: Bearer <API_TOKEN>' \
'https://api.sfox.com/v1/approval-rules'

Last updated