Tallycoin API Docs v3
3.0
4
API Server

introduction

1

start here

REFERENCE

Getting Started with Tallycoin API

PARAMETERS
 
Request
Response
200
BODY

page

1
POST

page

REFERENCE

Retrieve page information.

PARAMETERS
page_tag string (required) Unique ID of the page. This can be found at the end of the page URL (the final string after '-').
exclude_exchange_rate string (optional) Exclude exchange rate information from the response. Use TRUE to exclude.
/
page
/
 
Request
Response
200
BODY

payment

2
POST

payment/request

REFERENCE

Retrieve payment information for a fundraiser or user.

PARAMETERS
page_tag string (required) Unique ID of a page or a username.
satoshi_amount number (required) An amount to be paid, in satoshis.
message string (optional) String of text.
fallback string (optional) If first attempt at payment request fails, try use secondary fallback method.
/
payment
/
request
/
 
Request
Response
200
BODY
POST

payment/verify

REFERENCE

Verify the status of a payment.

PARAMETERS
payment_id string (required) Tallycoin Payment ID. Provided when calling /payment/request/.
/
payment
/
verify
/
 
Request
Response
200
BODY