Fetch all crypto transactions.
OK
Bad Request
Unauthorized
Forbidden
{- "content": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "paymentType": "TOKEN_SEND",
- "type": "DIGITAL_ASSETS",
- "status": "APPROVED",
- "amount": 0,
- "asset": "string",
- "decimals": 0,
- "information": {
- "blockchain": "BITCOIN",
- "transactionHash": "string"
}, - "fees": {
- "amount": 0,
- "asset": "string",
- "decimals": 0
}, - "sender": {
- "endUserId": "120e9d1f-8444-4b91-85e8-5b208615a3e5",
- "name": "string",
- "walletId": "0ecad4a2-3549-43fb-807e-9ff033247480",
- "walletAddress": "string",
- "walletFriendlyName": "string"
}, - "receiver": {
- "endUserId": "120e9d1f-8444-4b91-85e8-5b208615a3e5",
- "name": "string",
- "walletId": "0ecad4a2-3549-43fb-807e-9ff033247480",
- "walletAddress": "string",
- "walletFriendlyName": "string"
}, - "reference": "string",
- "creationDate": "2019-08-24T14:15:22Z",
- "confirmationDate": "2019-08-24T14:15:22Z"
}
], - "totalElements": 1,
- "page": 0,
- "pageSize": 0
}
Send tokens to a crypto beneficiary.
This operation might require SCA.
Created
Waiting SCA
Bad Request
Unauthorized
Forbidden
Conflict
{- "beneficiaryId": "410e5c37-9603-4e5b-81b1-7cb895f362e8",
- "walletFromId": "053f8d4b-9949-4ce1-a1b8-5890d9b26f9a",
- "reference": "string",
- "asset": "ETH",
- "contract": "string",
- "amount": 0
}
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
Get all information about a crypto transaction using its ID.
OK
Bad Request
Unauthorized
Forbidden
Not Found
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "paymentType": "TOKEN_SEND",
- "type": "DIGITAL_ASSETS",
- "status": "APPROVED",
- "amount": 0,
- "asset": "string",
- "decimals": 0,
- "information": {
- "blockchain": "BITCOIN",
- "transactionHash": "string"
}, - "fees": {
- "amount": 0,
- "asset": "string",
- "decimals": 0
}, - "sender": {
- "endUserId": "120e9d1f-8444-4b91-85e8-5b208615a3e5",
- "name": "string",
- "walletId": "0ecad4a2-3549-43fb-807e-9ff033247480",
- "walletAddress": "string",
- "walletFriendlyName": "string"
}, - "receiver": {
- "endUserId": "120e9d1f-8444-4b91-85e8-5b208615a3e5",
- "name": "string",
- "walletId": "0ecad4a2-3549-43fb-807e-9ff033247480",
- "walletAddress": "string",
- "walletFriendlyName": "string"
}, - "reference": "string",
- "creationDate": "2019-08-24T14:15:22Z",
- "confirmationDate": "2019-08-24T14:15:22Z"
}