Get Transactions
This API allows you to retrieve details of deposit and withdrawal transactions.
This API allows you to withdraw funds from a sub-user's wallet.
POST
https://wallet-api.xaigate.com/api/v1/getTransactions
Parameter content type: application/json
Request Body
Name
Type
Description
apiKey*
String
fdda9f03-6409-43eb-a6ef-e1f6cea71c2e
userId*
String
097f35dd-a806-43ef-ab0d-f121cb11567e
Request Parameter
Parameter
Type
Sample Value
apiKey (required)
String
userId (required)
String
Example Value
Response (200 Ok - https status code)
Response
Type
Sample Value
results
Array
Item List
total
Int
size
Int
totalPages
Int
page
Int
Item
Response
Type
Sample Value
id
String
txid
String
explorerUrl
String
coin
String
walletId
String
sentAddress
String
receivedAddress
String
amount
String
confirmations
Int
date
String
networkFee
String
status
String
type
String
userId
String
errorMessage
String
Example Value
Last updated