/checks

(createcheckxrp)

Create a XRP check. You will need to fill the next fields:
address: Your address
destination: The destination address.
Sendmax: The amount for the check.
InvoiceID: Optional ID text.
(createchecktoken)
Create a IOU Token check. You will need to fill the next fields:

address: Your address
destination: The destination address.
Sendmax: The amount for the check.
currency: Name of the iou token currency, for example: ABC
issuer: The issuer address of the iou token
InvoiceID: Optional ID text.
(cashxrpexactamount)

Try to cash that exact XRP amount of a existing check. You will need to fill the next fields:
address: Your address
checkid: The ID of the check (LedgerIndex)
amount: The amount you want to cash.
(cashxrpflexibleamount)

Try to cash at least this minimum XRP amount of a existing check. You will need to fill the next fields:
address: Your address
checkid: The ID of the check (LedgerIndex)
delivermin: The minimum amount at least you want to cash.
(cashtokenexactamount)

Try to cash that exact token amount of a existing check. You will need to fill the next fields:
address: Your address
checkid: The ID of the check (LedgerIndex)
currency: Name of the iou token currency, for example: ABC
issuer: The issuer address of the iou token
amount: The amount you want to cash.
(cashtokenflexibleamount)

Try to cash at least this minimum token amount of a existing check. You will need to fill the next fields:
address: Your address
checkid: The ID of the check (LedgerIndex)
currency: Name of the iou token currency, for example: ABC
issuer: The issuer address of the iou token
delivermin: The minimum amount you want to cash at least.
(cancelcheck)

Cancel a created check. You will need to fill the next fields:
address: Your address
checkid: The ID of the check (LedgerIndex)
Last updated