/checks
Last updated
Last updated
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.
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.
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.
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.
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.
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.
Cancel a created check. You will need to fill the next fields:
address: Your address
checkid: The ID of the check (LedgerIndex)