Transfer rate
POST/api/v2/wallets/:id/transfer/rate
Get transfer rate between accounts.
Request
Path Parameters
id uuidrequired
Wallet id
- application/json
Body
required
id uuidrequired
Destination wallet id.
amount decimalrequired
Desired transfer amount.
Responses
- 200
Successful retrieval of transfer rate between accounts
- application/json
- Schema
- Example (from schema)
Schema
rate decimalrequired
Exchange rate for the transfer
amount decimalrequired
Amount that will be received after performing the transfer, including fees and exchange rates.
{
"rate": 0.69,
"amount": 0
}
Loading...