Get Wallet Balance
The getBalance API is a RESTful API endpoint that allows you to retrieve the current balance of a user's cryptocurrency wallet.
POST
https://wallet-api.xaigate.com/api/v1/getBalance
Parameter content type: application/json
Request Body
Name
Type
Description
apiKey*
String
fdda9f03-6409-43eb-a6ef-e1f6cea71c2e
userId*
String
097f35dd-a806-43ef-ab0d-f121cb11567e
coin*
Stirng
ETH
Request Parameter
Parameter
Type
Sample Value
apiKey (required)
String
userId (required)
String
coin (required)
String
Example Value
Response (200 Ok - https status code)
Response
Type
Sample Value
balance
String
coinShortName
String
Example Value
Last updated