Accredifi API (0.1.0)

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.

List all access requests for an institution

path Parameters
institution
required
string

Institution UUID

Responses

Response samples

Content type
application/json
{
  • "data": [
    ]
}

Create a new access request

path Parameters
institution
required
string

Institution UUID

Request Body schema: application/json
required
object

Request payload to create a new access request.

Responses

Request samples

Content type
application/json
{ }

Response samples

Content type
application/json
{
  • "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"
}