Swap
To call APIs for swapping currency
You must have the Authorization to use this API
Swap
POST
{{baseUrl}}/wp-json/rimplenet-wallet-addon/v1/swap
Request Body
Name
Type
Description
request_id *
String
Enter the request id
amount *
int
Enter the amount
user_id*
String
This is the unique identifier of the user
wallet_from*
String
Sender's wallet address
wallet_to *
String
Reciever's wallet address
deductions*
String
Amount deducted
To view request params, click on the arrow (>) at the right-hand side of the endpoint URL to expand or collapse
Last updated