curl --request GET \
--url https://production.hifibridge.com/v2/wallets/{walletId}/offers \
--header 'Authorization: Bearer <token>'{
"count": 123,
"records": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"status": "RECEIVED",
"amount": "<string>",
"currency": "usdcx",
"source": {
"party": "<string>"
},
"destination": {
"userId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"userWalletId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"party": "<string>"
},
"creationTransactionHash": "<string>",
"executionTransactionHash": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"expiresAt": "2023-11-07T05:31:56Z"
}
],
"nextCursor": "<string>"
}Retrieve all Canton offers associated with a specific wallet. Offers can be filtered by creation date and limited by count.
curl --request GET \
--url https://production.hifibridge.com/v2/wallets/{walletId}/offers \
--header 'Authorization: Bearer <token>'{
"count": 123,
"records": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"status": "RECEIVED",
"amount": "<string>",
"currency": "usdcx",
"source": {
"party": "<string>"
},
"destination": {
"userId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"userWalletId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"party": "<string>"
},
"creationTransactionHash": "<string>",
"executionTransactionHash": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"expiresAt": "2023-11-07T05:31:56Z"
}
],
"nextCursor": "<string>"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
ID of the wallet
default to 10, maximum to 100
ISO format: YYYY-MM-DD
ISO format: YYYY-MM-DD