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 Crypto Transfer API

Crypto Transfer endpoints

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

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

This API exposes 6 operations across 4 paths, and defines 12 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.

6 operations 4 paths 12 schemas 4 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 Crypto Transfer API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (JWT) (bearerAuth). By default, every request must be authenticated.

Paths & Operations 6

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

Crypto Transfer 6

Crypto Transfer endpoints

POST
/v2/wallets/transfers
Create a crypto transfer
body → 200401404500
GET
/v2/wallets/transfers
List all crypto transfers
4 params → 200401404500
GET
/v2/wallets/transfers/{transferId}
Retrieve a crypto transfer
1 param → 200401404500
POST
/v2/wallets/transfers/batches
Create a batch crypto transfer
body → 200401404500
GET
/v2/wallets/transfers/batches
List all batch crypto transfers
4 params → 200401404500
GET
/v2/wallets/transfers/batches/{transferId}
Retrieve a batch crypto transfer
1 param → 200401404500

Schemas 12

The contract defines 12 schemas that model the data the API accepts and returns. The most detailed are CreateCryptoTransfer (8 properties), CreateBatchCryptoTransfer (6 properties), BatchCryptoTransferListObject (3 properties), CryptoToCryptoAllRecordsObject (3 properties). Each schema is shown below with its type and property counts.

CryptoToCryptoAllRecordsObject
object
3 properties
CreateBatchCryptoTransfer
object
6 properties 5 required
BatchCryptoTransferListObject
object
3 properties 3 required
CryptoTransferFee
object
2 properties 2 required
CryptoToCryptoTransferObject
object
2 properties
InternalServerError
object
1 property
CreateCryptoTransfer
object
8 properties 3 required
Unauthorized
object
1 property
CryptoTransferSource
object
1 property 1 required
CryptoToCryptoRecordObject
object
2 properties
BatchCryptoTransferObject
object
2 properties 2 required
CryptoTransferDestination
object
2 properties 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

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

Other APIs Hifi publishes across the network.

Hifi Account API
Hifi Common API
Hifi Cross-Chain Bridge 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 Transfer Approvals API
Hifi User API