Get address
POST
https://api.passimpay.io/v2/address
This endpoint retrieves the deposit address for a specified cryptocurrency. The address can be used for making deposits into the user's account.
Headers
Name
Type
Description
x-signature
string
SHA-256 encrypted signature
Content-Type
string
application/json
Request Body
Name
Type
Description
platformId
integer
Platform Id
orderId
string
The Order ID on your resource. Type string, maximum length 64, allowed characters 'A-Za-z0-9+/=-:.,'
Successful response
Name
Type
Description
result
integer
Request result:
1
: success
0
: error
address
string
Cryptocurrency deposit address
destinationTag
integer
An additional parameter tag
, used in Ripple blockchains.
Error Response
Name
Type
Description
result
integer
Request result:
1
: success
0
: error
message
string
Error description
Last updated