Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Hifi Transfer Approvals API

Transfer approval workflow and admin actions

Hifi Transfer Approvals API is one of 15 APIs that Hifi publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Transfer Approvals. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.

This API exposes 4 operations across 4 paths, and defines 11 schemas. It is described by OpenAPI 3.0.0, at version 2.0.0.

Requests are made against 2 base URLs: https://production.hifibridge.com, https://sandbox.hifibridge.com.

4 operations 4 paths 11 schemas 2 GET2 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
2.0.0
Base URL
https://production.hifibridge.com
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

Hifi Transfer Approvals API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (JWT) (bearerAuth). By default, every request must be authenticated.

Paths & Operations 4

Across 4 paths, the API surfaces 4 operations — 2 GET, 2 POST. Each is listed below with its method, path, parameters, and response codes.

Transfer Approvals 4

Transfer approval workflow and admin actions

GET
/v2/transfer-approvals
List all pending transfer approvals
2 params → 200401404500
POST
/v2/transfer-approvals/{approvalId}/approve
Approve a transfer
1 param body → 200401404500
POST
/v2/transfer-approvals/{approvalId}/reject
Reject a transfer
1 param body → 200401404500
GET
/v2/transfer-approvals/{approvalId}
Get a transfer approval
1 param → 200401404500

Schemas 11

The contract defines 11 schemas that model the data the API accepts and returns. The most detailed are TransferApprovalDetail (7 properties), RejectTransferResponse (6 properties), TransferApprovalSummary (6 properties), ApproveTransferResponse (5 properties). Each schema is shown below with its type and property counts.

ApprovalVote
object
4 properties
Unauthorized
object
1 property
RejectTransferRequest
object
Request body for rejecting a transfer
1 property
ApproveTransferResponse
object
5 properties
InternalServerError
object
1 property
TransferApprovalSummary
object
6 properties
TransferApprovalDetail
object
7 properties
GetTransferApprovalResponse
object
3 properties
RejectTransferResponse
object
6 properties
ApproveTransferRequest
object
Request body for approving a transfer
1 property
GetTransferApprovalsResponse
object
4 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

hifi-transfer-approvals-api-openapi.yml Raw ↑

Other APIs Hifi publishes across the network.

Hifi Account API
Hifi Common API
Hifi Cross-Chain Bridge API
Hifi Crypto Transfer API
Hifi File API
Hifi Kyc API
Hifi Offramp API
Hifi Onramp API
Hifi Reporting API
Hifi Settlement Rules API
Hifi Token Swap API
Hifi User API