curl --request POST \
--url https://production.hifibridge.com/v2/wallets/transfers/batches \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"requestId": "123e4567-e89b-12d3-a456-426614174000",
"currency": "usdc",
"chain": "POLYGON",
"source": {
"userId": "a1f70737-3844-4782-a321-ad481108a8ec"
},
"destination": {
"batch": [
{
"amount": "0.01",
"userId": "a1f70737-3844-4782-a321-ad481108a8ec",
"walletAddress": "0x742d35Cc6634C0532925a3b844Bc454e4438f44e"
}
]
},
"requireApproval": false
}
'{
"transferType": "WALLET.TRANSFER.BATCH",
"transferDetails": {
"id": "879af7af-67bf-469f-b718-d262a39d4857",
"requestId": "14a84906-b72e-4847-b34d-51b9048fa6a5",
"createdAt": "2025-04-05T00:55:50.609Z",
"updatedAt": "2025-04-05T00:56:33.236Z",
"chain": "POLYGON",
"currency": "usdc",
"contractAddress": "0x41e94eb019c0762f9bfcf9fb1e58725bfb0e7582",
"status": "COMPLETED",
"source": {
"userId": "6a13bd30-b3a3-4d44-af33-0b32e58261be",
"walletAddress": "0x99a8c5ED386d217BC6ff0AA1b3585606D475432B",
"walletType": "INDIVIDUAL"
},
"destination": {
"batch": [
{
"amount": "0.04",
"userId": "6a13bd30-b3a3-4d44-af33-0b32e58261be"
},
{
"amount": "0.05",
"userId": "6a13bd30-b3a3-4d44-af33-0b32e58261be"
},
{
"amount": "0.06",
"userId": "6a13bd30-b3a3-4d44-af33-0b32e58261be"
},
{
"amount": "0.03",
"userId": "6a13bd30-b3a3-4d44-af33-0b32e58261be"
},
{
"amount": "0.03",
"userId": "6a13bd30-b3a3-4d44-af33-0b32e58261be"
}
]
},
"receipt": {
"transactionHash": "0x57f0cd3429ea425d982882243428ef4a1eda5f1be2157c1b34ea48b49b24fe7f",
"userOpHash": "0xef7bdb071b1fcfb5df629bd4d27ffa6dc32d0a5df676f26fb8c25311df1185ac"
}
}
}Create a batch crypto transfer from a single wallet address to multiple wallet addresses among users.
curl --request POST \
--url https://production.hifibridge.com/v2/wallets/transfers/batches \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"requestId": "123e4567-e89b-12d3-a456-426614174000",
"currency": "usdc",
"chain": "POLYGON",
"source": {
"userId": "a1f70737-3844-4782-a321-ad481108a8ec"
},
"destination": {
"batch": [
{
"amount": "0.01",
"userId": "a1f70737-3844-4782-a321-ad481108a8ec",
"walletAddress": "0x742d35Cc6634C0532925a3b844Bc454e4438f44e"
}
]
},
"requireApproval": false
}
'{
"transferType": "WALLET.TRANSFER.BATCH",
"transferDetails": {
"id": "879af7af-67bf-469f-b718-d262a39d4857",
"requestId": "14a84906-b72e-4847-b34d-51b9048fa6a5",
"createdAt": "2025-04-05T00:55:50.609Z",
"updatedAt": "2025-04-05T00:56:33.236Z",
"chain": "POLYGON",
"currency": "usdc",
"contractAddress": "0x41e94eb019c0762f9bfcf9fb1e58725bfb0e7582",
"status": "COMPLETED",
"source": {
"userId": "6a13bd30-b3a3-4d44-af33-0b32e58261be",
"walletAddress": "0x99a8c5ED386d217BC6ff0AA1b3585606D475432B",
"walletType": "INDIVIDUAL"
},
"destination": {
"batch": [
{
"amount": "0.04",
"userId": "6a13bd30-b3a3-4d44-af33-0b32e58261be"
},
{
"amount": "0.05",
"userId": "6a13bd30-b3a3-4d44-af33-0b32e58261be"
},
{
"amount": "0.06",
"userId": "6a13bd30-b3a3-4d44-af33-0b32e58261be"
},
{
"amount": "0.03",
"userId": "6a13bd30-b3a3-4d44-af33-0b32e58261be"
},
{
"amount": "0.03",
"userId": "6a13bd30-b3a3-4d44-af33-0b32e58261be"
}
]
},
"receipt": {
"transactionHash": "0x57f0cd3429ea425d982882243428ef4a1eda5f1be2157c1b34ea48b49b24fe7f",
"userOpHash": "0xef7bdb071b1fcfb5df629bd4d27ffa6dc32d0a5df676f26fb8c25311df1185ac"
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
"123e4567-e89b-12d3-a456-426614174000"
usdc "usdc"
POLYGON "POLYGON"
Show child attributes
Whether this batch transfer requires approval before processing.
true: Transfer will enter approval workflowfalse or omitted: Transfer proceeds immediatelyfalse
Success
"WALLET.TRANSFER.BATCH"
Show child attributes
"879af7af-67bf-469f-b718-d262a39d4857"
"14a84906-b72e-4847-b34d-51b9048fa6a5"
"2025-04-05T00:55:50.609Z"
"2025-04-05T00:56:33.236Z"
POLYGON "POLYGON"
usdc "usdc"
"0x41e94eb019c0762f9bfcf9fb1e58725bfb0e7582"
NOT_INITIATED, CREATED, INITIATED, PENDING, COMPLETED, FAILED, UNKNOWN "COMPLETED"
Show child attributes
"6a13bd30-b3a3-4d44-af33-0b32e58261be"
"0x99a8c5ED386d217BC6ff0AA1b3585606D475432B"
INDIVIDUAL, BUSINESS "INDIVIDUAL"
Show child attributes
"0x57f0cd3429ea425d982882243428ef4a1eda5f1be2157c1b34ea48b49b24fe7f"
"0xef7bdb071b1fcfb5df629bd4d27ffa6dc32d0a5df676f26fb8c25311df1185ac"
Show child attributes
"006737ca-42d5-4780-b3c2-aeb63279c591"
"PENDING"
"2025-02-03T16:11:36.654998+00:00"
"2025-02-03T16:12:41.503+00:00"
"006737ca-42d5-4780-b3c2-aeb63279c591"
"WALLET.TRANSFER.BATCH"
true
"aec66b02-4f3f-471c-839a-94820b36abb2"
Array of approval votes (only present when status is PENDING_APPROVAL or REJECTED)
Show child attributes
"aec66b02-4f3f-471c-839a-94820b36abb2"
APPROVE, REJECT "REJECT"
"Transfer amount exceeds daily limit"
"2025-02-03T16:12:41.503+00:00"