/api/tickets
HTTP method: get
Optional arguments:
skip_results, max_results
Example:
<form action="http://currency.liberaterochester.net/api/tickets" method="get">
skip_results: <input type="text" name="skip_results" value="0" /><br />
max_results: <input type="text" name="max_results" value="100" /><br />
<br />
<input type="submit" />
</form>
Try it:
/api/tickets/TICKET_ID
HTTP method: get
Example:
<form action="http://currency.liberaterochester.net/api/tickets/1" method="get">
<br />
<input type="submit" />
</form>
Try it:
/api/tickets/TICKET_ID/verify_key
HTTP method: post
Required arguments:
secret_key
Example:
<form action="http://currency.liberaterochester.net/api/tickets/1/verify_key" method="post">
secret_key: <input type="text" name="secret_key" value="" /><br />
<br />
<input type="submit" />
</form>
Try it:
/api/tickets/TICKET_ID/change_key
HTTP method: post
Required arguments:
secret_key
Example:
<form action="http://currency.liberaterochester.net/api/tickets/1/change_key" method="post">
secret_key: <input type="text" name="secret_key" value="" /><br />
<br />
<input type="submit" />
</form>
Try it:
/api/tickets/TICKET_ID/split
HTTP method: post
Required arguments:
secret_key, quantity_array[], quantity_array[]
Example:
<form action="http://currency.liberaterochester.net/api/tickets/1/split" method="post">
secret_key: <input type="text" name="secret_key" value="" /><br />
quantity_array[]: <input type="text" name="quantity_array[]" value="" /><br />
quantity_array[]: <input type="text" name="quantity_array[]" value="" /><br />
<br />
<input type="submit" />
</form>
Try it:
/api/tickets/TICKET_ID/merge
HTTP method: post
Required arguments:
this_key, other_id_array[], other_key_array[]
Example:
<form action="http://currency.liberaterochester.net/api/tickets/1/merge" method="post">
this_key: <input type="text" name="this_key" value="" /><br />
other_id_array[]: <input type="text" name="other_id_array[]" value="" /><br />
other_key_array[]: <input type="text" name="other_key_array[]" value="" /><br />
<br />
<input type="submit" />
</form>
Try it:
/api/tickets/TICKET_ID/delete
HTTP method: post
Required arguments:
username, password
Example:
<form action="http://currency.liberaterochester.net/api/tickets/1/delete" method="post">
username: <input type="text" name="username" value="" /><br />
password: <input type="text" name="password" value="" /><br />
<br />
<input type="submit" />
</form>
Try it:
/api/tickets/TICKET_ID/prove_possession
HTTP method: post
Required arguments:
secret_key, challenge
Example:
<form action="http://currency.liberaterochester.net/api/tickets/1/prove_possession" method="post">
secret_key: <input type="text" name="secret_key" value="" /><br />
challenge: <input type="text" name="challenge" value="The quick brown fox jumped over the lazy dog." /><br />
<br />
<input type="submit" />
</form>
Try it:
/api/tickets/TICKET_ID/verify_possession
HTTP method: post
Required arguments:
challenge, proof
Example:
<form action="http://currency.liberaterochester.net/api/tickets/1/verify_possession" method="post">
challenge: <input type="text" name="challenge" value="The quick brown fox jumped over the lazy dog." /><br />
proof: <input type="text" name="proof" value="" /><br />
<br />
<input type="submit" />
</form>
Try it:
/api/paper_tickets
HTTP method: get
Optional arguments:
skip_results, max_results
Example:
<form action="http://currency.liberaterochester.net/api/paper_tickets" method="get">
skip_results: <input type="text" name="skip_results" value="0" /><br />
max_results: <input type="text" name="max_results" value="100" /><br />
<br />
<input type="submit" />
</form>
Try it:
/api/paper_tickets/PAPER_TICKET_ID
HTTP method: get
Example:
<form action="http://currency.liberaterochester.net/api/paper_tickets/1" method="get">
<br />
<input type="submit" />
</form>
Try it:
/api/paper_tickets/PAPER_TICKET_ID/verify_code
HTTP method: post
Required arguments:
vcode
Example:
<form action="http://currency.liberaterochester.net/api/paper_tickets/1/verify_code" method="post">
vcode: <input type="text" name="vcode" value="" /><br />
<br />
<input type="submit" />
</form>
Try it:
/api/paper_tickets/PAPER_TICKET_ID/delete
HTTP method: post
Required arguments:
username, password
Example:
<form action="http://currency.liberaterochester.net/api/paper_tickets/1/delete" method="post">
username: <input type="text" name="username" value="" /><br />
password: <input type="text" name="password" value="" /><br />
<br />
<input type="submit" />
</form>
Try it:
/api/definitions
HTTP method: get
Optional arguments:
skip_results, max_results
Example:
<form action="http://currency.liberaterochester.net/api/definitions" method="get">
skip_results: <input type="text" name="skip_results" value="0" /><br />
max_results: <input type="text" name="max_results" value="100" /><br />
<br />
<input type="submit" />
</form>
Try it:
/api/definitions/create
HTTP method: post
Required arguments:
username, password, face_value_units, iou_agreement
Example:
<form action="http://currency.liberaterochester.net/api/definitions/create" method="post">
username: <input type="text" name="username" value="" /><br />
password: <input type="text" name="password" value="" /><br />
face_value_units: <input type="text" name="face_value_units" value="" /><br />
iou_agreement: <input type="text" name="iou_agreement" value="" /><br />
<br />
<input type="submit" />
</form>
Try it:
/api/definitions/DEFINITION_ID
HTTP method: get
Example:
<form action="http://currency.liberaterochester.net/api/definitions/1" method="get">
<br />
<input type="submit" />
</form>
Try it:
/api/definitions/DEFINITION_ID/tickets
HTTP method: get
Optional arguments:
skip_results, max_results
Example:
<form action="http://currency.liberaterochester.net/api/definitions/1/tickets" method="get">
skip_results: <input type="text" name="skip_results" value="0" /><br />
max_results: <input type="text" name="max_results" value="100" /><br />
<br />
<input type="submit" />
</form>
Try it:
/api/definitions/DEFINITION_ID/issue_ticket
HTTP method: post
Required arguments:
username, password, quantity
Example:
<form action="http://currency.liberaterochester.net/api/definitions/1/issue_ticket" method="post">
username: <input type="text" name="username" value="" /><br />
password: <input type="text" name="password" value="" /><br />
quantity: <input type="text" name="quantity" value="" /><br />
<br />
<input type="submit" />
</form>
Try it:
/api/definitions/DEFINITION_ID/issue_paper_ticket
HTTP method: post
Required arguments:
username, password, quantity
Example:
<form action="http://currency.liberaterochester.net/api/definitions/1/issue_paper_ticket" method="post">
username: <input type="text" name="username" value="" /><br />
password: <input type="text" name="password" value="" /><br />
quantity: <input type="text" name="quantity" value="" /><br />
<br />
<input type="submit" />
</form>
Try it:
/api/definitions/DEFINITION_ID/set_status
HTTP method: post
Required arguments:
username, password, status
Example:
<form action="http://currency.liberaterochester.net/api/definitions/1/set_status" method="post">
username: <input type="text" name="username" value="" /><br />
password: <input type="text" name="password" value="" /><br />
status: <input type="text" name="status" value="" /><br />
<br />
<input type="submit" />
</form>
Try it:
/api/issuers
HTTP method: get
Optional arguments:
skip_results, max_results
Example:
<form action="http://currency.liberaterochester.net/api/issuers" method="get">
skip_results: <input type="text" name="skip_results" value="0" /><br />
max_results: <input type="text" name="max_results" value="100" /><br />
<br />
<input type="submit" />
</form>
Try it:
/api/issuers/names/USERNAME
HTTP method: get
Example:
<form action="http://currency.liberaterochester.net/api/issuers/names/test" method="get">
<br />
<input type="submit" />
</form>
Try it:
/api/issuers/create_account
HTTP method: post
Required arguments:
username, password
Example:
<form action="http://currency.liberaterochester.net/api/issuers/create_account" method="post">
username: <input type="text" name="username" value="" /><br />
password: <input type="text" name="password" value="" /><br />
<br />
<input type="submit" />
</form>
Try it:
/api/issuers/ISSUER_ID
HTTP method: get
Example:
<form action="http://currency.liberaterochester.net/api/issuers/1" method="get">
<br />
<input type="submit" />
</form>
Try it:
/api/issuers/ISSUER_ID/definitions
HTTP method: get
Optional arguments:
skip_results, max_results
Example:
<form action="http://currency.liberaterochester.net/api/issuers/1/definitions" method="get">
skip_results: <input type="text" name="skip_results" value="0" /><br />
max_results: <input type="text" name="max_results" value="100" /><br />
<br />
<input type="submit" />
</form>
Try it:
/api/issuers/ISSUER_ID/tickets
HTTP method: get
Optional arguments:
skip_results, max_results
Example:
<form action="http://currency.liberaterochester.net/api/issuers/1/tickets" method="get">
skip_results: <input type="text" name="skip_results" value="0" /><br />
max_results: <input type="text" name="max_results" value="100" /><br />
<br />
<input type="submit" />
</form>
Try it:
/api/issuers/ISSUER_ID/set_contact_info
HTTP method: post
Required arguments:
username, password, contact_info
Example:
<form action="http://currency.liberaterochester.net/api/issuers/1/set_contact_info" method="post">
username: <input type="text" name="username" value="" /><br />
password: <input type="text" name="password" value="" /><br />
contact_info: <input type="text" name="contact_info" value="" /><br />
<br />
<input type="submit" />
</form>
Try it:
/api/issuers/ISSUER_ID/change_password
HTTP method: post
Required arguments:
username, password, new_password
Example:
<form action="http://currency.liberaterochester.net/api/issuers/1/change_password" method="post">
username: <input type="text" name="username" value="" /><br />
password: <input type="text" name="password" value="" /><br />
new_password: <input type="text" name="new_password" value="" /><br />
<br />
<input type="submit" />
</form>
Try it: