Download OpenAPI specification:
Accredifi allows institutions to verify user-held crypto assets by requesting access to wallet data. This API supports creating and managing access requests from verified institutions to crypto wallet holders.
institution required | string Institution UUID |
{- "data": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "type": "EMAIL",
- "scope": "BALANCE_ONLY",
- "reference": "string",
- "email": "user@example.com",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
]
}
institution required | string Institution UUID |
Request payload to create a new access request.
{ }
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "type": "EMAIL",
- "scope": "BALANCE_ONLY",
- "reference": "string",
- "email": "user@example.com",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}