Create New Wallet Address
The generateAddress API is a RESTful API endpoint that allows you to generate a new cryptocurrency wallet address for a specified account.
POST
https://wallet-api.xaigate.com/api/v1/generateAddress
Parameter content type: application/json
Request Body
Name
Type
Description
apiKey*
String
fdda9f03-6409-43eb-a6ef-e1f6cea71c2e
userId*
String
097f35dd-a806-43ef-ab0d-f121cb11567e
networkId*
Stirng
1
Request Parameter
Parameter
Type
Sample Value
apiKey (required)
String
userId (required)
String
networkId (required)
String
Enum: 1, 56, TRX
Example Value
Response (200 Ok - https status code)
Response
Type
Sample Value
address
String
It is the address where funds are sent or received
Example Value
Last updated